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.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mttrbrts committed Jun 8, 2019
1 parent 01d0398 commit 2a1f911
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.8.2",
"version": "0.8.3",
"hoist": true
}
2 changes: 1 addition & 1 deletion mechanization/Version.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Require Import String.

Section Version.
Definition ergo_version := "0.8.2"%string.
Definition ergo_version := "0.8.3"%string.

End Version.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@accordproject/ergo",
"description": "The Ergo Language for Smart Legal Contracts",
"version": "0.8.2",
"version": "0.8.3",
"scripts": {
"postinstall": "npm run pkgcheck && npm run bootstrap",
"bootstrap": "lerna bootstrap",
Expand Down
8 changes: 4 additions & 4 deletions packages/ergo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-cli",
"version": "0.8.2",
"version": "0.8.3",
"description": "Ergo CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"access": "public"
},
"dependencies": {
"@accordproject/ergo-compiler": "0.8.2",
"@accordproject/ergo-engine": "0.8.2",
"@accordproject/ergo-test": "0.8.2",
"@accordproject/ergo-compiler": "0.8.3",
"@accordproject/ergo-engine": "0.8.3",
"@accordproject/ergo-test": "0.8.3",
"moment-mini": "2.22.1",
"jsome": "2.5.0",
"winston": "^3.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ergo-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-compiler",
"version": "0.8.2",
"version": "0.8.3",
"description": "Ergo Compiler",
"repository": {
"type": "git",
Expand Down Expand Up @@ -79,4 +79,4 @@
"functions": 92,
"lines": 93
}
}
}
4 changes: 2 additions & 2 deletions packages/ergo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-engine",
"version": "0.8.2",
"version": "0.8.3",
"description": "Ergo Engine",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"index.browser.js"
],
"dependencies": {
"@accordproject/ergo-compiler": "0.8.2",
"@accordproject/ergo-compiler": "0.8.3",
"moment-mini": "2.22.1",
"vm2": "3.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ergo-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-test",
"version": "0.8.2",
"version": "0.8.3",
"description": "Ergo Test",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"access": "public"
},
"dependencies": {
"@accordproject/ergo-compiler": "0.8.2",
"@accordproject/ergo-engine": "0.8.2",
"@accordproject/ergo-compiler": "0.8.3",
"@accordproject/ergo-engine": "0.8.3",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-things": "0.2.0",
Expand Down

0 comments on commit 2a1f911

Please sign in to comment.