Skip to content

Commit ed02e67

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v1.3.1 (#1269)
## packages/databricks-vscode ## <small>1.3.1 (2024-07-03)</small> * Fix env loading in notebooks (#1266) ([75e93c5](75e93c5)), closes [#1266](#1266) * Update Databricks CLI to v0.216.0 (#1156) ([8867b46](8867b46)), closes [#1156](#1156) * Update Databricks CLI to v0.218.1 (#1197) ([937b46c](937b46c)), closes [#1197](#1197) ## packages/databricks-vscode-types ## <small>1.3.1 (2024-07-03)</small> --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 75e93c5 commit ed02e67

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-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.3.0",
3+
"version": "1.3.1",
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: v1.3.1
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>1.3.1 (2024-07-03)</small>
6+
17
# Release: v1.3.0
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": "1.3.0",
3+
"version": "1.3.1",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release: v1.3.1
2+
3+
## packages/databricks-vscode
4+
5+
## <small>1.3.1 (2024-07-03)</small>
6+
7+
- Fix loading of environment variables for notebook execution
8+
- Update Databricks CLI to v0.218.1
9+
110
# Release: v1.3.0
211

312
## 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": "1.3.0",
7+
"version": "1.3.1",
88
"engines": {
99
"vscode": "^1.83.0"
1010
},

0 commit comments

Comments
 (0)