Bumped version.

This commit is contained in:
Chris Kleeschulte 2017-10-12 19:15:28 -04:00
parent 2eb0a6fbc2
commit 2f2f4f0809
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
3 changed files with 19 additions and 20 deletions

18
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.20",
"version": "5.0.0-beta.21",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -465,9 +465,9 @@
}
},
"bitcore-node": {
"version": "5.0.0-beta.20",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.20.tgz",
"integrity": "sha512-L72G2y06AHkR+iM4bEEOurHhBsfw7tRJaPHvv1yfU7WiZaBJNuwKOvprdElM6bir/rx6DUlWe+A/AtXV6K3giw==",
"version": "5.0.0-beta.21",
"resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.21.tgz",
"integrity": "sha512-1LT0wflKpNPdYa6lgYmuRZDxPw3erAgyFdP72oYisM2ZK47OuN96aCS1bV0cST5OtldeCN6A55MKyAFnBrfhRA==",
"requires": {
"async": "2.5.0",
"bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d",
@ -1621,9 +1621,9 @@
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
},
"insight-api": {
"version": "5.0.0-beta.20",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.20.tgz",
"integrity": "sha512-SNWAbSQD/uEiDsHIbzUACdT4giIMo1tgjxPVgzIrigge5bYb70R6ScA2AxB75TBkq020tKMrHx2ZzMN4t2WGSg==",
"version": "5.0.0-beta.21",
"resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.21.tgz",
"integrity": "sha512-1GLt+M2FHETBVjhaXCxPT5bQwYxThmdKnHOH9LzZ2GRehGUa34TWjrn2N4/waBkgCGMIy05F2j/X+9N4398XPQ==",
"requires": {
"JSONStream": "1.3.1",
"async": "2.5.0",
@ -1646,9 +1646,7 @@
}
},
"insight-ui": {
"version": "5.0.0-beta.20",
"resolved": "https://registry.npmjs.org/insight-ui/-/insight-ui-5.0.0-beta.20.tgz",
"integrity": "sha512-3YVnoPaBMY+FtPNXd5YAx52PZ02ParH1jwpPg7mRPwtYe4BO5OXMp8EOvLRBg5Y4AqOlRosshmZbbG8Uriup4g=="
"version": "github:bitpay/insight#65f88ef14a752c898d89b9c176fae6e0c8b5c177"
},
"ipaddr.js": {
"version": "1.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.20",
"version": "5.0.0-beta.21",
"description": "A platform to build bitcoin and blockchain-based applications.",
"engines": {
"node": ">=8.0.0"
@ -37,9 +37,9 @@
},
"dependencies": {
"bitcore-lib": "5.0.0-beta.1",
"bitcore-node": "5.0.0-beta.20",
"insight-api": "5.0.0-beta.20",
"insight-ui": "5.0.0-beta.20"
"bitcore-node": "5.0.0-beta.21",
"insight-api": "5.0.0-beta.21",
"insight-ui": "bitpay/insight#v5.0.0-beta.21"
},
"license": "MIT",
"devDependencies": {

View File

@ -19,7 +19,7 @@ bump_version () {
set_deps () {
sed -i '' -e "s/\"bitcore-node\"\: .*$/\"bitcore-node\"\: \"${shortTag}\",/g" package.json
sed -i '' -e "s/\"insight-api\"\: .*$/\"insight-api\"\: \"${shortTag}\",/g" package.json
sed -i '' -e "s/\"insight-ui\"\: .*$/\"insight-ui\"\: \"${shortTag}\"/g" package.json
sed -i '' -e "s/\"insight-ui\"\: .*$/\"insight-ui\"\: \"bitpay\/insight\#${tag}\"/g" package.json
}
tag="${1}"
@ -232,7 +232,12 @@ function bitcore() {
echo "Completed releasing tag: ${tag}"
}
reloases="${2}"
echo ""
echo "Tagging with ${tag}..."
echo "Assuming projects at ${HOME}/source..."
releases="${2}"
if [ -z "${releases}" ]; then
bitcoreNode
insightApi
@ -242,7 +247,3 @@ else
eval "${releases}"
fi
echo ""
echo "Tagging with ${tag}..."
echo "Assuming projects at ${HOME}/source..."