Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Automatic version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabric-composer-app committed Jan 2, 2018
1 parent 87692f1 commit fab36c8
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 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.2.0",
"version": "0.2.1",
"hoist": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"name": "sample-models",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/animaltracking-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"composer": "^0.17.0"
},
"name": "animaltracking-model",
"version": "0.2.0",
"version": "0.2.1",
"description": "Animal Tracking model based on UK DEFRA regulations",
"scripts": {
"licchk": "license-check",
Expand Down
2 changes: 1 addition & 1 deletion packages/composer.base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"composer": "^0.17.0"
},
"name": "composer.base",
"version": "0.2.0",
"version": "0.2.1",
"description": "Composer Base Model",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/composer.business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"composer": "^0.17.0"
},
"name": "composer.business",
"version": "0.2.0",
"version": "0.2.1",
"description": "Composer Business Model",
"dependencies": {
"composer.base": "^0.2.0"
"composer.base": "^0.2.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/composer.contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"composer": "^0.17.0"
},
"name": "composer.contract",
"version": "0.2.0",
"version": "0.2.1",
"description": "Composer Contract Model",
"dependencies": {
"composer.business": "^0.2.0"
"composer.business": "^0.2.1"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/composer.finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"composer": "^0.17.0"
},
"name": "composer.finance",
"version": "0.2.0",
"version": "0.2.1",
"description": "Composer Finance Model",
"dependencies": {
"composer.base": "^0.2.0",
"composer.business": "^0.2.0"
"composer.base": "^0.2.1",
"composer.business": "^0.2.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/digitalproperty-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"composer": "^0.17.0"
},
"name": "digitalproperty-model",
"version": "0.2.0",
"version": "0.2.1",
"description": "Digital Property Network",
"scripts": {
"licchk": "license-check",
Expand Down
2 changes: 1 addition & 1 deletion packages/vehicle-lifecycle-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"composer": "^0.17.0"
},
"name": "vehicle-lifecycle-model",
"version": "0.2.0",
"version": "0.2.1",
"description": "Vehicle Lifecycle Model",
"repository": {
"type": "git",
Expand Down

0 comments on commit fab36c8

Please sign in to comment.