Skip to content

Commit

Permalink
Release: v2.4.6 (#1392)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
##  (2024-10-15)

* Bump CLI to 230, use verbose deploy (#1390)
([ca13f5e](ca13f5e)),
closes
[#1390](#1390)



## packages/databricks-vscode-types
##  (2024-10-15)

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Ilia Babanov <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent ca13f5e commit ab1125b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 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": "2.4.5",
"version": "2.4.6",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v2.4.6

## packages/databricks-vscode-types

## (2024-10-15)

# Release: v2.4.5

## packages/databricks-vscode-types
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": "2.4.5",
"version": "2.4.6",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release: v2.4.6

## packages/databricks-vscode

## (2024-10-15)

- Update CLI to 0.230, use verbose deploy command

# Release: v2.4.5

## packages/databricks-vscode
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": "2.4.5",
"version": "2.4.6",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit ab1125b

Please sign in to comment.