Skip to content

Commit f943972

Browse files
committed
v1.1.0
1 parent 3a3a0a0 commit f943972

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": "1.0.0",
3+
"version": "1.1.0",
44
"private": "true",
55
"dependencies": {
66
"@vscode/codicons": "^0.0.33",
77
"express": "^4.18.2",
88
"inversify": "~6.0.2",
99
"reflect-metadata": "~0.1.14",
10-
"sprotty": "^1.0.0",
11-
"sprotty-elk": "^1.0.0",
10+
"sprotty": "^1.1.0",
11+
"sprotty-elk": "^1.1.0",
1212
"ws": "^8.14.2"
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": "1.0.0",
2+
"version": "1.1.0",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Yeoman generator for Sprotty",
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"engines": {

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": "1.0.0",
3+
"version": "1.1.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": [
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"elkjs": "^0.8.2",
25-
"sprotty-protocol": "^1.0.0"
25+
"sprotty-protocol": "^1.1.0"
2626
},
2727
"optionalDependencies": {
2828
"inversify": "~6.0.2"

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": "1.0.0",
3+
"version": "1.1.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": "1.0.0",
3+
"version": "1.1.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": [
@@ -29,7 +29,7 @@
2929
"file-saver": "^2.0.5",
3030
"inversify": "~6.0.2",
3131
"snabbdom": "^3.5.1",
32-
"sprotty-protocol": "^1.0.0",
32+
"sprotty-protocol": "^1.1.0",
3333
"tinyqueue": "^2.0.3"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)