Skip to content

Commit

Permalink
v1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Apr 1, 2019
1 parent fa361d5 commit 23418d4
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"packages": [
"packages/*"
]
Expand Down
8 changes: 4 additions & 4 deletions packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/browser",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"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.7",
"@walletconnect/types": "^1.0.0-beta.7",
"@walletconnect/utils": "^1.0.0-beta.7"
"@walletconnect/core": "^1.0.0-beta.8",
"@walletconnect/types": "^1.0.0-beta.8",
"@walletconnect/utils": "^1.0.0-beta.8"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/core",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"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.7",
"@walletconnect/utils": "^1.0.0-beta.7"
"@walletconnect/types": "^1.0.0-beta.8",
"@walletconnect/utils": "^1.0.0-beta.8"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
4 changes: 2 additions & 2 deletions packages/qrcode-modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/qrcode-modal",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "QR Code Modal for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,7 +54,7 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/types": "^1.0.0-beta.7",
"@walletconnect/types": "^1.0.0-beta.8",
"qr-image": "^3.2.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/react-native",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"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.7",
"@walletconnect/types": "^1.0.0-beta.7",
"@walletconnect/utils": "^1.0.0-beta.7"
"@walletconnect/core": "^1.0.0-beta.8",
"@walletconnect/types": "^1.0.0-beta.8",
"@walletconnect/utils": "^1.0.0-beta.8"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/types",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Typescript Types for WalletConnect",
"scripts": {},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/utils",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Utility Library for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -55,7 +55,7 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/types": "^1.0.0-beta.7",
"@walletconnect/types": "^1.0.0-beta.8",
"lodash.isnumber": "^3.0.3"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/web3-provider",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"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.7",
"@walletconnect/qrcode-modal": "^1.0.0-beta.7",
"@walletconnect/types": "^1.0.0-beta.7",
"@walletconnect/web3-subprovider": "^1.0.0-beta.7",
"@walletconnect/browser": "^1.0.0-beta.8",
"@walletconnect/qrcode-modal": "^1.0.0-beta.8",
"@walletconnect/types": "^1.0.0-beta.8",
"@walletconnect/web3-subprovider": "^1.0.0-beta.8",
"web3-provider-engine": "^15.0.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-subprovider/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/web3-subprovider",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Web3 Subprovider 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.7",
"@walletconnect/qrcode-modal": "^1.0.0-beta.7",
"@walletconnect/types": "^1.0.0-beta.7",
"@walletconnect/utils": "^1.0.0-beta.7",
"@walletconnect/browser": "^1.0.0-beta.8",
"@walletconnect/qrcode-modal": "^1.0.0-beta.8",
"@walletconnect/types": "^1.0.0-beta.8",
"@walletconnect/utils": "^1.0.0-beta.8",
"web3-provider-engine": "^15.0.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down

0 comments on commit 23418d4

Please sign in to comment.