diff --git a/integrations/standalone/package.json b/integrations/standalone/package.json
index 8e369640..22f20af5 100644
--- a/integrations/standalone/package.json
+++ b/integrations/standalone/package.json
@@ -1,12 +1,12 @@
{
"name": "@axonivy/config-editor-standalone",
"private": true,
- "version": "12.0.1-next",
+ "version": "12.0.2-next",
"dependencies": {
- "@axonivy/variable-editor": "*",
- "@axonivy/variable-editor-protocol": "*",
"@axonivy/ui-components": "~12.0.1-next.401",
"@axonivy/ui-icons": "~12.0.1-next.401",
+ "@axonivy/variable-editor": "*",
+ "@axonivy/variable-editor-protocol": "*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
diff --git a/integrations/standalone/pom.xml b/integrations/standalone/pom.xml
index 90c459fa..ffdd44c0 100644
--- a/integrations/standalone/pom.xml
+++ b/integrations/standalone/pom.xml
@@ -6,7 +6,7 @@
ch.ivyteam.variable
variable-editor
- 12.0.1-SNAPSHOT
+ 12.0.2-SNAPSHOT
pom
diff --git a/lerna.json b/lerna.json
index 5c0aff9c..33c2b7ed 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
- "version": "12.0.1-next",
+ "version": "12.0.2-next",
"npmClient": "npm",
"command": {
"run": {
diff --git a/package-lock.json b/package-lock.json
index 590a3ad0..15c10214 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -31,7 +31,7 @@
},
"integrations/standalone": {
"name": "@axonivy/config-editor-standalone",
- "version": "12.0.1-next",
+ "version": "12.0.2-next",
"dependencies": {
"@axonivy/ui-components": "~12.0.1-next.401",
"@axonivy/ui-icons": "~12.0.1-next.401",
@@ -16014,7 +16014,7 @@
},
"packages/protocol": {
"name": "@axonivy/variable-editor-protocol",
- "version": "12.0.1-next",
+ "version": "12.0.2-next",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"devDependencies": {
"json-schema-to-typescript": "^13.1.1"
@@ -16022,13 +16022,13 @@
},
"packages/variable-editor": {
"name": "@axonivy/variable-editor",
- "version": "12.0.1-next",
+ "version": "12.0.2-next",
"license": "Apache-2.0",
"dependencies": {
"@axonivy/jsonrpc": "~12.0.1-next.401",
"@axonivy/ui-components": "~12.0.1-next.401",
"@axonivy/ui-icons": "~12.0.1-next.401",
- "@axonivy/variable-editor-protocol": "12.0.1-next",
+ "@axonivy/variable-editor-protocol": "12.0.2-next",
"@tanstack/react-query": "5.32.1",
"@tanstack/react-query-devtools": "5.32.1",
"react": "^18.3.1",
@@ -16048,7 +16048,7 @@
},
"playwright": {
"name": "@axonivy/config-editor-playwright",
- "version": "12.0.1-next",
+ "version": "12.0.2-next",
"devDependencies": {
"@playwright/test": "1.48.2"
}
diff --git a/packages/protocol/package.json b/packages/protocol/package.json
index cab0f65a..dbea4771 100644
--- a/packages/protocol/package.json
+++ b/packages/protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/variable-editor-protocol",
- "version": "12.0.1-next",
+ "version": "12.0.2-next",
"private": false,
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
diff --git a/packages/variable-editor/package.json b/packages/variable-editor/package.json
index a2d7524d..7a498b8d 100644
--- a/packages/variable-editor/package.json
+++ b/packages/variable-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/variable-editor",
- "version": "12.0.1-next",
+ "version": "12.0.2-next",
"license": "Apache-2.0",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com/",
@@ -20,7 +20,7 @@
"@axonivy/jsonrpc": "~12.0.1-next.401",
"@axonivy/ui-components": "~12.0.1-next.401",
"@axonivy/ui-icons": "~12.0.1-next.401",
- "@axonivy/variable-editor-protocol": "12.0.1-next",
+ "@axonivy/variable-editor-protocol": "12.0.2-next",
"@tanstack/react-query": "5.32.1",
"@tanstack/react-query-devtools": "5.32.1",
"react": "^18.3.1",
diff --git a/playwright/package.json b/playwright/package.json
index 0902092c..2ec51f83 100644
--- a/playwright/package.json
+++ b/playwright/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@axonivy/config-editor-playwright",
- "version": "12.0.1-next",
+ "version": "12.0.2-next",
"description": "Playwright tests for the Axon Ivy form editor",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com",
diff --git a/playwright/tests/screenshots/pom.xml b/playwright/tests/screenshots/pom.xml
index 8c52cb48..5d325885 100644
--- a/playwright/tests/screenshots/pom.xml
+++ b/playwright/tests/screenshots/pom.xml
@@ -6,7 +6,7 @@
ch.ivyteam.variable
variable-editor-screenshots
- 12.0.1-SNAPSHOT
+ 12.0.2-SNAPSHOT
pom
diff --git a/playwright/variables-test-project/pom.xml b/playwright/variables-test-project/pom.xml
index a5f8ef13..89b31210 100644
--- a/playwright/variables-test-project/pom.xml
+++ b/playwright/variables-test-project/pom.xml
@@ -6,7 +6,7 @@
4.0.0
ch.ivyteam.variable
variables-test-project
- 12.0.1-SNAPSHOT
+ 12.0.2-SNAPSHOT
iar-integration-test