Skip to content

Commit

Permalink
Merge pull request #244 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 c57b31a + 7837d57 commit f396815
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion integrations/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/form-editor-standalone",
"version": "12.0.1-next",
"version": "12.0.2-next",
"private": true,
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com/",
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.form</groupId>
<artifactId>form-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
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/form-editor-core",
"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 All @@ -14,7 +14,7 @@
"src"
],
"dependencies": {
"@axonivy/form-editor-protocol": "~12.0.1-next",
"@axonivy/form-editor-protocol": "12.0.2-next",
"@axonivy/jsonrpc": "~12.0.1-next.397"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/form-editor",
"version": "12.0.1-next",
"version": "12.0.2-next",
"private": false,
"license": "Apache-2.0",
"author": "Axon Ivy AG",
Expand All @@ -14,7 +14,7 @@
"src"
],
"dependencies": {
"@axonivy/form-editor-protocol": "~12.0.1-next",
"@axonivy/form-editor-protocol": "12.0.2-next",
"@axonivy/ui-components": "~12.0.1-next.399",
"@axonivy/ui-icons": "~12.0.1-next.399",
"@dnd-kit/core": "^6.1.0",
Expand Down
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/form-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
2 changes: 1 addition & 1 deletion playwright/form-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>form.test.project</groupId>
<artifactId>form-test-project</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<engine.test.app>Developer-form-test-project</engine.test.app>
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/form-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.dialog</groupId>
<artifactId>form-editor-screenshots</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down

0 comments on commit f396815

Please sign in to comment.