Skip to content

Commit

Permalink
Bump version to 0.3.4, attempt to fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone committed Jan 24, 2017
1 parent dba5d2d commit 633e78b
Show file tree
Hide file tree
Showing 19 changed files with 52 additions and 49 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.3.3"
"version": "0.3.4"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"name": "@ibm/concerto",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.3.3",
"version": "0.3.4",
"main": "index.js",
"private": true,
"scripts": {
Expand All @@ -33,4 +33,4 @@
],
"author": "IBM",
"license": "ISC"
}
}
2 changes: 1 addition & 1 deletion packages/concerto-admin/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Note that the latest public API is documented using JSDocs and is available in api.txt.
#

Version 0.3.3 {af35a7b1a5872beed588f70d3ee0f345} 2017-01-24
Version 0.3.4 {af35a7b1a5872beed588f70d3ee0f345} 2017-01-24
- Move to single version

Version 0.3.0 {af35a7b1a5872beed588f70d3ee0f345} 2017-01-05
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-admin",
"version": "0.3.3",
"version": "0.3.4",
"description": "IBM Concerto admin, code that manages business networks",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"sinon-as-promised": "^4.0.2"
},
"dependencies": {
"@ibm/concerto-common": "^0.3.3",
"@ibm/concerto-connector-hlf": "^0.3.3"
"@ibm/concerto-common": "^0.3.4",
"@ibm/concerto-connector-hlf": "^0.3.4"
},
"publishConfig": {
"registry": "https://npm-registry.whitewater.ibm.com"
Expand Down
8 changes: 4 additions & 4 deletions packages/concerto-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-cli",
"version": "0.3.3",
"version": "0.3.4",
"description": "IBM Concerto command line interfaces (CLIs)",
"bin": {
"concerto": "cli.js"
Expand Down Expand Up @@ -37,9 +37,9 @@
"sinon-as-promised": "^4.0.2"
},
"dependencies": {
"@ibm/concerto-admin": "^0.3.3",
"@ibm/concerto-client": "^0.3.3",
"@ibm/concerto-common": "^0.3.3",
"@ibm/concerto-admin": "^0.3.4",
"@ibm/concerto-client": "^0.3.4",
"@ibm/concerto-common": "^0.3.4",
"homedir": "^0.6.0",
"moment": "^2.17.1",
"npm-paths": "^0.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-client/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Note that the latest public API is documented using JSDocs and is available in api.txt.
#

Version 0.3.3 {8277e3187404794086357f460a95b6c3} 2017-01-24
Version 0.3.4 {8277e3187404794086357f460a95b6c3} 2017-01-24
- Move to single version

Version 0.3.0 {8277e3187404794086357f460a95b6c3} 2017-01-05
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-client",
"version": "0.3.3",
"version": "0.3.4",
"description": "The node.js client library for IBM Concerto, the Blockchain Solution Framework",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -42,8 +42,8 @@
"logError": true
},
"dependencies": {
"@ibm/concerto-common": "^0.3.3",
"@ibm/concerto-connector-hlf": "^0.3.3",
"@ibm/concerto-common": "^0.3.4",
"@ibm/concerto-connector-hlf": "^0.3.4",
"uuid": "^3.0.0"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/concerto-common/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# Note that the latest public API is documented using JSDocs and is available in api.txt.
#

Version 0.3.4 {120eb2d3b0e487c6e95696aadecec93a} 2017-01-24
- Move to single version

Version 0.3.3 {120eb2d3b0e487c6e95696aadecec93a} 2017-01-18
- Add support for Concepts

Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-common",
"version": "0.3.3",
"version": "0.3.4",
"description": "IBM Concerto Common, code that is common across client, admin and runtime.",
"main": "index.js",
"typings": "index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/concerto-connector-embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-connector-embedded",
"version": "0.3.3",
"version": "0.3.4",
"description": "The embedded client connector for IBM Concerto, the Blockchain Solution Framework",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -52,8 +52,8 @@
"watchify": "^3.7.0"
},
"dependencies": {
"@ibm/concerto-common": "^0.3.3",
"@ibm/concerto-runtime": "^0.3.3",
"@ibm/concerto-runtime-embedded": "^0.3.3"
"@ibm/concerto-common": "^0.3.4",
"@ibm/concerto-runtime": "^0.3.4",
"@ibm/concerto-runtime-embedded": "^0.3.4"
}
}
6 changes: 3 additions & 3 deletions packages/concerto-connector-hlf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-connector-hlf",
"version": "0.3.3",
"version": "0.3.4",
"description": "The Hyperledger Fabric Client connector for IBM Concerto, the Blockchain Solution Framework",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"logError": true
},
"dependencies": {
"@ibm/concerto-common": "^0.3.3",
"@ibm/concerto-runtime-hlf": "^0.3.3",
"@ibm/concerto-common": "^0.3.4",
"@ibm/concerto-runtime-hlf": "^0.3.4",
"fs-extra": "^1.0.0",
"hfc": "^0.6.5",
"uuid": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/concerto-connector-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-connector-web",
"version": "0.3.3",
"version": "0.3.4",
"description": "The web client connector for IBM Concerto, the Blockchain Solution Framework",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -62,8 +62,8 @@
"watchify": "^3.7.0"
},
"dependencies": {
"@ibm/concerto-common": "^0.3.3",
"@ibm/concerto-runtime": "^0.3.3",
"@ibm/concerto-runtime-web": "^0.3.3"
"@ibm/concerto-common": "^0.3.4",
"@ibm/concerto-runtime": "^0.3.4",
"@ibm/concerto-runtime-web": "^0.3.4"
}
}
4 changes: 2 additions & 2 deletions packages/concerto-runtime-embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-runtime-embedded",
"version": "0.3.3",
"version": "0.3.4",
"description": "The embedded runtime container for IBM Concerto, the Blockchain Solution Framework",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"logError": true
},
"dependencies": {
"@ibm/concerto-runtime": "^0.3.3",
"@ibm/concerto-runtime": "^0.3.4",
"dexie": "^1.5.1",
"fake-indexeddb": "^1.0.8",
"uuid": "^3.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-runtime-hlf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-runtime-hlf",
"version": "0.3.3",
"version": "0.3.4",
"description": "The Hyperledger Fabric runtime container for IBM Concerto, the Blockchain Solution Framework ",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {},
"devDependencies": {
"@ibm/concerto-runtime": "^0.3.3",
"@ibm/concerto-runtime": "^0.3.4",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-runtime-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-runtime-web",
"version": "0.3.3",
"version": "0.3.4",
"description": "The web runtime container for IBM Concerto, the Blockchain Solution Framework",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"logError": true
},
"dependencies": {
"@ibm/concerto-runtime": "^0.3.3",
"@ibm/concerto-runtime": "^0.3.4",
"dexie": "^1.5.1",
"uuid": "^3.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-runtime",
"version": "0.3.3",
"version": "0.3.4",
"description": "The runtime execution environment for IBM Concerto, the Blockchain Solution Framework",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -65,7 +65,7 @@
"logError": true
},
"dependencies": {
"@ibm/concerto-common": "^0.3.3",
"@ibm/concerto-common": "^0.3.4",
"debug": "^2.4.4",
"fast-json-patch": "^1.1.2",
"jsonata": "^1.0.10",
Expand Down
12 changes: 6 additions & 6 deletions packages/concerto-systests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/concerto-systests",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"description": "System tests and automation for IBM Concerto, the Blockchain Solution Framework",
"main": "index.js",
Expand All @@ -26,11 +26,11 @@
"solutions"
],
"devDependencies": {
"@ibm/concerto-admin": "^0.3.3",
"@ibm/concerto-client": "^0.3.3",
"@ibm/concerto-common": "^0.3.3",
"@ibm/concerto-connector-embedded": "^0.3.3",
"@ibm/concerto-connector-web": "^0.3.3",
"@ibm/concerto-admin": "^0.3.4",
"@ibm/concerto-client": "^0.3.4",
"@ibm/concerto-common": "^0.3.4",
"@ibm/concerto-connector-embedded": "^0.3.4",
"@ibm/concerto-connector-web": "^0.3.4",
"brfs": "^1.4.3",
"browserfs": "^1.1.0",
"chai": "^3.5.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/loopback-connector-concerto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm/loopback-connector-concerto",
"version": "0.3.3",
"version": "0.3.4",
"description": "A Loopback connector for IBM Concerto, the Blockchain Solution Framework.",
"main": "index.js",
"scripts": {
Expand All @@ -25,11 +25,11 @@
"author": "IBM",
"license": "ISC",
"dependencies": {
"@ibm/concerto-admin": "^0.3.3",
"@ibm/concerto-client": "^0.3.3",
"@ibm/concerto-common": "^0.3.3",
"@ibm/concerto-connector-embedded": "^0.3.3",
"@ibm/concerto-connector-web": "^0.3.3",
"@ibm/concerto-admin": "^0.3.4",
"@ibm/concerto-client": "^0.3.4",
"@ibm/concerto-common": "^0.3.4",
"@ibm/concerto-connector-embedded": "^0.3.4",
"@ibm/concerto-connector-web": "^0.3.4",
"loopback-connector": "^2.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/pkgcheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ if (mismatch && !fix) {
console.error(`Run "scripts/pkgcheck.js --fix" inside the directory "${lernaDirectory}" to resolve this problem and change the version to "${targetVersion}"`);
process.exit(1);
} else if (mismatch && fix) {
const command = `lerna publish --skip-git --skip-npm --yes --repo-version ${targetVersion}`;
const command = `lerna publish --skip-git --skip-npm --yes --repo-version ${targetVersion} --force-publish '*'`;
console.warn(`Status: running command ${command} to fix problems ...`)
child_process.execSync(command);
console.warn(`Status: modifying "${masterPackageFile} to fix problems ...`);
masterPackage.version = targetVersion;
fs.writeFileSync(masterPackageFile, JSON.stringify(masterPackage, null, 2), 'utf8');
} else {
console.log('Status: no problems detected!');
}
}

0 comments on commit 633e78b

Please sign in to comment.