Skip to content

Commit

Permalink
Release: v0.2.1 (#439)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## <small>0.2.1 (2023-02-14)</small>

* Update readme after extension is public (#438)
([e064701](e064701)),
closes
[#438](#438)



## packages/databricks-sdk-js
## <small>0.2.1 (2023-02-14)</small>




## packages/databricks-vscode-types
## <small>0.2.1 (2023-02-14)</small>

---------

Co-authored-by: releasebot <noreply@github.com>
Co-authored-by: Fabian Jakobs <fabian.jakobs@databricks.com>
  • Loading branch information
3 people authored Feb 14, 2023
1 parent e064701 commit d7288e9
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 5 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.2.0",
"version": "0.2.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-sdk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v0.2.1

## packages/databricks-sdk-js

## <small>0.2.1 (2023-02-14)</small>

# Release: v0.2.0

## packages/databricks-sdk-js
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.2.0",
"version": "0.2.1",
"description": "Databricks SDK",
"repository": {
"type": "git",
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: v0.2.1

## packages/databricks-vscode-types

## <small>0.2.1 (2023-02-14)</small>

# Release: v0.2.0

## 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": "0.2.0",
"version": "0.2.1",
"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: v0.2.1

## packages/databricks-vscode

## <small>0.2.1 (2023-02-14)</small>

- Minor: Doc updates after extension was made public

# Release: v0.2.0

## packages/databricks-vscode
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0",
"version": "0.2.1",
"engines": {
"vscode": "^1.69.1"
},
Expand Down Expand Up @@ -667,4 +667,4 @@
],
"report-dir": "coverage"
}
}
}

0 comments on commit d7288e9

Please sign in to comment.