Skip to content

Commit

Permalink
Merge pull request #89 from axonivy/raise-version-12.0.1-SNAPSHOT-173…
Browse files Browse the repository at this point in the history
…2800282625425312

Raise version to 12.0.1-SNAPSHOT
  • Loading branch information
ivy-team authored Nov 28, 2024
2 parents a23179b + f3ea673 commit a817206
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion integrations/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axonivy/dataclass-editor-standalone",
"private": true,
"version": "12.0.0-next",
"version": "12.0.1-next",
"dependencies": {
"@axonivy/dataclass-editor": "*",
"@axonivy/dataclass-editor-protocol": "*",
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.dataclass</groupId>
<artifactId>dataclass-editor</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-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.0-next",
"version": "12.0.1-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.

4 changes: 2 additions & 2 deletions packages/dataclass-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/dataclass-editor",
"version": "12.0.0-next",
"version": "12.0.1-next",
"license": "Apache-2.0",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com/",
Expand All @@ -17,7 +17,7 @@
"types": "lib/index.d.ts",
"main": "lib/editor.js",
"dependencies": {
"@axonivy/dataclass-editor-protocol": "^12.0.0-next",
"@axonivy/dataclass-editor-protocol": "12.0.1-next",
"@axonivy/jsonrpc": "~12.0.0-next.372",
"@axonivy/ui-components": "~12.0.0-next.372",
"@axonivy/ui-icons": "~12.0.0-next.372",
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/dataclass-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",
Expand Down
2 changes: 1 addition & 1 deletion playwright/dataclass-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>dataclass.test.project</groupId>
<artifactId>dataclass-test-project</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>

<properties>
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/dataclass-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",
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.dataclass</groupId>
<artifactId>dataclass-editor-screenshots</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down

0 comments on commit a817206

Please sign in to comment.