Skip to content

Commit

Permalink
Merge pull request #202 from axonivy/raise-version-12.0.1-SNAPSHOT-17…
Browse files Browse the repository at this point in the history
…32800282625425312

Raise version to 12.0.1-SNAPSHOT
  • Loading branch information
ivy-team authored Nov 28, 2024
2 parents 710f2d3 + 70be40f commit 9c1d4a3
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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/config-editor-standalone",
"private": true,
"version": "12.0.0-next",
"version": "12.0.1-next",
"dependencies": {
"@axonivy/variable-editor": "*",
"@axonivy/variable-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.variable</groupId>
<artifactId>variable-editor</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -12,4 +12,4 @@
"registry": "https://npmjs-registry.ivyteam.ch/"
}
}
}
}
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.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
6 changes: 3 additions & 3 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.0-next",
"version": "12.0.1-next",
"license": "Apache-2.0",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com/",
Expand All @@ -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",
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.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.variable</groupId>
<artifactId>variable-editor-screenshots</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 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.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>

<properties>
Expand Down

0 comments on commit 9c1d4a3

Please sign in to comment.