Skip to content

Commit d54541a

Browse files
committed
v0.13.0
1 parent f01f73a commit d54541a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

examples/package.json

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

lerna.json

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

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.12.0",
3+
"version": "0.13.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.12.0"
42+
"sprotty-protocol": "^0.13.0"
4343
},
4444
"optionalDependencies": {
4545
"inversify": "^5.1.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.12.0",
3+
"version": "0.13.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.12.0",
3+
"version": "0.13.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": [
@@ -56,7 +56,7 @@
5656
"file-saver": "^2.0.5",
5757
"inversify": "^5.1.1",
5858
"snabbdom": "^3.5.1",
59-
"sprotty-protocol": "~0.12.0",
59+
"sprotty-protocol": "^0.13.0",
6060
"tinyqueue": "^2.0.3"
6161
},
6262
"devDependencies": {

0 commit comments

Comments
 (0)