Skip to content

Commit 416fbc0

Browse files
Update version and CHANGELOG for release (#3429)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 7c93f89 commit 416fbc0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.6.16] - 2023-03-08
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Select the number of items per row from slider [#3405](https://github.com/iterative/vscode-dvc/pull/3405) by [@sroy3](https://github.com/sroy3)
10+
- 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)
11+
12+
### 🔨 Maintenance
13+
14+
- Remove delay progress notfication closing from integration tests [#3412](https://github.com/iterative/vscode-dvc/pull/3412) by [@mattseddon](https://github.com/mattseddon)
15+
- Add delay to shore up snapshots [#3415](https://github.com/iterative/vscode-dvc/pull/3415) by [@mattseddon](https://github.com/mattseddon)
16+
- Pin and upgrade webview dependencies [#3416](https://github.com/iterative/vscode-dvc/pull/3416) by [@mattseddon](https://github.com/mattseddon)
17+
- Remove unnecessary Vega dependency [#3423](https://github.com/iterative/vscode-dvc/pull/3423) by [@mattseddon](https://github.com/mattseddon)
18+
- Pin @tanstack/react-table [#3424](https://github.com/iterative/vscode-dvc/pull/3424) by [@mattseddon](https://github.com/mattseddon)
19+
- Send single event to share experiment to Studio [#3422](https://github.com/iterative/vscode-dvc/pull/3422) by [@mattseddon](https://github.com/mattseddon)
20+
- Fix typo [#3426](https://github.com/iterative/vscode-dvc/pull/3426) by [@sroy3](https://github.com/sroy3)
21+
522
## [0.6.15] - 2023-03-07
623

724
### 🚀 New Features and Enhancements

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extensionDependencies": [
1010
"vscode.git"
1111
],
12-
"version": "0.6.15",
12+
"version": "0.6.16",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {
@@ -1643,9 +1643,9 @@
16431643
"@types/react-vega": "7.0.0",
16441644
"@types/sinon-chai": "3.2.9",
16451645
"@types/uuid": "9.0.1",
1646+
"@types/vega": "3.2.0",
16461647
"@types/vscode": "1.64.0",
16471648
"@vscode/test-electron": "2.3.0",
1648-
"@types/vega": "3.2.0",
16491649
"@vscode/vsce": "2.18.0",
16501650
"@wdio/cli": "8.5.1",
16511651
"@wdio/local-runner": "8.5.1",

0 commit comments

Comments
 (0)