Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
v0.11.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azeghers committed Dec 3, 2020
1 parent fe5b7bc commit 149d109
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/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 app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zeebe-modeler",
"version": "0.10.0",
"version": "0.11.0-rc.0",
"description": "Zeebe Modeler for BPMN based on bpmn.io",
"private": true,
"main": "prod.js",
Expand Down
2 changes: 1 addition & 1 deletion client/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 client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zeebe-modeler-client",
"version": "0.10.0",
"version": "0.11.0-rc.0",
"description": "Zeebe Modeler client application",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -88,4 +88,4 @@
"auto-test": "npm test -- --auto-watch --no-single-run",
"test": "karma start karma.config.js"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.0",
"version": "0.11.0-rc.0",
"packages": [
"app",
"client"
Expand Down

0 comments on commit 149d109

Please sign in to comment.