Skip to content

Commit 7980fca

Browse files
committed
v0.3.0
1 parent 2691989 commit 7980fca

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

sprotty-vscode-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This change log covers only the VS Code extension integration of Sprotty. See also the change log of [sprotty](https://github.com/eclipse/sprotty/blob/master/packages/sprotty/CHANGELOG.md).
44

5+
### v0.3.0 (Jun. 2022)
6+
7+
This release is to keep the package versions of `sprotty-vscode`, `sprotty-vscode-protocol` and `sprotty-vscode-webview` synchronized.
8+
59
### v0.2.0 (Dec. 2021)
610

711
This version is mainly about dependency updates:

sprotty-vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprotty-vscode",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"displayName": "Sprotty VSCode Integration",
55
"description": "Glue code to integrate Sprotty diagrams in VSCode extensions (extension part)",
66
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",

sprotty-vscode-protocol/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This change log covers only the VS Code extension-to-webview protocol of Sprotty. See also the change log of [sprotty](https://github.com/eclipse/sprotty/blob/master/packages/sprotty/CHANGELOG.md).
44

5+
### v0.3.0 (Jun. 2022)
6+
7+
* Updated `sprotty-protocol` to v0.12.0
8+
59
### v0.2.0 (Dec. 2021)
610

711
This version is mainly about dependency updates:

sprotty-vscode-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprotty-vscode-protocol",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"displayName": "Sprotty VSCode Integration - Protocol between webview and extension",
55
"description": "Glue code to integrate Sprotty diagrams in VSCode extensions (protocol part)",
66
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",

sprotty-vscode-webview/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This change log covers only the VS Code webview integration of Sprotty. See also the change log of [sprotty](https://github.com/eclipse/sprotty/blob/master/packages/sprotty/CHANGELOG.md).
44

5+
### v0.3.0 (Jun. 2022)
6+
7+
* Updated `sprotty` to v0.12.0
8+
* Fixed [#28](https://github.com/eclipse/sprotty-vscode/issues/28) by enabling to acquire the vscode API independently of this package.
9+
10+
Breaking changes:
11+
* Deleted `vscode-api.ts` which called the `acquireVsCodeApi` function at module resolution time.
12+
513
### v0.2.0 (Dec. 2021)
614

715
This version is mainly about dependency updates:

sprotty-vscode-webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprotty-vscode-webview",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Integration of Sprotty in a VS Code extensions (WebView part)",
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"keywords": [

0 commit comments

Comments
 (0)