Skip to content

Commit

Permalink
Release: v1.2.1 (#906)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## <small>1.2.1 (2023-10-18)</small>

* Fix the what's new popup so that it actually shows on a version update
(#905)
([0fa1396](0fa1396)),
closes
[#905](#905)



## packages/databricks-vscode-types
## <small>1.2.1 (2023-10-18)</small>

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Kartik Gupta <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2023
1 parent 0fa1396 commit 63a7ed0
Show file tree
Hide file tree
Showing 5 changed files with 17 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.2.0",
"version": "1.2.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v1.2.1

## packages/databricks-vscode-types

## <small>1.2.1 (2023-10-18)</small>

# Release: v1.2.0

## 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.2.0",
"version": "1.2.1",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release: v1.2.1

## packages/databricks-vscode

## <small>1.2.1 (2023-10-18)</small>

- Fix: Fix the "what's new" popup so that it actually shows on a version update.

# Release: v1.2.0

## packages/databricks-vscode
Expand Down
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.2.0",
"version": "1.2.1",
"engines": {
"vscode": "^1.83.0"
},
Expand Down

0 comments on commit 63a7ed0

Please sign in to comment.