Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Automatic version bump to 0.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mttrbrts committed Sep 4, 2020
1 parent 0fbe746 commit b1e62c0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.21.5",
"version": "0.21.6",
"hoist": true
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@accordproject/ergo",
"description": "The Ergo Language for Smart Legal Contracts",
"version": "0.21.5",
"version": "0.21.6",
"scripts": {
"postinstall": "npm run models:get && lerna bootstrap",
"prepare": "npm run pkgcheck",
Expand Down Expand Up @@ -162,4 +162,4 @@
}
},
"dependencies": {}
}
}
8 changes: 4 additions & 4 deletions packages/ergo-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-cli",
"version": "0.21.5",
"version": "0.21.6",
"description": "Ergo CLI",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"homepage": "https://www.accordproject.org/projects/ergo",
"dependencies": {
"@accordproject/ergo-compiler": "0.21.5",
"@accordproject/ergo-engine": "0.21.5",
"@accordproject/ergo-test": "0.21.5",
"@accordproject/ergo-compiler": "0.21.6",
"@accordproject/ergo-engine": "0.21.6",
"@accordproject/ergo-test": "0.21.6",
"chalk": "2.4.1",
"jsome": "2.5.0",
"moment-mini": "2.22.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ergo-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-compiler",
"version": "0.21.5",
"version": "0.21.6",
"description": "Ergo Compiler",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/ergo-engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-engine",
"version": "0.21.5",
"version": "0.21.6",
"description": "Ergo Engine",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"index.browser.js"
],
"dependencies": {
"@accordproject/ergo-compiler": "0.21.5",
"@accordproject/ergo-compiler": "0.21.6",
"moment-mini": "2.22.1",
"vm2": "3.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ergo-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-test",
"version": "0.21.5",
"version": "0.21.6",
"description": "Ergo Test",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,8 +28,8 @@
"access": "public"
},
"dependencies": {
"@accordproject/ergo-compiler": "0.21.5",
"@accordproject/ergo-engine": "0.21.5",
"@accordproject/ergo-compiler": "0.21.6",
"@accordproject/ergo-engine": "0.21.6",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-things": "0.2.0",
Expand Down

0 comments on commit b1e62c0

Please sign in to comment.