From 416fbc00289fdfd0900568be46f943ebdcc9323b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 21:18:03 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#3429) Co-authored-by: Olivaw[bot] --- CHANGELOG.md | 17 +++++++++++++++++ extension/package.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49706c0b9f..41cd21b3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.6.16] - 2023-03-08 + +### 🚀 New Features and Enhancements + +- Select the number of items per row from slider [#3405](https://github.com/iterative/vscode-dvc/pull/3405) by [@sroy3](https://github.com/sroy3) +- Change the background color for the smooth slider over plots [#3427](https://github.com/iterative/vscode-dvc/pull/3427) by [@sroy3](https://github.com/sroy3) + +### 🔨 Maintenance + +- Remove delay progress notfication closing from integration tests [#3412](https://github.com/iterative/vscode-dvc/pull/3412) by [@mattseddon](https://github.com/mattseddon) +- Add delay to shore up snapshots [#3415](https://github.com/iterative/vscode-dvc/pull/3415) by [@mattseddon](https://github.com/mattseddon) +- Pin and upgrade webview dependencies [#3416](https://github.com/iterative/vscode-dvc/pull/3416) by [@mattseddon](https://github.com/mattseddon) +- Remove unnecessary Vega dependency [#3423](https://github.com/iterative/vscode-dvc/pull/3423) by [@mattseddon](https://github.com/mattseddon) +- Pin @tanstack/react-table [#3424](https://github.com/iterative/vscode-dvc/pull/3424) by [@mattseddon](https://github.com/mattseddon) +- Send single event to share experiment to Studio [#3422](https://github.com/iterative/vscode-dvc/pull/3422) by [@mattseddon](https://github.com/mattseddon) +- Fix typo [#3426](https://github.com/iterative/vscode-dvc/pull/3426) by [@sroy3](https://github.com/sroy3) + ## [0.6.15] - 2023-03-07 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index fa712d6231..a261a8a3e0 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.6.15", + "version": "0.6.16", "license": "Apache-2.0", "readme": "./README.md", "repository": { @@ -1643,9 +1643,9 @@ "@types/react-vega": "7.0.0", "@types/sinon-chai": "3.2.9", "@types/uuid": "9.0.1", + "@types/vega": "3.2.0", "@types/vscode": "1.64.0", "@vscode/test-electron": "2.3.0", - "@types/vega": "3.2.0", "@vscode/vsce": "2.18.0", "@wdio/cli": "8.5.1", "@wdio/local-runner": "8.5.1",