Skip to content

Commit

Permalink
--- new version ---
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Feb 7, 2020
1 parent 592de2d commit f44a008
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 43 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"version": "1.0.0-beta.46",
"packages": ["packages/**/*"]
"version": "1.0.0-beta.47",
"packages": [
"packages/**/*"
]
}
8 changes: 4 additions & 4 deletions packages/clients/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/browser",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Browser Client for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,9 +54,9 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/core": "^1.0.0-beta.46",
"@walletconnect/types": "^1.0.0-beta.46",
"@walletconnect/utils": "^1.0.0-beta.46"
"@walletconnect/core": "^1.0.0-beta.47",
"@walletconnect/types": "^1.0.0-beta.47",
"@walletconnect/utils": "^1.0.0-beta.47"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
6 changes: 3 additions & 3 deletions packages/clients/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/core",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Core Library for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -53,8 +53,8 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/types": "^1.0.0-beta.46",
"@walletconnect/utils": "^1.0.0-beta.46"
"@walletconnect/types": "^1.0.0-beta.47",
"@walletconnect/utils": "^1.0.0-beta.47"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
8 changes: 4 additions & 4 deletions packages/clients/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/node",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "NodeJS Client for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,9 +54,9 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/core": "^1.0.0-beta.46",
"@walletconnect/types": "^1.0.0-beta.46",
"@walletconnect/utils": "^1.0.0-beta.46",
"@walletconnect/core": "^1.0.0-beta.47",
"@walletconnect/types": "^1.0.0-beta.47",
"@walletconnect/utils": "^1.0.0-beta.47",
"ws": "7.2.1"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
8 changes: 4 additions & 4 deletions packages/clients/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/react-native",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "React Native Client for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -55,9 +55,9 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/core": "^1.0.0-beta.46",
"@walletconnect/types": "^1.0.0-beta.46",
"@walletconnect/utils": "^1.0.0-beta.46"
"@walletconnect/core": "^1.0.0-beta.47",
"@walletconnect/types": "^1.0.0-beta.47",
"@walletconnect/utils": "^1.0.0-beta.47"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
2 changes: 1 addition & 1 deletion packages/helpers/mobile-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/mobile-registry",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Registry for WalletConnect mobile-to-mobile linking supported Wallets",
"scripts": {
"build": "node ./scripts/parse.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/qrcode-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/qrcode-modal",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "QR Code Modal for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/types",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Typescript Types for WalletConnect",
"scripts": {},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/utils",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Utility Library for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@ethersproject/address": "5.0.0-beta.134",
"@ethersproject/bytes": "5.0.0-beta.136",
"@ethersproject/strings": "5.0.0-beta.136",
"@walletconnect/types": "^1.0.0-beta.46",
"@walletconnect/types": "^1.0.0-beta.47",
"bignumber.js": "9.0.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
10 changes: 5 additions & 5 deletions packages/providers/channel-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/channel-provider",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Channel Provider for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -56,10 +56,10 @@
"dependencies": {
"@connext/channel-provider": "4.0.10",
"@connext/types": "4.0.10",
"@walletconnect/browser": "^1.0.0-beta.46",
"@walletconnect/qrcode-modal": "^1.0.0-beta.46",
"@walletconnect/types": "^1.0.0-beta.46",
"@walletconnect/utils": "^1.0.0-beta.46",
"@walletconnect/browser": "^1.0.0-beta.47",
"@walletconnect/qrcode-modal": "^1.0.0-beta.47",
"@walletconnect/types": "^1.0.0-beta.47",
"@walletconnect/utils": "^1.0.0-beta.47",
"xhr2-cookies": "1.1.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
10 changes: 5 additions & 5 deletions packages/providers/eth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/eth-provider",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Web3 Provider for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,10 +54,10 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/browser": "^1.0.0-beta.46",
"@walletconnect/qrcode-modal": "^1.0.0-beta.46",
"@walletconnect/types": "^1.0.0-beta.46",
"@walletconnect/utils": "^1.0.0-beta.46",
"@walletconnect/browser": "^1.0.0-beta.47",
"@walletconnect/qrcode-modal": "^1.0.0-beta.47",
"@walletconnect/types": "^1.0.0-beta.47",
"@walletconnect/utils": "^1.0.0-beta.47",
"xhr2-cookies": "1.1.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
6 changes: 3 additions & 3 deletions packages/providers/truffle-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/truffle-provider",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "WalletConnect Provider for Truffle",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -56,8 +56,8 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/node": "^1.0.0-beta.46",
"@walletconnect/qrcode-modal": "^1.0.0-beta.46",
"@walletconnect/node": "^1.0.0-beta.47",
"@walletconnect/qrcode-modal": "^1.0.0-beta.47",
"web3-provider-engine": "15.0.4"
}
}
8 changes: 4 additions & 4 deletions packages/providers/web3-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/web3-provider",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Web3 Provider for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,9 +54,9 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/browser": "^1.0.0-beta.46",
"@walletconnect/qrcode-modal": "^1.0.0-beta.46",
"@walletconnect/types": "^1.0.0-beta.46",
"@walletconnect/browser": "^1.0.0-beta.47",
"@walletconnect/qrcode-modal": "^1.0.0-beta.47",
"@walletconnect/types": "^1.0.0-beta.47",
"web3-provider-engine": "15.0.4",
"xhr2-cookies": "1.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/providers/web3-subprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/web3-subprovider",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Web3 Subprovider for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,9 +54,9 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/browser": "^1.0.0-beta.46",
"@walletconnect/qrcode-modal": "^1.0.0-beta.46",
"@walletconnect/types": "^1.0.0-beta.46",
"@walletconnect/browser": "^1.0.0-beta.47",
"@walletconnect/qrcode-modal": "^1.0.0-beta.47",
"@walletconnect/types": "^1.0.0-beta.47",
"web3-provider-engine": "15.0.4"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down

0 comments on commit f44a008

Please sign in to comment.