Skip to content

Commit

Permalink
Automatic version bump to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mttrbrts committed Jul 12, 2019
1 parent 24e4a8f commit 80c715b
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,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.13.2",
"version": "0.13.3",
"hoist": true,
"command": {
"publish": {
Expand Down
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.13.2",
"version": "0.13.3",
"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.13.2",
"version": "0.13.3",
"description": "Cicero CLI",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -51,10 +51,10 @@
"tmp-promise": "1.0.4"
},
"dependencies": {
"@accordproject/cicero-core": "0.13.2",
"@accordproject/cicero-engine": "0.13.2",
"@accordproject/cicero-tools": "0.13.2",
"@accordproject/cicero-test": "0.13.2",
"@accordproject/cicero-core": "0.13.3",
"@accordproject/cicero-engine": "0.13.3",
"@accordproject/cicero-tools": "0.13.3",
"@accordproject/cicero-test": "0.13.3",
"@accordproject/ergo-compiler": "0.9.3",
"uuid": "3.3.2",
"yargs": "9.0.1"
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.13.2",
"version": "0.13.3",
"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.13.2",
"version": "0.13.3",
"description": "Cicero Engine - Node.js VM based implementation of Accord Protcol Template Specification execution",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -47,7 +47,7 @@
"nyc": "14.1.1"
},
"dependencies": {
"@accordproject/cicero-core": "0.13.2",
"@accordproject/cicero-core": "0.13.3",
"@accordproject/ergo-compiler": "0.9.3",
"@accordproject/ergo-engine": "0.9.3",
"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.13.2",
"version": "0.13.3",
"description": "Cicero Server - wraps the Cicero Engine and exposes it as a RESTful service",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -54,8 +54,8 @@
"supertest": "3.0.0"
},
"dependencies": {
"@accordproject/cicero-core": "0.13.2",
"@accordproject/cicero-engine": "0.13.2",
"@accordproject/cicero-core": "0.13.3",
"@accordproject/cicero-engine": "0.13.3",
"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.13.2",
"version": "0.13.3",
"description": "Cicero Test - Testing support for Cicero based on cucumber",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -44,8 +44,8 @@
"nyc": "14.1.1"
},
"dependencies": {
"@accordproject/cicero-core": "0.13.2",
"@accordproject/cicero-engine": "0.13.2",
"@accordproject/cicero-core": "0.13.3",
"@accordproject/cicero-engine": "0.13.3",
"@accordproject/ergo-test": "0.9.3",
"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.13.2",
"version": "0.13.3",
"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.13.2",
"version": "0.13.3",
"description": "Code generator for a Cicero Template",
"engines": {
"node": ">=8",
Expand Down

0 comments on commit 80c715b

Please sign in to comment.