Skip to content

Commit fded834

Browse files
github-actions[bot]web-flowkartikgupta-db
authored
Release: v2.3.0-preview (#1290)
## packages/databricks-vscode ## (2024-07-18) * Bring back sync functionality (#1278) ([0116d3a](0116d3a)), closes [#1278](#1278) * Show correct default value for variables in bundle variable UI (#1277) ([e68f2bf](e68f2bf)), closes [#1277](#1277) [#1272](#1272) ## packages/databricks-vscode-types ## (2024-07-18) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Kartik Gupta <[email protected]>
1 parent 0116d3a commit fded834

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
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.2.2",
3+
"version": "2.3.0",
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.0-preview
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2024-07-18)
6+
17
# Release: v2.2.2-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.2.2",
3+
"version": "2.3.0",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release: v2.3.0-preview
2+
3+
## packages/databricks-vscode
4+
5+
## (2024-07-18)
6+
7+
- Bring back sync functionality.
8+
- Show correct default value for variables in bundle variable UI.
9+
- Update CLI to v0.223.2.
10+
111
# Release: v2.2.2-preview
212

313
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 2 additions & 2 deletions
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.2.2",
7+
"version": "2.3.0",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},
@@ -912,7 +912,7 @@
912912
"useYarn": false
913913
},
914914
"cli": {
915-
"version": "0.221.0"
915+
"version": "0.223.2"
916916
},
917917
"scripts": {
918918
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:wrappers:write && yarn run package:jupyter-init-script:write && yarn run package:copy-webview-toolkit && yarn run generate-telemetry",

0 commit comments

Comments
 (0)