Skip to content

Commit

Permalink
Automatic version bump to 0.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mttrbrts committed Sep 15, 2020
1 parent 4e5db85 commit 72b8de3
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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.21.6",
"version": "0.21.7",
"hoist": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"name": "cicero",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.21.6",
"version": "0.21.7",
"main": "index.js",
"private": true,
"scripts": {
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.21.6",
"version": "0.21.7",
"description": "Cicero CLI",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -42,10 +42,10 @@
"homepage": "https://www.accordproject.org/projects/cicero",
"dependencies": {
"@accordproject/concerto-core": "0.82.9",
"@accordproject/cicero-core": "0.21.6",
"@accordproject/cicero-engine": "0.21.6",
"@accordproject/cicero-test": "0.21.6",
"@accordproject/cicero-tools": "0.21.6",
"@accordproject/cicero-core": "0.21.7",
"@accordproject/cicero-engine": "0.21.7",
"@accordproject/cicero-test": "0.21.7",
"@accordproject/cicero-tools": "0.21.7",
"uuid": "3.3.2",
"mkdirp": "0.5.1",
"yargs": "13.2.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.21.6",
"version": "0.21.7",
"description": "Cicero Core - Implementation of Accord Protocol Template Specification",
"engines": {
"node": ">=8",
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.21.6",
"version": "0.21.7",
"description": "Cicero Engine - Node.js VM based implementation of Accord Protcol Template Specification execution",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -49,7 +49,7 @@
"nyc": "14.1.1"
},
"dependencies": {
"@accordproject/cicero-core": "0.21.6",
"@accordproject/cicero-core": "0.21.7",
"@accordproject/ergo-engine": "0.21.7",
"moment-mini": "2.22.1"
},
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.21.6",
"version": "0.21.7",
"description": "Cicero Server - wraps the Cicero Engine and exposes it as a RESTful service",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -55,8 +55,8 @@
"supertest": "3.0.0"
},
"dependencies": {
"@accordproject/cicero-core": "0.21.6",
"@accordproject/cicero-engine": "0.21.6",
"@accordproject/cicero-core": "0.21.7",
"@accordproject/cicero-engine": "0.21.7",
"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.21.6",
"version": "0.21.7",
"description": "Cicero Test - Testing support for Cicero based on cucumber",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -46,8 +46,8 @@
"nyc": "14.1.1"
},
"dependencies": {
"@accordproject/cicero-core": "0.21.6",
"@accordproject/cicero-engine": "0.21.6",
"@accordproject/cicero-core": "0.21.7",
"@accordproject/cicero-engine": "0.21.7",
"@accordproject/ergo-test": "0.21.7",
"chai": "4.2.0",
"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.21.6",
"version": "0.21.7",
"description": "Cicero Tools",
"engines": {
"node": ">=8",
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.21.6",
"version": "0.21.7",
"description": "Code generator for a Cicero Template",
"engines": {
"node": ">=8",
Expand Down

0 comments on commit 72b8de3

Please sign in to comment.