Skip to content

Commit e575746

Browse files
Update version and CHANGELOG for release (#5127)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent f674240 commit e575746

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.2.3] - 2023-12-15
6+
7+
### 🐛 Bug Fixes
8+
9+
- Fix Toast messages showing a successful message after failed remote command [#5105](https://github.com/iterative/vscode-dvc/pull/5105) by [@julieg18](https://github.com/julieg18)
10+
- Remove Studio data request failed Toast [#5125](https://github.com/iterative/vscode-dvc/pull/5125) by [@julieg18](https://github.com/julieg18)
11+
12+
### 🔨 Maintenance
13+
14+
- Use hook for drag and drop [#5062](https://github.com/iterative/vscode-dvc/pull/5062) by [@sroy3](https://github.com/sroy3)
15+
- Add lint rule for one React component per file [#5113](https://github.com/iterative/vscode-dvc/pull/5113) by [@sroy3](https://github.com/sroy3)
16+
- Upgrade Storybook to v7.6 [#5115](https://github.com/iterative/vscode-dvc/pull/5115) by [@mattseddon](https://github.com/mattseddon)
17+
- Do not pass down the grid ref [#5111](https://github.com/iterative/vscode-dvc/pull/5111) by [@sroy3](https://github.com/sroy3)
18+
519
## [1.2.2] - 2023-12-13
620

721
### 🚀 New Features and Enhancements

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extensionDependencies": [
1010
"vscode.git"
1111
],
12-
"version": "1.2.2",
12+
"version": "1.2.3",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)