Skip to content

Commit

Permalink
Release: v0.3.7 (#597)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
3 people authored Mar 21, 2023
1 parent 952879b commit 6fde109
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode",
"version": "0.3.6",
"version": "0.3.7",
"private": true,
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/databricks-sdk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release: v0.3.6
# Release: v0.3.7

## packages/databricks-sdk-js

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

- Fix: Fix error handling for api client errors.

Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-sdk",
"version": "0.3.6",
"version": "0.3.7",
"description": "Databricks SDK",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release: v0.3.6
# Release: v0.3.7

## packages/databricks-vscode-types

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

# Release: v0.3.5

Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode-types",
"version": "0.3.6",
"version": "0.3.7",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
7 changes: 4 additions & 3 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Release: v0.3.6
# Release: v0.3.7

## packages/databricks-vscode

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

- Fix: (Experimental) Show only directories in sync destination quickpick.
- Fix: (Experimental) Fix creation of .ide if it doesn't exists.
- 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)
- Fix: Fix PATH delimiter on Windows, closes [#576](https://github.com/databricks/databricks-vscode/issues/576)

# Release: v0.3.5

Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
"version": "0.3.6",
"version": "0.3.7",
"engines": {
"vscode": "^1.69.1"
},
Expand Down

0 comments on commit 6fde109

Please sign in to comment.