Skip to content

Commit

Permalink
fix: dep versions not bumped to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Sep 28, 2020
1 parent dbac3aa commit cbb2835
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/auth/package.json
Expand Up @@ -42,9 +42,9 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/common": "^1.0.0",
"@stacks/common": "^1.0.0-beta.1",
"@stacks/encryption": "^1.0.0-beta.1",
"@stacks/network": "^1.0.0",
"@stacks/network": "^1.0.0-beta.1",
"@stacks/profile": "^1.0.0-beta.1",
"cross-fetch": "^3.0.5",
"jsontokens": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -82,8 +82,8 @@
"minimist": ">=1.2.3"
},
"dependencies": {
"@stacks/network": "^1.0.0",
"@stacks/transactions": "^1.0.0",
"@stacks/network": "^1.0.0-beta.1",
"@stacks/transactions": "^1.0.0-beta.1",
"ajv": "^4.11.5",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/common": "^1.0.0",
"@stacks/common": "^1.0.0-beta.1",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.10",
"bn.js": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/profile/package.json
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/common": "^1.0.0",
"@stacks/common": "^1.0.0-beta.1",
"@stacks/encryption": "^1.0.0-beta.1",
"@stacks/network": "^1.0.0",
"bitcoinjs-lib": "^5.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@stacks/auth": "^1.0.0-beta.1",
"@stacks/common": "^1.0.0",
"@stacks/common": "^1.0.0-beta.1",
"@stacks/encryption": "^1.0.0-beta.1",
"tsdx": "^0.13.3"
},
Expand Down

0 comments on commit cbb2835

Please sign in to comment.