Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jan 3, 2024
1 parent 3a3a0a0 commit f943972
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "sprotty-examples",
"version": "1.0.0",
"version": "1.1.0",
"private": "true",
"dependencies": {
"@vscode/codicons": "^0.0.33",
"express": "^4.18.2",
"inversify": "~6.0.2",
"reflect-metadata": "~0.1.14",
"sprotty": "^1.0.0",
"sprotty-elk": "^1.0.0",
"sprotty": "^1.1.0",
"sprotty-elk": "^1.1.0",
"ws": "^8.14.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.0",
"npmClient": "yarn",
"command": {
"run": {
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-sprotty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-sprotty",
"version": "1.0.0",
"version": "1.1.0",
"description": "Yeoman generator for Sprotty",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sprotty-elk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sprotty-elk",
"version": "1.0.0",
"version": "1.1.0",
"description": "Integration of ELK graph layout algorithms in Sprotty",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"elkjs": "^0.8.2",
"sprotty-protocol": "^1.0.0"
"sprotty-protocol": "^1.1.0"
},
"optionalDependencies": {
"inversify": "~6.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/sprotty-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sprotty-protocol",
"version": "1.0.0",
"version": "1.1.0",
"description": "TypeScript declarations for Sprotty to be used both in browser and Node.js context",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/sprotty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sprotty",
"version": "1.0.0",
"version": "1.1.0",
"description": "A next-gen framework for graphical views",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"file-saver": "^2.0.5",
"inversify": "~6.0.2",
"snabbdom": "^3.5.1",
"sprotty-protocol": "^1.0.0",
"sprotty-protocol": "^1.1.0",
"tinyqueue": "^2.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit f943972

Please sign in to comment.