Skip to content

Commit 7444211

Browse files
committed
v0.14.0
1 parent 8ad7fde commit 7444211

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "sprotty-examples",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": "true",
55
"dependencies": {
66
"@types/ws": "^8.5.4",
77
"@vscode/codicons": "^0.0.32",
88
"express": "^4.18.2",
99
"reflect-metadata": "^0.1.13",
10-
"sprotty": "^0.13.0",
11-
"sprotty-elk": "^0.13.0",
10+
"sprotty": "^0.14.0",
11+
"sprotty-elk": "^0.14.0",
1212
"ws": "^8.12.1"
1313
},
1414
"devDependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.13.0",
2+
"version": "0.14.0",
33
"useWorkspaces": true,
44
"npmClient": "yarn",
55
"command": {

packages/generator-sprotty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-sprotty",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Yeoman generator for Sprotty",
55
"engines": {
66
"node": ">=14.0.0"

packages/sprotty-elk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprotty-elk",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"description": "Integration of ELK graph layout algorithms in Sprotty",
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"keywords": [
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"elkjs": "^0.8.2",
42-
"sprotty-protocol": "^0.13.0"
42+
"sprotty-protocol": "^0.14.0"
4343
},
4444
"optionalDependencies": {
4545
"inversify": "~6.0.1"

packages/sprotty-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-protocol",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "TypeScript declarations for Sprotty to be used both in browser and Node.js context",
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"keywords": [

packages/sprotty/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprotty",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "A next-gen framework for graphical views",
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"keywords": [
@@ -58,7 +58,7 @@
5858
"autocompleter": "^7.0.1",
5959
"file-saver": "^2.0.5",
6060
"snabbdom": "^3.5.1",
61-
"sprotty-protocol": "^0.13.0",
61+
"sprotty-protocol": "^0.14.0",
6262
"tinyqueue": "^2.0.3"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)