diff --git a/integrations/standalone/package.json b/integrations/standalone/package.json
index 831fe269..cd8acb30 100644
--- a/integrations/standalone/package.json
+++ b/integrations/standalone/package.json
@@ -1,7 +1,7 @@
{
"name": "@axonivy/config-editor-standalone",
"private": true,
- "version": "12.0.0-next",
+ "version": "12.0.1-next",
"dependencies": {
"@axonivy/variable-editor": "*",
"@axonivy/variable-editor-protocol": "*",
diff --git a/integrations/standalone/pom.xml b/integrations/standalone/pom.xml
index 3af17cf6..90c459fa 100644
--- a/integrations/standalone/pom.xml
+++ b/integrations/standalone/pom.xml
@@ -6,7 +6,7 @@
ch.ivyteam.variable
variable-editor
- 12.0.0-SNAPSHOT
+ 12.0.1-SNAPSHOT
pom
diff --git a/lerna.json b/lerna.json
index c473b545..5c0aff9c 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
- "version": "12.0.0-next",
+ "version": "12.0.1-next",
"npmClient": "npm",
"command": {
"run": {
@@ -12,4 +12,4 @@
"registry": "https://npmjs-registry.ivyteam.ch/"
}
}
-}
+}
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index e6c4dc81..7ef4a0ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -31,7 +31,7 @@
},
"integrations/standalone": {
"name": "@axonivy/config-editor-standalone",
- "version": "12.0.0-next",
+ "version": "12.0.1-next",
"dependencies": {
"@axonivy/variable-editor": "*",
"@axonivy/variable-editor-protocol": "*",
@@ -15942,7 +15942,7 @@
},
"packages/protocol": {
"name": "@axonivy/variable-editor-protocol",
- "version": "12.0.0-next",
+ "version": "12.0.1-next",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"devDependencies": {
"json-schema-to-typescript": "^13.1.1"
@@ -15950,13 +15950,13 @@
},
"packages/variable-editor": {
"name": "@axonivy/variable-editor",
- "version": "12.0.0-next",
+ "version": "12.0.1-next",
"license": "Apache-2.0",
"dependencies": {
"@axonivy/jsonrpc": "~12.0.0-next.380",
"@axonivy/ui-components": "~12.0.0-next.380",
"@axonivy/ui-icons": "~12.0.0-next.380",
- "@axonivy/variable-editor-protocol": "~12.0.0-next",
+ "@axonivy/variable-editor-protocol": "12.0.1-next",
"@tanstack/react-query": "5.32.1",
"@tanstack/react-query-devtools": "5.32.1",
"react": "^18.3.1",
@@ -15976,7 +15976,7 @@
},
"playwright": {
"name": "@axonivy/config-editor-playwright",
- "version": "12.0.0-next",
+ "version": "12.0.1-next",
"devDependencies": {
"@playwright/test": "1.48.2"
}
diff --git a/packages/protocol/package.json b/packages/protocol/package.json
index 9752f981..cab0f65a 100644
--- a/packages/protocol/package.json
+++ b/packages/protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/variable-editor-protocol",
- "version": "12.0.0-next",
+ "version": "12.0.1-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 7b815885..356eb3ec 100644
--- a/packages/variable-editor/package.json
+++ b/packages/variable-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@axonivy/variable-editor",
- "version": "12.0.0-next",
+ "version": "12.0.1-next",
"license": "Apache-2.0",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com/",
@@ -17,18 +17,18 @@
"types": "lib/index.d.ts",
"main": "lib/editor.js",
"dependencies": {
- "@axonivy/variable-editor-protocol": "~12.0.0-next",
"@axonivy/jsonrpc": "~12.0.0-next.380",
"@axonivy/ui-components": "~12.0.0-next.380",
"@axonivy/ui-icons": "~12.0.0-next.380",
+ "@axonivy/variable-editor-protocol": "12.0.1-next",
"@tanstack/react-query": "5.32.1",
"@tanstack/react-query-devtools": "5.32.1",
"react": "^18.3.1",
"yaml": "^2.3.1"
},
"devDependencies": {
- "@types/react": "^18.3.4",
"@testing-library/react": "^16.0.0",
+ "@types/react": "^18.3.4",
"@vanilla-extract/recipes": "^0.5.5",
"@vitejs/plugin-react": "^4.3.1",
"copyfiles": "^2.4.1",
diff --git a/playwright/package.json b/playwright/package.json
index 6ac01183..0902092c 100644
--- a/playwright/package.json
+++ b/playwright/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@axonivy/config-editor-playwright",
- "version": "12.0.0-next",
+ "version": "12.0.1-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 2a10b6ba..8c52cb48 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.0-SNAPSHOT
+ 12.0.1-SNAPSHOT
pom
diff --git a/playwright/variables-test-project/pom.xml b/playwright/variables-test-project/pom.xml
index 9fa88ccb..a5f8ef13 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.0-SNAPSHOT
+ 12.0.1-SNAPSHOT
iar-integration-test