Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jul 23, 2024
1 parent e5c939b commit c9e7c73
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "sprotty-examples",
"version": "1.2.0",
"version": "1.3.0",
"private": "true",
"dependencies": {
"@vscode/codicons": "^0.0.33",
"express": "^4.18.2",
"inversify": "~6.0.2",
"reflect-metadata": "~0.1.14",
"sprotty": "^1.2.0",
"sprotty-elk": "^1.2.0",
"sprotty-library": "^1.2.0",
"sprotty": "^1.3.0",
"sprotty-elk": "^1.3.0",
"sprotty-library": "^1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0"
"sprotty-protocol": "^1.3.0"
},
"optionalDependencies": {
"inversify": "~6.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/sprotty-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sprotty-library",
"version": "1.2.0",
"version": "1.3.0",
"description": "Views and elements library for Sprotty",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"name": "Eclipse Sprotty"
},
"dependencies": {
"sprotty": "^1.2.0"
"sprotty": "^1.3.0"
},
"repository": {
"type": "git",
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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.0",
"description": "A next-gen framework for graphical views",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand All @@ -26,7 +26,7 @@
"file-saver": "^2.0.5",
"inversify": "~6.0.2",
"snabbdom": "~3.5.1",
"sprotty-protocol": "^1.2.0",
"sprotty-protocol": "^1.3.0",
"tinyqueue": "^2.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit c9e7c73

Please sign in to comment.