Skip to content

Commit

Permalink
Raise version to 12.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-team committed Jan 9, 2025
1 parent 20a1154 commit baa409a
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 62 deletions.
8 changes: 4 additions & 4 deletions integration/eclipse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@axonivy/eclipse-integration",
"version": "12.0.2-next",
"version": "12.0.3-next",
"description": "Eclipse IDE integration webview for the Axon Ivy (GLSP-based) process editor",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
Expand All @@ -10,9 +10,9 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
"@axonivy/process-editor": "12.0.2-next",
"@axonivy/process-editor-inscription": "12.0.2-next",
"@axonivy/process-editor-inscription-view": "12.0.2-next",
"@axonivy/process-editor": "12.0.3-next",
"@axonivy/process-editor-inscription": "12.0.3-next",
"@axonivy/process-editor-inscription-view": "12.0.3-next",
"@eclipse-glsp/client": "2.3.0",
"@eclipse-glsp/ide": "2.3.0",
"@eclipse-glsp/protocol": "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion integration/eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.ivyteam.process</groupId>
<artifactId>editor-client-eclipse</artifactId>
<version>12.0.2-SNAPSHOT</version>
<version>12.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions integration/inscription/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/inscription-standalone",
"version": "12.0.2-next",
"version": "12.0.3-next",
"private": true,
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com/",
Expand All @@ -9,8 +9,8 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
"@axonivy/process-editor-inscription-core": "12.0.2-next",
"@axonivy/process-editor-inscription-view": "12.0.2-next",
"@axonivy/process-editor-inscription-core": "12.0.3-next",
"@axonivy/process-editor-inscription-view": "12.0.3-next",
"@axonivy/ui-icons": "~12.0.2-next.413",
"path-browserify": "^1.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions integration/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@axonivy/standalone-integration",
"version": "12.0.2-next",
"version": "12.0.3-next",
"description": "Standalone browser-app for the Axon Ivy process editor",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com",
Expand All @@ -10,9 +10,9 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
"@axonivy/process-editor": "12.0.2-next",
"@axonivy/process-editor-inscription": "12.0.2-next",
"@axonivy/process-editor-inscription-view": "12.0.2-next",
"@axonivy/process-editor": "12.0.3-next",
"@axonivy/process-editor-inscription": "12.0.3-next",
"@axonivy/process-editor-inscription-view": "12.0.3-next",
"@axonivy/ui-components": "~12.0.2-next.413",
"@eclipse-glsp/client": "2.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions integration/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@axonivy/viewer-integration",
"version": "12.0.2-next",
"version": "12.0.3-next",
"description": "Viewer browser-app for the Axon Ivy process editor",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
"@axonivy/process-editor": "12.0.2-next",
"@axonivy/process-editor": "12.0.3-next",
"@eclipse-glsp/client": "2.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion integration/viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.ivyteam.process</groupId>
<artifactId>process-viewer-client</artifactId>
<version>12.0.2-SNAPSHOT</version>
<version>12.0.3-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,5 +1,5 @@
{
"version": "12.0.2-next",
"version": "12.0.3-next",
"npmClient": "npm",
"command": {
"run": {
Expand Down
56 changes: 28 additions & 28 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/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor",
"version": "12.0.2-next",
"version": "12.0.3-next",
"description": "GLSP sprotty diagrams for the Axon Ivy Processes",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
Expand All @@ -18,7 +18,7 @@
"bpmn"
],
"dependencies": {
"@axonivy/process-editor-protocol": "12.0.2-next",
"@axonivy/process-editor-protocol": "12.0.3-next",
"@eclipse-glsp/client": "2.3.0",
"showdown": "^2.1.0",
"toastify-js": "1.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/inscription-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor-inscription-core",
"version": "12.0.2-next",
"version": "12.0.3-next",
"private": false,
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
Expand All @@ -15,7 +15,7 @@
],
"dependencies": {
"@axonivy/jsonrpc": "~12.0.2-next.413",
"@axonivy/process-editor-inscription-protocol": "12.0.2-next",
"@axonivy/process-editor-inscription-protocol": "12.0.3-next",
"monaco-editor": "^0.44.0",
"monaco-editor-workers": "^0.44.0",
"monaco-languageclient": "^6.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/inscription-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor-inscription-protocol",
"version": "12.0.2-next",
"version": "12.0.3-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/inscription-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor-inscription-view",
"version": "12.0.2-next",
"version": "12.0.3-next",
"private": false,
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
Expand All @@ -14,8 +14,8 @@
"src"
],
"dependencies": {
"@axonivy/process-editor-inscription-core": "12.0.2-next",
"@axonivy/process-editor-inscription-protocol": "12.0.2-next",
"@axonivy/process-editor-inscription-core": "12.0.3-next",
"@axonivy/process-editor-inscription-protocol": "12.0.3-next",
"@axonivy/ui-components": "~12.0.2-next.413",
"@axonivy/ui-icons": "~12.0.2-next.413",
"@monaco-editor/react": "^4.6.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/inscription/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axonivy/process-editor-inscription",
"version": "12.0.2-next",
"version": "12.0.3-next",
"description": "GLSP sprotty diagrams for the Axon Ivy Processes",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Axon Ivy AG",
Expand All @@ -10,10 +10,10 @@
"url": "https://github.com/axonivy/process-editor-client"
},
"dependencies": {
"@axonivy/process-editor": "12.0.2-next",
"@axonivy/process-editor-inscription-core": "12.0.2-next",
"@axonivy/process-editor-inscription-protocol": "12.0.2-next",
"@axonivy/process-editor-inscription-view": "12.0.2-next",
"@axonivy/process-editor": "12.0.3-next",
"@axonivy/process-editor-inscription-core": "12.0.3-next",
"@axonivy/process-editor-inscription-protocol": "12.0.3-next",
"@axonivy/process-editor-inscription-view": "12.0.3-next",
"@codingame/monaco-vscode-editor-service-override": "1.83.3",
"@codingame/monaco-vscode-languages-service-override": "1.83.3",
"@codingame/monaco-vscode-model-service-override": "1.83.3",
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/process-editor-protocol",
"version": "12.0.2-next",
"version": "12.0.3-next",
"description": "GLSP sprotty diagrams for the Axon Ivy Processes",
"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/inscription-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>inscription.test.project</groupId>
<artifactId>inscription-test-project</artifactId>
<version>12.0.2-SNAPSHOT</version>
<version>12.0.3-SNAPSHOT</version>
<packaging>iar-integration-test</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/process-editor-playwright",
"version": "12.0.2-next",
"version": "12.0.3-next",
"description": "Playwright tests for the Axon Ivy process editor",
"author": "Axon Ivy AG",
"homepage": "https://developer.axonivy.com",
Expand Down
2 changes: 1 addition & 1 deletion playwright/process-test-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>process.test.project</groupId>
<artifactId>process-test-project</artifactId>
<version>12.0.2-SNAPSHOT</version>
<version>12.0.3-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>

<properties>
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.process</groupId>
<artifactId>process-editor-screenshots</artifactId>
<version>12.0.2-SNAPSHOT</version>
<version>12.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down

0 comments on commit baa409a

Please sign in to comment.