Skip to content

Commit

Permalink
started version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Oct 18, 2023
1 parent 2a116f1 commit 97d5b40
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.2.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 2 additions & 2 deletions open-bpmn.glsp-client/open-bpmn-app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "open-bpmn-app",
"version": "1.0.3",
"version": "1.2.0",
"description": "Web App for Open BPMN",
"license": "(GPL-3.0)",
"dependencies": {
"@open-bpmn/open-bpmn-theia": "1.0.3",
"@open-bpmn/open-bpmn-theia": "1.2.0",
"@theia/core": "1.39.0-next.20",
"@theia/editor": "1.39.0-next.20",
"@theia/filesystem": "1.39.0-next.20",
Expand Down
6 changes: 3 additions & 3 deletions open-bpmn.glsp-client/open-bpmn-glsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-bpmn/open-bpmn-glsp",
"version": "1.0.3",
"version": "1.2.0",
"description": "GLSP diagrams for BPMN 2.0",
"license": "(GPL-3.0)",
"keywords": [
Expand All @@ -25,8 +25,8 @@
],
"dependencies": {
"@eclipse-glsp/client": "1.1.0-RC10",
"@open-bpmn/open-bpmn-model": "1.0.3",
"@open-bpmn/open-bpmn-properties": "1.0.3",
"@open-bpmn/open-bpmn-model": "1.2.0",
"@open-bpmn/open-bpmn-properties": "1.2.0",
"balloon-css": "^0.5.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/open-bpmn-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-bpmn/open-bpmn-model",
"version": "1.0.3",
"version": "1.2.0",
"description": "GLSP model for BPMN 2.0",
"license": "(GPL-3.0)",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions open-bpmn.glsp-client/open-bpmn-properties/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@open-bpmn/open-bpmn-properties",
"version": "1.0.3",
"version": "1.2.0",
"description": "GLSP property panel for BPMN 2.0",
"license": "(GPL-3.0)",
"dependencies": {
"@eclipse-glsp/client": "1.1.0-RC10",
"@open-bpmn/open-bpmn-model": "1.0.3",
"@open-bpmn/open-bpmn-model": "1.2.0",
"@jsonforms/core": "3.0.0",
"@jsonforms/react": "3.0.0",
"@jsonforms/vanilla-renderers": "3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions open-bpmn.glsp-client/open-bpmn-theia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-bpmn/open-bpmn-theia",
"version": "1.0.3",
"version": "1.2.0",
"description": "Theia extension for the BPMN GLSP Client",
"license": "(GPL-3.0)",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"server"
],
"dependencies": {
"@open-bpmn/open-bpmn-glsp": "1.0.3",
"@open-bpmn/open-bpmn-glsp": "1.2.0",
"@eclipse-glsp/theia-integration": "1.1.0-RC10"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const PORT_ARG_KEY = 'GLSP_PORT';
export const WEBSOCKET_PATH_ARG_KEY = 'PATH_PATH';
export const LOG_DIR = join(__dirname, '..', '..', 'logs');
const JAR_FILE = resolve(
join(__dirname, '..', '..', '..', '..', 'open-bpmn.glsp-server', 'target', 'open-bpmn.server-1.0.3-SNAPSHOT-glsp.jar')
join(__dirname, '..', '..', '..', '..', 'open-bpmn.glsp-server', 'target', 'open-bpmn.server-1.2.0-SNAPSHOT-glsp.jar')
);

@injectable()
Expand Down
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "parent",
"version": "1.0.3",
"version": "1.2.0",
"description": "Open BPMN 2.0",
"license": "EPL-2.0",
"engines": {
Expand Down

0 comments on commit 97d5b40

Please sign in to comment.