Skip to content

Commit

Permalink
Merge pull request #210 from axonivy/raise-version-12.0.2-SNAPSHOT-17…
Browse files Browse the repository at this point in the history
…34099297334515530

Raise version to 12.0.2-SNAPSHOT
  • Loading branch information
ivy-team authored Dec 13, 2024
2 parents a8eacf4 + a72b2b6 commit 65074f1
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions integrations/standalone/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.ivyteam.variable</groupId>
<artifactId>variable-editor</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/variable-editor/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion playwright/tests/screenshots/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.ivyteam.variable</groupId>
<artifactId>variable-editor-screenshots</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion playwright/variables-test-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.ivyteam.variable</groupId>
<artifactId>variables-test-project</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>

<properties>
Expand Down

0 comments on commit 65074f1

Please sign in to comment.