Skip to content

Commit 43d1316

Browse files
committed
Released 1.2.7, started 1.2.8
1 parent 323a738 commit 43d1316

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

open-bpmn.glsp-client/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.7",
2+
"version": "1.2.8",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

open-bpmn.glsp-client/open-bpmn-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-bpmn-app",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "Web App for Open BPMN",
55
"license": "(GPL-3.0)",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"watch": "theia build --watch --mode development"
1212
},
1313
"dependencies": {
14-
"@open-bpmn/open-bpmn-theia": "1.2.7",
14+
"@open-bpmn/open-bpmn-theia": "1.2.8",
1515
"@theia/core": "1.60.0",
1616
"@theia/editor": "1.60.0",
1717
"@theia/filesystem": "1.60.0",

open-bpmn.glsp-client/open-bpmn-glsp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-bpmn/open-bpmn-glsp",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "GLSP diagrams for BPMN 2.0",
55
"keywords": [
66
"glsp",
@@ -25,8 +25,8 @@
2525
],
2626
"dependencies": {
2727
"@eclipse-glsp/client": "2.4.0",
28-
"@open-bpmn/open-bpmn-model": "1.2.7",
29-
"@open-bpmn/open-bpmn-properties": "1.2.7",
28+
"@open-bpmn/open-bpmn-model": "1.2.8",
29+
"@open-bpmn/open-bpmn-properties": "1.2.8",
3030
"balloon-css": "^0.5.0"
3131
},
3232
"scripts": {

open-bpmn.glsp-client/open-bpmn-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-bpmn/open-bpmn-model",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "GLSP model for BPMN 2.0",
55
"license": "(GPL-3.0)",
66
"main": "lib/index",

open-bpmn.glsp-client/open-bpmn-properties/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-bpmn/open-bpmn-properties",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "GLSP property panel for BPMN 2.0",
55
"license": "(GPL-3.0)",
66
"main": "lib/index",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@eclipse-glsp/client": "2.4.0",
22-
"@open-bpmn/open-bpmn-model": "1.2.7",
22+
"@open-bpmn/open-bpmn-model": "1.2.8",
2323
"@jsonforms/core": "3.0.0",
2424
"@jsonforms/react": "3.0.0",
2525
"@jsonforms/vanilla-renderers": "3.0.0",

open-bpmn.glsp-client/open-bpmn-theia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-bpmn/open-bpmn-theia",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "Theia extension for the BPMN GLSP Client",
55
"keywords": [
66
"theia-extension"
@@ -26,7 +26,7 @@
2626
"src"
2727
],
2828
"dependencies": {
29-
"@open-bpmn/open-bpmn-glsp": "1.2.7",
29+
"@open-bpmn/open-bpmn-glsp": "1.2.8",
3030
"@eclipse-glsp/theia-integration": "2.4.0"
3131
},
3232
"scripts": {

open-bpmn.glsp-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "Open BPMN 2.0",
55
"homepage": "https://www.imixs.org/",
66
"bugs": "https://github.com/imixs/open-bpmn/issues",

0 commit comments

Comments
 (0)