Skip to content

Commit 6fde109

Browse files
github-actions[bot]web-flowkartikgupta-db
authored
Release: v0.3.7 (#597)
## packages/databricks-vscode ## <small>0.3.7 (2023-03-21)</small> * Filter for only directories in sync destination quickpick (#596) ([952879b](952879b)), closes [#596](#596) * Fix creation of .ide if it doesn't exists (#585) ([bb39878](bb39878)), closes [#585](#585) * Fix PATH delimiter on Windows (#588) ([3d53657](3d53657)), closes [#588](#588) [#576](#576) ## packages/databricks-sdk-js ## <small>0.3.7 (2023-03-21)</small> * Fix creation of .ide if it doesn't exists (#585) ([bb39878](bb39878)), closes [#585](#585) ## packages/databricks-vscode-types ## <small>0.3.7 (2023-03-21)</small> --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Kartik Gupta <[email protected]>
1 parent 952879b commit 6fde109

File tree

7 files changed

+12
-11
lines changed

7 files changed

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

packages/databricks-sdk-js/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Release: v0.3.6
1+
# Release: v0.3.7
22

33
## packages/databricks-sdk-js
44

5-
## <small>0.3.6 (2023-03-21)</small>
5+
## <small>0.3.7 (2023-03-21)</small>
66

77
- Fix: Fix error handling for api client errors.
88

packages/databricks-sdk-js/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-sdk",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Databricks SDK",
55
"repository": {
66
"type": "git",

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Release: v0.3.6
1+
# Release: v0.3.7
22

33
## packages/databricks-vscode-types
44

5-
## <small>0.3.6 (2023-03-21)</small>
5+
## <small>0.3.7 (2023-03-21)</small>
66

77
# Release: v0.3.5
88

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": "0.3.6",
3+
"version": "0.3.7",
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# Release: v0.3.6
1+
# Release: v0.3.7
22

33
## packages/databricks-vscode
44

5-
## <small>0.3.6 (2023-03-21)</small>
5+
## <small>0.3.7 (2023-03-21)</small>
66

7+
- Fix: (Experimental) Show only directories in sync destination quickpick.
78
- Fix: (Experimental) Fix creation of .ide if it doesn't exists.
8-
- Fix: Fix PATH delimiter on Windows, closes [#588](https://github.com/databricks/databricks-vscode/issues/588) and [#576](https://github.com/databricks/databricks-vscode/issues/576)
9+
- Fix: Fix PATH delimiter on Windows, closes [#576](https://github.com/databricks/databricks-vscode/issues/576)
910

1011
# Release: v0.3.5
1112

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": "0.3.6",
7+
"version": "0.3.7",
88
"engines": {
99
"vscode": "^1.69.1"
1010
},

0 commit comments

Comments
 (0)