Skip to content

Commit

Permalink
Release: v1.2.0 (#904)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## 1.2.0 (2023-10-18)

* Enable advanced notebook support by default (#903)
([0e473c3](0e473c3)),
closes
[#903](#903)
* Pin typescript to v5.1.6 to enable eslint (#897)
([00dc384](00dc384)),
closes
[#897](#897)
* Rename WorkspaceStateManager to StateStorage (#900)
([ab06f56](ab06f56)),
closes
[#900](#900)
* Show 'What's New' popup on first start after upgrade to a new version
(#895)
([c89658f](c89658f)),
closes
[#895](#895)
* Upgrade minimum supported VS Code version to 1.83.0 (#896)
([60d198b](60d198b)),
closes
[#896](#896)



## packages/databricks-vscode-types
## 1.2.0 (2023-10-18)

* Pin typescript to v5.1.6 to enable eslint (#897)
([00dc384](00dc384)),
closes
[#897](#897)
* Upgrade minimum supported VS Code version to 1.83.0 (#896)
([60d198b](60d198b)),
closes
[#896](#896)

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Kartik Gupta <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2023
1 parent 0e473c3 commit 0cc9741
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode",
"version": "1.1.5",
"version": "1.2.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down
9 changes: 9 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release: v1.2.0

## packages/databricks-vscode-types

## 1.2.0 (2023-10-18)

- Pin typescript to v5.1.6 to enable eslint.
- Upgrade minimum supported VS Code version to 1.83.0.

# Release: v1.1.5

## packages/databricks-vscode-types
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode-types",
"version": "1.1.5",
"version": "1.2.0",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release: v1.2.0

## packages/databricks-vscode

## 1.2.0 (2023-10-18)

- Feature: Enable advanced notebook support by default.
- Feature: Show 'What's New' popup on first start after upgrade to a new version.
- Feature: Upgrade minimum supported VS Code version to 1.83.0.

# Release: v1.1.5

## packages/databricks-vscode
Expand Down
1 change: 1 addition & 0 deletions packages/databricks-vscode/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ This Software contains code from the following open source projects:
| [winston-transport](https://www.npmjs.com/package/winston-transport) | 4.5.0 | MIT | [email protected]:winstonjs/winston-transport.git |
| [winston](https://www.npmjs.com/package/winston) | 3.10.0 | MIT | https://github.com/winstonjs/winston.git |
| [yallist](https://www.npmjs.com/package/yallist) | 4.0.0 | ISC | git+https://github.com/isaacs/yallist.git |
| [yaml](https://www.npmjs.com/package/yaml) | 2.3.2 | ISC | github:eemeli/yaml |
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
"version": "1.1.5",
"version": "1.2.0",
"engines": {
"vscode": "^1.83.0"
},
Expand Down

0 comments on commit 0cc9741

Please sign in to comment.