Skip to content

Commit

Permalink
v1.0.0-beta.30
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Jul 22, 2019
1 parent 2ed61c4 commit e0acc37
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"packages": [
"packages/*"
]
Expand Down
8 changes: 4 additions & 4 deletions packages/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.29",
"version": "1.0.0-beta.30",
"description": "Browser SDK for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,9 +54,9 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/core": "^1.0.0-beta.29",
"@walletconnect/types": "^1.0.0-beta.29",
"@walletconnect/utils": "^1.0.0-beta.29"
"@walletconnect/core": "^1.0.0-beta.30",
"@walletconnect/types": "^1.0.0-beta.30",
"@walletconnect/utils": "^1.0.0-beta.30"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
6 changes: 3 additions & 3 deletions packages/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.29",
"version": "1.0.0-beta.30",
"description": "Core Library for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -53,8 +53,8 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/types": "^1.0.0-beta.29",
"@walletconnect/utils": "^1.0.0-beta.29"
"@walletconnect/types": "^1.0.0-beta.30",
"@walletconnect/utils": "^1.0.0-beta.30"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
10 changes: 5 additions & 5 deletions packages/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.29",
"version": "1.0.0-beta.30",
"description": "Web3 Provider for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,10 +54,10 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/browser": "^1.0.0-beta.29",
"@walletconnect/qrcode-modal": "^1.0.0-beta.29",
"@walletconnect/types": "^1.0.0-beta.29",
"@walletconnect/utils": "^1.0.0-beta.29",
"@walletconnect/browser": "^1.0.0-beta.30",
"@walletconnect/qrcode-modal": "^1.0.0-beta.30",
"@walletconnect/types": "^1.0.0-beta.30",
"@walletconnect/utils": "^1.0.0-beta.30",
"ethereum-provider": "0.0.6",
"xhr2-cookies": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/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.29",
"version": "1.0.0-beta.30",
"description": "QR Code Modal for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down
8 changes: 4 additions & 4 deletions packages/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.29",
"version": "1.0.0-beta.30",
"description": "React Native SDK for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -56,9 +56,9 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/core": "^1.0.0-beta.29",
"@walletconnect/types": "^1.0.0-beta.29",
"@walletconnect/utils": "^1.0.0-beta.29"
"@walletconnect/core": "^1.0.0-beta.30",
"@walletconnect/types": "^1.0.0-beta.30",
"@walletconnect/utils": "^1.0.0-beta.30"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
2 changes: 1 addition & 1 deletion packages/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.29",
"version": "1.0.0-beta.30",
"description": "Typescript Types for WalletConnect",
"scripts": {},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/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.29",
"version": "1.0.0-beta.30",
"description": "Utility Library for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@ethersproject/address": "^5.0.0-beta.125",
"@ethersproject/bytes": "^5.0.0-beta.126",
"@ethersproject/strings": "^5.0.0-beta.125",
"@walletconnect/types": "^1.0.0-beta.29",
"@walletconnect/types": "^1.0.0-beta.30",
"bignumber.js": "^8.1.1"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
8 changes: 4 additions & 4 deletions packages/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.29",
"version": "1.0.0-beta.30",
"description": "Web3 Provider for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,9 +54,9 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/browser": "^1.0.0-beta.29",
"@walletconnect/qrcode-modal": "^1.0.0-beta.29",
"@walletconnect/types": "^1.0.0-beta.29",
"@walletconnect/browser": "^1.0.0-beta.30",
"@walletconnect/qrcode-modal": "^1.0.0-beta.30",
"@walletconnect/types": "^1.0.0-beta.30",
"web3-provider-engine": "github:walletconnect/web3-provider-engine"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
8 changes: 4 additions & 4 deletions packages/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.29",
"version": "1.0.0-beta.30",
"description": "Web3 Subprovider for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,9 +54,9 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/browser": "^1.0.0-beta.29",
"@walletconnect/qrcode-modal": "^1.0.0-beta.29",
"@walletconnect/types": "^1.0.0-beta.29",
"@walletconnect/browser": "^1.0.0-beta.30",
"@walletconnect/qrcode-modal": "^1.0.0-beta.30",
"@walletconnect/types": "^1.0.0-beta.30",
"web3-provider-engine": "github:walletconnect/web3-provider-engine"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down

0 comments on commit e0acc37

Please sign in to comment.