Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Aug 22, 2023
1 parent 8ad7fde commit 7444211
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": "0.13.0",
"version": "0.14.0",
"private": "true",
"dependencies": {
"@types/ws": "^8.5.4",
"@vscode/codicons": "^0.0.32",
"express": "^4.18.2",
"reflect-metadata": "^0.1.13",
"sprotty": "^0.13.0",
"sprotty-elk": "^0.13.0",
"sprotty": "^0.14.0",
"sprotty-elk": "^0.14.0",
"ws": "^8.12.1"
},
"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": "0.13.0",
"version": "0.14.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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": "0.13.0",
"version": "0.14.0",
"description": "Yeoman generator for Sprotty",
"engines": {
"node": ">=14.0.0"
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.13.1",
"version": "0.14.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.13.0"
"sprotty-protocol": "^0.14.0"
},
"optionalDependencies": {
"inversify": "~6.0.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.13.0",
"version": "0.14.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.13.0",
"version": "0.14.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 @@ -58,7 +58,7 @@
"autocompleter": "^7.0.1",
"file-saver": "^2.0.5",
"snabbdom": "^3.5.1",
"sprotty-protocol": "^0.13.0",
"sprotty-protocol": "^0.14.0",
"tinyqueue": "^2.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 7444211

Please sign in to comment.