Skip to content

Commit

Permalink
chore(actions): publish v0.23.0-alpha.1 to npm
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
jeromesimeon committed Mar 17, 2022
1 parent 53a41ed commit b94794a
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 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.22.2",
"version": "0.23.0-alpha.1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"name": "cicero",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.22.2",
"version": "0.23.0-alpha.1",
"private": true,
"scripts": {
"coverage": "node ./scripts/coverage.js \"packages/cicero-*\" && nyc report -t coverage --cwd . --report-dir coverage --reporter=lcov && cat ./coverage/lcov.info",
Expand Down
10 changes: 5 additions & 5 deletions packages/cicero-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/cicero-cli",
"version": "0.22.2",
"version": "0.23.0-alpha.1",
"description": "Cicero CLI",
"engines": {
"node": ">=12",
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"homepage": "https://www.accordproject.org/projects/cicero",
"dependencies": {
"@accordproject/cicero-core": "0.22.2",
"@accordproject/cicero-engine": "0.22.2",
"@accordproject/cicero-test": "0.22.2",
"@accordproject/cicero-tools": "0.22.2",
"@accordproject/cicero-core": "0.23.0-alpha.1",
"@accordproject/cicero-engine": "0.23.0-alpha.1",
"@accordproject/cicero-test": "0.23.0-alpha.1",
"@accordproject/cicero-tools": "0.23.0-alpha.1",
"@accordproject/concerto-core": "2.0.0-alpha.2",
"@accordproject/concerto-util": "2.0.0-alpha.2",
"mkdirp": "1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cicero-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/cicero-core",
"version": "0.22.2",
"version": "0.23.0-alpha.1",
"description": "Cicero Core - Implementation of Accord Protocol Template Specification",
"engines": {
"node": ">=12",
Expand Down
4 changes: 2 additions & 2 deletions packages/cicero-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/cicero-engine",
"version": "0.22.2",
"version": "0.23.0-alpha.1",
"description": "Cicero Engine - Node.js VM based implementation of Accord Protcol Template Specification execution",
"engines": {
"node": ">=12",
Expand Down Expand Up @@ -51,7 +51,7 @@
"nyc": "15.1.0"
},
"dependencies": {
"@accordproject/cicero-core": "0.22.2",
"@accordproject/cicero-core": "0.23.0-alpha.1",
"@accordproject/ergo-engine": "0.23.0-alpha.2"
},
"license-check-config": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cicero-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/cicero-server",
"version": "0.22.2",
"version": "0.23.0-alpha.1",
"description": "Cicero Server - wraps the Cicero Engine and exposes it as a RESTful service",
"engines": {
"node": ">=12",
Expand Down Expand Up @@ -55,8 +55,8 @@
"supertest": "3.0.0"
},
"dependencies": {
"@accordproject/cicero-core": "0.22.2",
"@accordproject/cicero-engine": "0.22.2",
"@accordproject/cicero-core": "0.23.0-alpha.1",
"@accordproject/cicero-engine": "0.23.0-alpha.1",
"express": "4.16.2"
},
"license-check-config": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cicero-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/cicero-test",
"version": "0.22.2",
"version": "0.23.0-alpha.1",
"description": "Cicero Test - Testing support for Cicero based on cucumber",
"engines": {
"node": ">=12",
Expand Down Expand Up @@ -47,8 +47,8 @@
"nyc": "15.1.0"
},
"dependencies": {
"@accordproject/cicero-core": "0.22.2",
"@accordproject/cicero-engine": "0.22.2",
"@accordproject/cicero-core": "0.23.0-alpha.1",
"@accordproject/cicero-engine": "0.23.0-alpha.1",
"@accordproject/ergo-test": "0.23.0-alpha.2",
"chai": "4.3.6",
"chai-things": "0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cicero-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/cicero-tools",
"version": "0.22.2",
"version": "0.23.0-alpha.1",
"description": "Cicero Tools",
"engines": {
"node": ">=12",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-cicero-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/generator-cicero-template",
"version": "0.22.2",
"version": "0.23.0-alpha.1",
"description": "Code generator for a Cicero Template",
"engines": {
"node": ">=12",
Expand Down

0 comments on commit b94794a

Please sign in to comment.