Skip to content

Commit bfaa861

Browse files
github-actions[bot]web-flowfjakobs
authored
Release: v0.2.0 (#434)
## packages/databricks-vscode ## 0.2.0 (2023-02-13) * Experimental: Create repo from IDE (#418) ([d8b8ad8](d8b8ad8)), closes [#418](#418) * Bump bricks to v0.0.21 (#430) ([08472b1](08472b1)), closes [#430](#430) * Pass on upstream tool and version to bricks sync (#432) ([62e1e98](62e1e98)), closes [#432](#432) ## packages/databricks-sdk-js ## 0.2.0 (2023-02-13) ## packages/databricks-vscode-types ## 0.2.0 (2023-02-13) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Fabian Jakobs <[email protected]>
1 parent 83eeff2 commit bfaa861

File tree

8 files changed

+29
-6
lines changed

8 files changed

+29
-6
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.0.11",
3+
"version": "0.2.0",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-sdk-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v0.2.0
2+
3+
## packages/databricks-sdk-js
4+
5+
## 0.2.0 (2023-02-13)
6+
17
# Release: v0.0.11
28

39
## packages/databricks-sdk-js

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.0.11",
3+
"version": "0.2.0",
44
"description": "Databricks SDK",
55
"repository": {
66
"type": "git",

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: v0.2.0
2+
3+
## packages/databricks-vscode-types
4+
5+
## 0.2.0 (2023-02-13)
6+
17
# Release: v0.0.11
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": "0.0.11",
3+
"version": "0.2.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release: v0.2.0
2+
3+
## packages/databricks-vscode
4+
5+
## 0.2.0 (2023-02-13)
6+
7+
- Feature: Allow creation of Repos directly from the IDE
8+
- Feature: Add `bricks` CLI to the PATH of VS Code terminals
9+
- Feature: Watch `.gitignore` files for changes while sync is running
10+
- Breaking change: Rename extension from `databricks-vscode` to `databricks` so it can be published to the VS Code marketplace.
11+
112
# Release: v0.0.11
213

314
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This Software contains code from the following open source projects:
1414
| [@microsoft/fast-foundation](https://www.npmjs.com/package/@microsoft/fast-foundation) | 2.47.0 | MIT | git+https://github.com/Microsoft/fast.git |
1515
| [@microsoft/fast-react-wrapper](https://www.npmjs.com/package/@microsoft/fast-react-wrapper) | 0.1.48 | MIT | git+https://github.com/Microsoft/fast.git |
1616
| [@microsoft/fast-web-utilities](https://www.npmjs.com/package/@microsoft/fast-web-utilities) | 5.4.1 | MIT | git+https://github.com/Microsoft/fast.git |
17-
| [@vscode/debugadapter](https://www.npmjs.com/package/@vscode/debugadapter) | 1.58.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
18-
| [@vscode/debugprotocol](https://www.npmjs.com/package/@vscode/debugprotocol) | 1.58.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
17+
| [@vscode/debugadapter](https://www.npmjs.com/package/@vscode/debugadapter) | 1.59.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
18+
| [@vscode/debugprotocol](https://www.npmjs.com/package/@vscode/debugprotocol) | 1.59.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
1919
| [@vscode/webview-ui-toolkit](https://www.npmjs.com/package/@vscode/webview-ui-toolkit) | 1.2.1 | MIT | git+https://github.com/microsoft/vscode-webview-ui-toolkit.git |
2020
| [ansi-to-html](https://www.npmjs.com/package/ansi-to-html) | 0.7.2 | MIT | https://github.com/rburns/ansi-to-html.git |
2121
| [async](https://www.npmjs.com/package/async) | 3.2.4 | MIT | https://github.com/caolan/async.git |

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

0 commit comments

Comments
 (0)