diff --git a/integration/eclipse/package.json b/integration/eclipse/package.json
index f5f126b1..1985364f 100644
--- a/integration/eclipse/package.json
+++ b/integration/eclipse/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@axonivy/eclipse-integration",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"description": "Eclipse IDE integration webview for the Axon Ivy (GLSP-based) process editor",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
@@ -10,9 +10,9 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
- "@axonivy/process-editor": "~12.0.3-next",
- "@axonivy/process-editor-inscription": "~12.0.3-next",
- "@axonivy/process-editor-inscription-view": "~12.0.3-next",
+ "@axonivy/process-editor": "12.0.4-next",
+ "@axonivy/process-editor-inscription": "12.0.4-next",
+ "@axonivy/process-editor-inscription-view": "12.0.4-next",
"@eclipse-glsp/client": "2.3.0",
"@eclipse-glsp/ide": "2.3.0",
"@eclipse-glsp/protocol": "2.3.0"
diff --git a/integration/eclipse/pom.xml b/integration/eclipse/pom.xml
index c02d2983..da6d6bed 100644
--- a/integration/eclipse/pom.xml
+++ b/integration/eclipse/pom.xml
@@ -4,7 +4,7 @@
ch.ivyteam.process
editor-client-eclipse
- 12.0.3-SNAPSHOT
+ 12.0.4-SNAPSHOT
pom
diff --git a/integration/inscription/package.json b/integration/inscription/package.json
index c151d024..340ed4bd 100644
--- a/integration/inscription/package.json
+++ b/integration/inscription/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/inscription-standalone",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"private": true,
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com/",
@@ -9,8 +9,8 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
- "@axonivy/process-editor-inscription-core": "~12.0.3-next",
- "@axonivy/process-editor-inscription-view": "~12.0.3-next",
+ "@axonivy/process-editor-inscription-core": "12.0.4-next",
+ "@axonivy/process-editor-inscription-view": "12.0.4-next",
"@axonivy/ui-icons": "~12.0.3-next.415",
"path-browserify": "^1.0.1"
},
diff --git a/integration/standalone/package.json b/integration/standalone/package.json
index c22117aa..66b4070d 100644
--- a/integration/standalone/package.json
+++ b/integration/standalone/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@axonivy/standalone-integration",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"description": "Standalone browser-app for the Axon Ivy process editor",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com",
@@ -10,9 +10,9 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
- "@axonivy/process-editor": "~12.0.3-next",
- "@axonivy/process-editor-inscription": "~12.0.3-next",
- "@axonivy/process-editor-inscription-view": "~12.0.3-next",
+ "@axonivy/process-editor": "12.0.4-next",
+ "@axonivy/process-editor-inscription": "12.0.4-next",
+ "@axonivy/process-editor-inscription-view": "12.0.4-next",
"@axonivy/ui-components": "~12.0.3-next.415",
"@eclipse-glsp/client": "2.3.0"
},
diff --git a/integration/viewer/package.json b/integration/viewer/package.json
index ed7aad8e..76f3295b 100644
--- a/integration/viewer/package.json
+++ b/integration/viewer/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@axonivy/viewer-integration",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"description": "Viewer browser-app for the Axon Ivy process editor",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com",
@@ -10,7 +10,7 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
- "@axonivy/process-editor": "~12.0.3-next",
+ "@axonivy/process-editor": "12.0.4-next",
"@eclipse-glsp/client": "2.3.0"
},
"devDependencies": {
diff --git a/integration/viewer/pom.xml b/integration/viewer/pom.xml
index 176c1dd1..9921db9b 100644
--- a/integration/viewer/pom.xml
+++ b/integration/viewer/pom.xml
@@ -6,7 +6,7 @@
ch.ivyteam.process
process-viewer-client
- 12.0.3-SNAPSHOT
+ 12.0.4-SNAPSHOT
pom
diff --git a/lerna.json b/lerna.json
index c8ef1077..14d3df87 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"npmClient": "npm",
"command": {
"run": {
diff --git a/package-lock.json b/package-lock.json
index 19ef30c2..8be7247c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -39,12 +39,12 @@
},
"integration/eclipse": {
"name": "@axonivy/eclipse-integration",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"dependencies": {
- "@axonivy/process-editor": "~12.0.3-next",
- "@axonivy/process-editor-inscription": "~12.0.3-next",
- "@axonivy/process-editor-inscription-view": "~12.0.3-next",
+ "@axonivy/process-editor": "12.0.4-next",
+ "@axonivy/process-editor-inscription": "12.0.4-next",
+ "@axonivy/process-editor-inscription-view": "12.0.4-next",
"@eclipse-glsp/client": "2.3.0",
"@eclipse-glsp/ide": "2.3.0",
"@eclipse-glsp/protocol": "2.3.0"
@@ -58,10 +58,10 @@
},
"integration/inscription": {
"name": "@axonivy/inscription-standalone",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"dependencies": {
- "@axonivy/process-editor-inscription-core": "~12.0.3-next",
- "@axonivy/process-editor-inscription-view": "~12.0.3-next",
+ "@axonivy/process-editor-inscription-core": "12.0.4-next",
+ "@axonivy/process-editor-inscription-view": "12.0.4-next",
"@axonivy/ui-icons": "~12.0.3-next.415",
"path-browserify": "^1.0.1"
},
@@ -78,11 +78,11 @@
},
"integration/standalone": {
"name": "@axonivy/standalone-integration",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"dependencies": {
- "@axonivy/process-editor": "~12.0.3-next",
- "@axonivy/process-editor-inscription": "~12.0.3-next",
- "@axonivy/process-editor-inscription-view": "~12.0.3-next",
+ "@axonivy/process-editor": "12.0.4-next",
+ "@axonivy/process-editor-inscription": "12.0.4-next",
+ "@axonivy/process-editor-inscription-view": "12.0.4-next",
"@axonivy/ui-components": "~12.0.3-next.415",
"@eclipse-glsp/client": "2.3.0"
},
@@ -96,9 +96,9 @@
},
"integration/viewer": {
"name": "@axonivy/viewer-integration",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"dependencies": {
- "@axonivy/process-editor": "~12.0.3-next",
+ "@axonivy/process-editor": "12.0.4-next",
"@eclipse-glsp/client": "2.3.0"
},
"devDependencies": {
@@ -17509,10 +17509,10 @@
},
"packages/editor": {
"name": "@axonivy/process-editor",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"dependencies": {
- "@axonivy/process-editor-protocol": "~12.0.3-next",
+ "@axonivy/process-editor-protocol": "12.0.4-next",
"@eclipse-glsp/client": "2.3.0",
"showdown": "^2.1.0",
"toastify-js": "1.12.0"
@@ -17529,13 +17529,13 @@
},
"packages/inscription": {
"name": "@axonivy/process-editor-inscription",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"dependencies": {
- "@axonivy/process-editor": "~12.0.3-next",
- "@axonivy/process-editor-inscription-core": "~12.0.3-next",
- "@axonivy/process-editor-inscription-protocol": "~12.0.3-next",
- "@axonivy/process-editor-inscription-view": "~12.0.3-next",
+ "@axonivy/process-editor": "12.0.4-next",
+ "@axonivy/process-editor-inscription-core": "12.0.4-next",
+ "@axonivy/process-editor-inscription-protocol": "12.0.4-next",
+ "@axonivy/process-editor-inscription-view": "12.0.4-next",
"@codingame/monaco-vscode-editor-service-override": "1.83.3",
"@codingame/monaco-vscode-languages-service-override": "1.83.3",
"@codingame/monaco-vscode-model-service-override": "1.83.3",
@@ -17550,11 +17550,11 @@
},
"packages/inscription-core": {
"name": "@axonivy/process-editor-inscription-core",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"dependencies": {
"@axonivy/jsonrpc": "~12.0.3-next.415",
- "@axonivy/process-editor-inscription-protocol": "~12.0.3-next",
+ "@axonivy/process-editor-inscription-protocol": "12.0.4-next",
"monaco-editor": "^0.44.0",
"monaco-editor-workers": "^0.44.0",
"monaco-languageclient": "^6.6.1",
@@ -17563,7 +17563,7 @@
},
"packages/inscription-protocol": {
"name": "@axonivy/process-editor-inscription-protocol",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"devDependencies": {
"json-schema-to-typescript": "^13.1.1"
@@ -17571,11 +17571,11 @@
},
"packages/inscription-view": {
"name": "@axonivy/process-editor-inscription-view",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"dependencies": {
- "@axonivy/process-editor-inscription-core": "~12.0.3-next",
- "@axonivy/process-editor-inscription-protocol": "~12.0.3-next",
+ "@axonivy/process-editor-inscription-core": "12.0.4-next",
+ "@axonivy/process-editor-inscription-protocol": "12.0.4-next",
"@axonivy/ui-components": "~12.0.3-next.415",
"@axonivy/ui-icons": "~12.0.3-next.415",
"@monaco-editor/react": "^4.6.0",
@@ -17619,7 +17619,7 @@
},
"packages/protocol": {
"name": "@axonivy/process-editor-protocol",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"dependencies": {
"@eclipse-glsp/protocol": "2.3.0"
@@ -17627,7 +17627,7 @@
},
"playwright": {
"name": "@axonivy/process-editor-playwright",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"devDependencies": {
"@open-rpc/client-js": "1.8.1",
"@playwright/test": "1.48.2"
diff --git a/packages/editor/package.json b/packages/editor/package.json
index 0e1572a7..0d895428 100644
--- a/packages/editor/package.json
+++ b/packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"description": "GLSP sprotty diagrams for the Axon Ivy Processes",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
@@ -18,7 +18,7 @@
"bpmn"
],
"dependencies": {
- "@axonivy/process-editor-protocol": "~12.0.3-next",
+ "@axonivy/process-editor-protocol": "12.0.4-next",
"@eclipse-glsp/client": "2.3.0",
"showdown": "^2.1.0",
"toastify-js": "1.12.0"
diff --git a/packages/inscription-core/package.json b/packages/inscription-core/package.json
index 5670320a..bb6bba1a 100644
--- a/packages/inscription-core/package.json
+++ b/packages/inscription-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor-inscription-core",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"private": false,
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
@@ -15,7 +15,7 @@
],
"dependencies": {
"@axonivy/jsonrpc": "~12.0.3-next.415",
- "@axonivy/process-editor-inscription-protocol": "~12.0.3-next",
+ "@axonivy/process-editor-inscription-protocol": "12.0.4-next",
"monaco-editor": "^0.44.0",
"monaco-editor-workers": "^0.44.0",
"monaco-languageclient": "^6.6.1",
diff --git a/packages/inscription-protocol/package.json b/packages/inscription-protocol/package.json
index c6e86635..bbbfc1cf 100644
--- a/packages/inscription-protocol/package.json
+++ b/packages/inscription-protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor-inscription-protocol",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"private": false,
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
diff --git a/packages/inscription-view/package.json b/packages/inscription-view/package.json
index e9a06a57..30b86ce4 100644
--- a/packages/inscription-view/package.json
+++ b/packages/inscription-view/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor-inscription-view",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"private": false,
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
@@ -14,8 +14,8 @@
"src"
],
"dependencies": {
- "@axonivy/process-editor-inscription-core": "~12.0.3-next",
- "@axonivy/process-editor-inscription-protocol": "~12.0.3-next",
+ "@axonivy/process-editor-inscription-core": "12.0.4-next",
+ "@axonivy/process-editor-inscription-protocol": "12.0.4-next",
"@axonivy/ui-components": "~12.0.3-next.415",
"@axonivy/ui-icons": "~12.0.3-next.415",
"@monaco-editor/react": "^4.6.0",
diff --git a/packages/inscription/package.json b/packages/inscription/package.json
index 046a38c7..a1f37d9a 100644
--- a/packages/inscription/package.json
+++ b/packages/inscription/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor-inscription",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"description": "GLSP sprotty diagrams for the Axon Ivy Processes",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
@@ -10,10 +10,10 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
- "@axonivy/process-editor": "~12.0.3-next",
- "@axonivy/process-editor-inscription-core": "~12.0.3-next",
- "@axonivy/process-editor-inscription-protocol": "~12.0.3-next",
- "@axonivy/process-editor-inscription-view": "~12.0.3-next",
+ "@axonivy/process-editor": "12.0.4-next",
+ "@axonivy/process-editor-inscription-core": "12.0.4-next",
+ "@axonivy/process-editor-inscription-protocol": "12.0.4-next",
+ "@axonivy/process-editor-inscription-view": "12.0.4-next",
"@codingame/monaco-vscode-editor-service-override": "1.83.3",
"@codingame/monaco-vscode-languages-service-override": "1.83.3",
"@codingame/monaco-vscode-model-service-override": "1.83.3",
diff --git a/packages/protocol/package.json b/packages/protocol/package.json
index c965a494..8f2cfd42 100644
--- a/packages/protocol/package.json
+++ b/packages/protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor-protocol",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"description": "GLSP sprotty diagrams for the Axon Ivy Processes",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
diff --git a/playwright/inscription-test-project/pom.xml b/playwright/inscription-test-project/pom.xml
index 66631873..fcd7ea18 100644
--- a/playwright/inscription-test-project/pom.xml
+++ b/playwright/inscription-test-project/pom.xml
@@ -6,7 +6,7 @@
4.0.0
inscription.test.project
inscription-test-project
- 12.0.3-SNAPSHOT
+ 12.0.4-SNAPSHOT
iar-integration-test
diff --git a/playwright/package.json b/playwright/package.json
index 3843f9c4..112aa5c7 100644
--- a/playwright/package.json
+++ b/playwright/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@axonivy/process-editor-playwright",
- "version": "12.0.3-next",
+ "version": "12.0.4-next",
"description": "Playwright tests for the Axon Ivy process editor",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com",
diff --git a/playwright/process-test-project/pom.xml b/playwright/process-test-project/pom.xml
index 30a64862..14cc79b8 100644
--- a/playwright/process-test-project/pom.xml
+++ b/playwright/process-test-project/pom.xml
@@ -5,7 +5,7 @@
4.0.0
process.test.project
process-test-project
- 12.0.3-SNAPSHOT
+ 12.0.4-SNAPSHOT
iar-integration-test
diff --git a/playwright/tests/screenshots/pom.xml b/playwright/tests/screenshots/pom.xml
index 19731979..97640628 100644
--- a/playwright/tests/screenshots/pom.xml
+++ b/playwright/tests/screenshots/pom.xml
@@ -6,7 +6,7 @@
ch.ivyteam.process
process-editor-screenshots
- 12.0.3-SNAPSHOT
+ 12.0.4-SNAPSHOT
pom