Skip to content

Commit 24764a8

Browse files

File tree

7 files changed

+15
-19
lines changed

7 files changed

+15
-19
lines changed

examples/states-langium/extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/eclipse-sprotty/sprotty-vscode",
1212
"directory": "examples/states-langium/extension"
1313
},
14-
"version": "0.5.0",
14+
"version": "0.6.0",
1515
"engines": {
1616
"vscode": "^1.46.0"
1717
},
@@ -189,9 +189,9 @@
189189
"@types/node": "^14.17.3",
190190
"@types/vscode": "1.50.0",
191191
"source-map-loader": "^4.0.1",
192-
"sprotty-vscode": "^0.5.0",
193-
"states-language-server": "^0.5.0",
194-
"states-sprotty-webview": "^0.5.0",
192+
"sprotty-vscode": "^1.0.0",
193+
"states-language-server": "^0.6.0",
194+
"states-sprotty-webview": "^0.6.0",
195195
"ts-loader": "^9.5.1",
196196
"vscode-languageclient": "^9.0.1",
197197
"webpack": "^5.89.0",

examples/states-langium/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "states-language-server",
33
"displayName": "states-langium",
44
"description": "Language server for the States example",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"private": true,
77
"homepage": "https://sprotty.org/",
88
"bugs": "https://github.com/eclipse/sprotty-vscode/issues",

examples/states-webview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "states-sprotty-webview",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Example of a Sprotty diagram in a VS Code extensions (WebView part)",
55
"private": true,
66
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"reflect-metadata": "^0.1.13",
3131
"sprotty": "^1.0.0",
32-
"sprotty-vscode-webview": "^0.5.0"
32+
"sprotty-vscode-webview": "^1.0.0"
3333
},
3434
"devDependencies": {
3535
"css-loader": "^6.8.1",

examples/states-xtext/extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/TypeFox/sprotty-vscode",
1010
"directory": "examples/states-xtext/extension"
1111
},
12-
"version": "0.5.0",
12+
"version": "0.6.0",
1313
"engines": {
1414
"vscode": "^1.46.0"
1515
},
@@ -154,8 +154,8 @@
154154
"@types/node": "^14.17.3",
155155
"@types/vscode": "1.50.0",
156156
"source-map-loader": "^4.0.1",
157-
"sprotty-vscode": "^0.5.0",
158-
"states-sprotty-webview": "^0.5.0",
157+
"sprotty-vscode": "^1.0.0",
158+
"states-sprotty-webview": "^0.6.0",
159159
"ts-loader": "^9.5.1",
160160
"vscode-languageclient": "^9.0.1",
161161
"webpack": "^5.89.0",

packages/sprotty-vscode-protocol/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprotty-vscode-protocol",
3-
"version": "0.5.0",
3+
"version": "1.0.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)",
@@ -32,8 +32,6 @@
3232
"vscode-languageserver-protocol": "^3.17.5",
3333
"vscode-messenger-common": "^0.4.5"
3434
},
35-
"devDependencies": {
36-
},
3735
"scripts": {
3836
"prepare": "yarn run clean && yarn run build",
3937
"clean": "shx rm -fr lib",

packages/sprotty-vscode-webview/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprotty-vscode-webview",
3-
"version": "0.5.0",
3+
"version": "1.0.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": [
@@ -29,12 +29,10 @@
2929
"types": "lib/index",
3030
"dependencies": {
3131
"sprotty": "^1.0.0",
32-
"sprotty-vscode-protocol": "^0.5.0",
32+
"sprotty-vscode-protocol": "^1.0.0",
3333
"vscode-messenger-webview": "^0.4.5",
3434
"vscode-uri": "^3.0.8"
3535
},
36-
"devDependencies": {
37-
},
3836
"scripts": {
3937
"prepare": "yarn run clean && yarn run build",
4038
"clean": "shx rm -fr lib",

packages/sprotty-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprotty-vscode",
3-
"version": "0.5.0",
3+
"version": "1.0.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)",
@@ -32,7 +32,7 @@
3232
"types": "lib/index",
3333
"dependencies": {
3434
"path": "^0.12.7",
35-
"sprotty-vscode-protocol": "^0.5.0",
35+
"sprotty-vscode-protocol": "^1.0.0",
3636
"vscode-languageclient": "^9.0.1",
3737
"vscode-messenger": "^0.4.5"
3838
},

0 commit comments

Comments
 (0)