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

Commit

Permalink
chore(actions): publish v0.23.0-alpha.3 to npm
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
jeromesimeon committed Mar 21, 2022
1 parent 73a22c4 commit 87f1e1c
Show file tree
Hide file tree
Showing 7 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.23.0-alpha.2",
"version": "0.23.0-alpha.3",
"hoist": true
}
2 changes: 1 addition & 1 deletion 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 package.json
@@ -1,7 +1,7 @@
{
"name": "@accordproject/ergo",
"description": "The Ergo Language for Smart Legal Contracts",
"version": "0.23.0-alpha.2",
"version": "0.23.0-alpha.3",
"engines": {
"node": ">=14",
"npm": ">=6"
Expand Down
8 changes: 4 additions & 4 deletions packages/ergo-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-cli",
"version": "0.23.0-alpha.2",
"version": "0.23.0-alpha.3",
"description": "Ergo CLI",
"engines": {
"node": ">=14",
Expand Down Expand Up @@ -43,9 +43,9 @@
},
"homepage": "https://www.accordproject.org/projects/ergo",
"dependencies": {
"@accordproject/ergo-compiler": "0.23.0-alpha.2",
"@accordproject/ergo-engine": "0.23.0-alpha.2",
"@accordproject/ergo-test": "0.23.0-alpha.2",
"@accordproject/ergo-compiler": "0.23.0-alpha.3",
"@accordproject/ergo-engine": "0.23.0-alpha.3",
"@accordproject/ergo-test": "0.23.0-alpha.3",
"chalk": "2.4.1",
"jsome": "2.5.0",
"winston": "3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ergo-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-compiler",
"version": "0.23.0-alpha.2",
"version": "0.23.0-alpha.3",
"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.23.0-alpha.2",
"version": "0.23.0-alpha.3",
"description": "Ergo Engine",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"dependencies": {
"@accordproject/concerto-core": "2.0.0-alpha.2",
"@accordproject/ergo-compiler": "0.23.0-alpha.2",
"@accordproject/ergo-compiler": "0.23.0-alpha.3",
"dayjs": "1.10.8",
"vm2": "3.9.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ergo-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/ergo-test",
"version": "0.23.0-alpha.2",
"version": "0.23.0-alpha.3",
"description": "Ergo Test",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,8 +33,8 @@
"access": "public"
},
"dependencies": {
"@accordproject/ergo-compiler": "0.23.0-alpha.2",
"@accordproject/ergo-engine": "0.23.0-alpha.2",
"@accordproject/ergo-compiler": "0.23.0-alpha.3",
"@accordproject/ergo-engine": "0.23.0-alpha.3",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-things": "0.2.0",
Expand Down

0 comments on commit 87f1e1c

Please sign in to comment.