Skip to content

Commit

Permalink
Automatic version bump to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mttrbrts committed Dec 14, 2018
1 parent 2431b10 commit 7f4edc2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.9.10",
"version": "0.9.11",
"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.9.10",
"version": "0.9.11",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
6 changes: 3 additions & 3 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.9.10",
"version": "0.9.11",
"description": "Cicero CLI",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -46,8 +46,8 @@
"tmp-promise": "1.0.4"
},
"dependencies": {
"@accordproject/cicero-core": "0.9.10",
"@accordproject/cicero-engine": "0.9.10",
"@accordproject/cicero-core": "0.9.11",
"@accordproject/cicero-engine": "0.9.11",
"@accordproject/ergo-compiler": "0.5.7",
"composer-concerto": "0.60.0",
"uuid": "3.2.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.9.10",
"version": "0.9.11",
"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.9.10",
"version": "0.9.11",
"description": "Cicero Engine - Node.js VM based implementation of Accord Protcol Template Specification execution",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -43,7 +43,7 @@
"nyc": "11.7.2"
},
"dependencies": {
"@accordproject/cicero-core": "0.9.10",
"@accordproject/cicero-core": "0.9.11",
"composer-concerto": "0.60.0",
"moment": "2.20.1",
"vm2": "3.5.0"
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.9.10",
"version": "0.9.11",
"description": "Cicero Server - wraps the Cicero Engine and exposes it as a RESTful service",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -53,8 +53,8 @@
"supertest": "3.0.0"
},
"dependencies": {
"@accordproject/cicero-core": "0.9.10",
"@accordproject/cicero-engine": "0.9.10",
"@accordproject/cicero-core": "0.9.11",
"@accordproject/cicero-engine": "0.9.11",
"express": "4.16.2"
},
"license-check-config": {
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.9.10",
"version": "0.9.11",
"description": "Code generator for a Cicero Template",
"engines": {
"node": ">=8",
Expand Down

0 comments on commit 7f4edc2

Please sign in to comment.