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

Commit

Permalink
Bump to v0.0.3 (#92)
Browse files Browse the repository at this point in the history
* Bump version to v0.0.3

* Add missing moment dependency
  • Loading branch information
Simon Stone authored and davidkel committed Sep 22, 2017
1 parent b1eac4e commit 9e77e90
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lerna.json
@@ -1,7 +1,7 @@
{
"lerna": "2.0.0-rc.4",
"lerna": "2.0.0",
"packages": [
"packages/*"
],
"version": "0.0.2"
"version": "0.0.3"
}
9 changes: 6 additions & 3 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"author": "Hyperledger Composer",
"license": "Apache-2.0",
Expand All @@ -18,10 +18,13 @@
"prettyjson": "^1.2.1"
},
"devDependencies": {
"lerna": "^2.0.0"
"colors": "^1.1.2",
"lerna": "^2.0.0",
"moment": "^2.18.1",
"semver": "^5.4.1"
},
"repository": {
"type": "git",
"url": "git@github.com:hyperledger/composer-sample-applications"
}
}
}
2 changes: 1 addition & 1 deletion packages/digitalproperty-app/package.json
@@ -1,6 +1,6 @@
{
"name": "digitalproperty-app",
"version": "0.0.2",
"version": "0.0.3",
"description": "Hyperledger Composer - Digital Property console application",
"bin": {
"digitalproperty": "cli.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/vehicle-lifecycle-car-builder/package.json
Expand Up @@ -39,7 +39,7 @@
"typescript": "~2.2.1",
"zone.js": "^0.8.4"
},
"version": "0.0.2",
"version": "0.0.3",
"description": "Vehicle Lifecycle - A mobile application for the customers view",
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion packages/vehicle-lifecycle-manufacturing/package.json
@@ -1,7 +1,7 @@
{
"name": "vehicle-lifecycle-manufacturer",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"description": "Vehicle Lifecycle - A manufacturers view",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vehicle-lifecycle-vda/package.json
@@ -1,7 +1,7 @@
{
"name": "vehicle-lifecycle-vda",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"description": "Vehicle Lifecycle - A regulators view",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vehicle-lifecycle/package.json
@@ -1,7 +1,7 @@
{
"name": "vehicle-lifecycle",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"description": "## Installation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9e77e90

Please sign in to comment.