Skip to content

Commit 2dcf080

Browse files
authored
Bump to 2.0.0 (#1049)
Bump
1 parent f012ee5 commit 2dcf080

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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": "1.2.5",
3+
"version": "2.0.0",
44
"private": true,
55
"workspaces": [
66
"packages/*"

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": "1.2.5",
3+
"version": "2.0.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/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": "1.2.5",
7+
"version": "2.0.0",
88
"engines": {
99
"vscode": "^1.83.0"
1010
},

0 commit comments

Comments
 (0)