Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Dec 23, 2022
1 parent f01f73a commit d54541a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "sprotty-examples",
"version": "0.12.0",
"version": "0.13.0",
"private": "true",
"dependencies": {
"@vscode/codicons": "^0.0.32",
"express": "^4.18.2",
"reflect-metadata": "^0.1.13",
"sprotty": "0.12.0",
"sprotty-elk": "0.12.0"
"sprotty": "^0.13.0",
"sprotty-elk": "^0.13.0"
},
"devDependencies": {
"@types/express": "^4.17.15",
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": "0.12.0",
"version": "0.13.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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": "0.12.0",
"version": "0.13.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 Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"elkjs": "^0.8.2",
"sprotty-protocol": "~0.12.0"
"sprotty-protocol": "^0.13.0"
},
"optionalDependencies": {
"inversify": "^5.1.1"
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": "0.12.0",
"version": "0.13.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": "0.12.0",
"version": "0.13.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 @@ -56,7 +56,7 @@
"file-saver": "^2.0.5",
"inversify": "^5.1.1",
"snabbdom": "^3.5.1",
"sprotty-protocol": "~0.12.0",
"sprotty-protocol": "^0.13.0",
"tinyqueue": "^2.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit d54541a

Please sign in to comment.