Skip to content

Commit de6a6f4

Browse files
authored
Merge pull request #209 from axonivy/raise-version-12.0.2-SNAPSHOT-1734099297334515530
Raise version to 12.0.2-SNAPSHOT
2 parents e51fbc5 + 9af5b8b commit de6a6f4

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "12.0.1-next",
3+
"version": "12.0.2-next",
44
"npmClient": "npm",
55
"command": {
66
"run": {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axonivy/ui-components",
3-
"version": "12.0.1-next",
3+
"version": "12.0.2-next",
44
"private": false,
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"author": "Axon Ivy AG",
@@ -36,7 +36,7 @@
3636
"sonner": "1.5.0"
3737
},
3838
"peerDependencies": {
39-
"@axonivy/ui-icons": "~12.0.1-next",
39+
"@axonivy/ui-icons": "~12.0.2-next",
4040
"react": "^18.2.0"
4141
},
4242
"devDependencies": {

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axonivy/ui-icons",
3-
"version": "12.0.1-next",
3+
"version": "12.0.2-next",
44
"description": "The icon font for the Axon Ivy Editors",
55
"private": false,
66
"author": "Axon Ivy AG",

packages/icons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ch.ivyteam.ui.icons</groupId>
88
<artifactId>ui-icons</artifactId>
9-
<version>12.0.1-SNAPSHOT</version>
9+
<version>12.0.2-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<distributionManagement>

packages/jsonrpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axonivy/jsonrpc",
3-
"version": "12.0.1-next",
3+
"version": "12.0.2-next",
44
"private": false,
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"author": "Axon Ivy AG",

0 commit comments

Comments
 (0)