Skip to content

Commit

Permalink
Manual bump to 0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Oct 26, 2018
1 parent ffd0068 commit 2afa7f9
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"packages": [
"packages/*"
],
"version": "0.8.1",
"version": "0.9.1",
"hoist": true,
"command": {
"publish": {
"allowBranch": "master"
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"name": "cicero",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.8.1",
"version": "0.9.1",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 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.8.1",
"version": "0.9.1",
"description": "Cicero CLI",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -46,8 +46,8 @@
"tmp-promise": "1.0.4"
},
"dependencies": {
"@accordproject/cicero-core": "0.8.1",
"@accordproject/cicero-engine": "0.8.1",
"@accordproject/cicero-core": "0.9.1",
"@accordproject/cicero-engine": "0.9.1",
"@accordproject/ergo-compiler": "0.5.2",
"composer-concerto": "0.31.2",
"uuid": "3.2.1",
Expand Down Expand Up @@ -87,4 +87,4 @@
"functions": 0,
"lines": 0
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"$class":"org.accordproject.latedeliveryandpenalty.TemplateModel","clauseId":"6ad81a70-9d35-412b-97fc-c38430047893","forceMajeure":true,"penaltyDuration":{"$class":"org.accordproject.time.Duration","amount":9,"unit":"days"},"penaltyPercentage":7,"capPercentage":2,"termination":{"$class":"org.accordproject.time.Duration","amount":2,"unit":"weeks"},"fractionalPart":"days"}
{"$class":"org.accordproject.latedeliveryandpenalty.TemplateModel","clauseId":"3d64c0b5-abb8-4f5a-9c11-f387c8876e29","forceMajeure":true,"penaltyDuration":{"$class":"org.accordproject.time.Duration","amount":9,"unit":"days"},"penaltyPercentage":7,"capPercentage":2,"termination":{"$class":"org.accordproject.time.Duration","amount":2,"unit":"weeks"},"fractionalPart":"days"}
4 changes: 2 additions & 2 deletions 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.8.1",
"version": "0.9.1",
"description": "Cicero Core - implementation of Accord Protocol Template Specification",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -117,4 +117,4 @@
"functions": 84,
"lines": 88
}
}
}
6 changes: 3 additions & 3 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.8.1",
"version": "0.9.1",
"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.8.1",
"@accordproject/cicero-core": "0.9.1",
"composer-concerto": "0.31.2",
"moment": "2.20.1",
"vm2": "3.5.0"
Expand Down Expand Up @@ -81,4 +81,4 @@
"functions": 92,
"lines": 93
}
}
}
8 changes: 4 additions & 4 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.8.1",
"version": "0.9.1",
"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.8.1",
"@accordproject/cicero-engine": "0.8.1",
"@accordproject/cicero-core": "0.9.1",
"@accordproject/cicero-engine": "0.9.1",
"express": "4.16.2"
},
"license-check-config": {
Expand Down Expand Up @@ -91,4 +91,4 @@
"functions": 92,
"lines": 93
}
}
}
4 changes: 2 additions & 2 deletions 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.8.1",
"version": "0.9.1",
"description": "Code generator for a Cicero Template",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -93,4 +93,4 @@
"functions": 88,
"lines": 85
}
}
}

0 comments on commit 2afa7f9

Please sign in to comment.