Skip to content

Commit bb4c7c0

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.3.2-preview (#1324)
## packages/databricks-vscode ## (2024-08-22) * Allow cancelling login, fix spaces in path for dbconnect and minor UI fixes (#1315) ([93a7c36](93a7c36)), closes [#1315](#1315) * Bump CLI to 0.227 (#1323) ([d4d6db9](d4d6db9)), closes [#1323](#1323) * Cleanup redundant commands and fix errors when resetting bundle variables (#1292) ([d1682f9](d1682f9)), closes [#1292](#1292) * Fix deployment tag and README links on Marketplace (#1321) ([ccb96b2](ccb96b2)), closes [#1321](#1321) * Fix run button visibility logic (#1319) ([efcb26b](efcb26b)), closes [#1319](#1319) * Use Info log level for the CLI stderr (#1320) ([ded5382](ded5382)), closes [#1320](#1320) ## packages/databricks-vscode-types ## (2024-08-22) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent d4d6db9 commit bb4c7c0

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v2.3.2-preview
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2024-08-22)
6+
17
# Release: v2.3.1-preview
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release: v2.3.2-preview
2+
3+
## packages/databricks-vscode
4+
5+
## (2024-08-22)
6+
7+
- Allow cancelling login, fix spaces in path for dbconnect and minor UI fixes
8+
- Bump CLI to 0.227
9+
- Cleanup redundant commands and fix errors when resetting bundle variables
10+
- Fix deployment tag and README links on Marketplace
11+
- Fix run button visibility logic
12+
- Use Info log level for the CLI stderr
13+
114
# Release: v2.3.1-preview
215

316
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "2.3.1",
7+
"version": "2.3.2",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},

0 commit comments

Comments
 (0)