diff --git a/lerna.json b/lerna.json index 1c8e8cbc..bd929fe0 100644 --- a/lerna.json +++ b/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" } diff --git a/package.json b/package.json index a855512f..9e36f765 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "private": true, "author": "Hyperledger Composer", "license": "Apache-2.0", @@ -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" } -} \ No newline at end of file +} diff --git a/packages/digitalproperty-app/package.json b/packages/digitalproperty-app/package.json index fc5d4191..8013626e 100644 --- a/packages/digitalproperty-app/package.json +++ b/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" diff --git a/packages/vehicle-lifecycle-car-builder/package.json b/packages/vehicle-lifecycle-car-builder/package.json index 691e9dd6..98826769 100644 --- a/packages/vehicle-lifecycle-car-builder/package.json +++ b/packages/vehicle-lifecycle-car-builder/package.json @@ -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" } diff --git a/packages/vehicle-lifecycle-manufacturing/package.json b/packages/vehicle-lifecycle-manufacturing/package.json index bfe53cfa..71279064 100644 --- a/packages/vehicle-lifecycle-manufacturing/package.json +++ b/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": { diff --git a/packages/vehicle-lifecycle-vda/package.json b/packages/vehicle-lifecycle-vda/package.json index 87968932..7e015e68 100644 --- a/packages/vehicle-lifecycle-vda/package.json +++ b/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": { diff --git a/packages/vehicle-lifecycle/package.json b/packages/vehicle-lifecycle/package.json index 4a871727..b42f8a2d 100644 --- a/packages/vehicle-lifecycle/package.json +++ b/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": {