Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Jul 29, 2021
1 parent 7f92371 commit f5bdcab
Show file tree
Hide file tree
Showing 20 changed files with 64 additions and 64 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.5.1",
"version": "1.5.2",
"packages": [
"packages/**/*"
]
Expand Down
10 changes: 5 additions & 5 deletions packages/clients/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/client",
"version": "1.5.1",
"version": "1.5.2",
"description": "Client for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -60,10 +60,10 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/core": "^1.5.1",
"@walletconnect/iso-crypto": "^1.5.1",
"@walletconnect/types": "^1.5.1",
"@walletconnect/utils": "^1.5.1"
"@walletconnect/core": "^1.5.2",
"@walletconnect/iso-crypto": "^1.5.2",
"@walletconnect/types": "^1.5.2",
"@walletconnect/utils": "^1.5.2"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
8 changes: 4 additions & 4 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.5.1",
"version": "1.5.2",
"description": "Core Library for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -60,9 +60,9 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/socket-transport": "^1.5.1",
"@walletconnect/types": "^1.5.1",
"@walletconnect/utils": "^1.5.1"
"@walletconnect/socket-transport": "^1.5.2",
"@walletconnect/types": "^1.5.2",
"@walletconnect/utils": "^1.5.2"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
4 changes: 2 additions & 2 deletions packages/helpers/browser-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/browser-utils",
"version": "1.5.1",
"version": "1.5.2",
"description": "Browser Utilities for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"dependencies": {
"@walletconnect/safe-json": "1.0.0",
"@walletconnect/types": "^1.5.1",
"@walletconnect/types": "^1.5.2",
"@walletconnect/window-getters": "1.0.0",
"@walletconnect/window-metadata": "1.0.0",
"detect-browser": "5.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/http-connection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/helpers/http-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/http-connection",
"version": "1.5.1",
"version": "1.5.2",
"description": "Http Connection for WalletConnect Providers",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -61,8 +61,8 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/types": "^1.5.1",
"@walletconnect/utils": "^1.5.1",
"@walletconnect/types": "^1.5.2",
"@walletconnect/utils": "^1.5.2",
"eventemitter3": "4.0.7",
"xhr2-cookies": "1.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/helpers/iso-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/iso-crypto",
"version": "1.5.1",
"version": "1.5.2",
"description": "Isomorphic Crypto for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -62,8 +62,8 @@
},
"dependencies": {
"@walletconnect/crypto": "^1.0.1",
"@walletconnect/types": "^1.5.1",
"@walletconnect/utils": "^1.5.1"
"@walletconnect/types": "^1.5.2",
"@walletconnect/utils": "^1.5.2"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
4 changes: 2 additions & 2 deletions packages/helpers/qrcode-modal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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.5.1",
"version": "1.5.2",
"description": "QR Code Modal for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -68,9 +68,9 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/browser-utils": "^1.5.1",
"@walletconnect/browser-utils": "^1.5.2",
"@walletconnect/mobile-registry": "^1.4.0",
"@walletconnect/types": "^1.5.1",
"@walletconnect/types": "^1.5.2",
"copy-to-clipboard": "^3.3.1",
"preact": "10.4.1",
"qrcode": "1.4.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/helpers/react-native-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/react-native-dapp",
"version": "1.5.1",
"version": "1.5.2",
"description": "WalletConnect for React Native dapps",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -38,9 +38,9 @@
"url": "https://github.com/walletconnect/walletconnect-monorepo/issues"
},
"dependencies": {
"@walletconnect/client": "^1.5.1",
"@walletconnect/types": "^1.5.1",
"@walletconnect/utils": "^1.5.1",
"@walletconnect/client": "^1.5.2",
"@walletconnect/types": "^1.5.2",
"@walletconnect/utils": "^1.5.2",
"keyvaluestorage": "0.7.1",
"react-native-qrcode-svg": "6.0.6",
"react-native-svg": "9.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/signer-connection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/helpers/signer-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/signer-connection",
"version": "1.5.1",
"version": "1.5.2",
"description": "Signer Connection for WalletConnect Providers",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -61,11 +61,11 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/client": "^1.5.1",
"@walletconnect/client": "^1.5.2",
"@walletconnect/jsonrpc-types": "^1.0.0",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/qrcode-modal": "^1.5.1",
"@walletconnect/types": "^1.5.1",
"@walletconnect/qrcode-modal": "^1.5.2",
"@walletconnect/types": "^1.5.2",
"eventemitter3": "4.0.7"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
6 changes: 3 additions & 3 deletions packages/helpers/socket-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/socket-transport",
"version": "1.5.1",
"version": "1.5.2",
"description": "Socket Transport for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -61,8 +61,8 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/types": "^1.5.1",
"@walletconnect/utils": "^1.5.1",
"@walletconnect/types": "^1.5.2",
"@walletconnect/utils": "^1.5.2",
"ws": "7.3.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
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.5.1",
"version": "1.5.2",
"description": "Typescript Types for WalletConnect",
"scripts": {},
"keywords": [
Expand Down
6 changes: 3 additions & 3 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.5.1",
"version": "1.5.2",
"description": "Utility Library for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -62,10 +62,10 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/browser-utils": "^1.5.1",
"@walletconnect/browser-utils": "^1.5.2",
"@walletconnect/encoding": "^1.0.0",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/types": "^1.5.1",
"@walletconnect/types": "^1.5.2",
"bn.js": "4.11.8",
"js-sha3": "0.8.0",
"query-string": "6.13.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/ethereum-provider",
"version": "1.5.1",
"version": "1.5.2",
"description": "Ethereum Provider for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -63,12 +63,12 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/client": "^1.5.1",
"@walletconnect/client": "^1.5.2",
"@walletconnect/jsonrpc-http-connection": "^1.0.0",
"@walletconnect/jsonrpc-provider": "^1.0.0",
"@walletconnect/signer-connection": "^1.5.1",
"@walletconnect/types": "^1.5.1",
"@walletconnect/utils": "^1.5.1",
"@walletconnect/signer-connection": "^1.5.2",
"@walletconnect/types": "^1.5.2",
"@walletconnect/utils": "^1.5.2",
"eip1193-provider": "1.0.1",
"eventemitter3": "4.0.7"
},
Expand Down
4 changes: 2 additions & 2 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.5.1",
"version": "1.5.2",
"description": "WalletConnect Provider for Truffle",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -57,7 +57,7 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/web3-subprovider": "^1.5.1",
"@walletconnect/web3-subprovider": "^1.5.2",
"web3-provider-engine": "16.0.1"
}
}
12 changes: 6 additions & 6 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.5.1",
"version": "1.5.2",
"description": "Web3 Provider for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -63,11 +63,11 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/client": "^1.5.1",
"@walletconnect/http-connection": "^1.5.1",
"@walletconnect/qrcode-modal": "^1.5.1",
"@walletconnect/types": "^1.5.1",
"@walletconnect/utils": "^1.5.1",
"@walletconnect/client": "^1.5.2",
"@walletconnect/http-connection": "^1.5.2",
"@walletconnect/qrcode-modal": "^1.5.2",
"@walletconnect/types": "^1.5.2",
"@walletconnect/utils": "^1.5.2",
"web3-provider-engine": "16.0.1"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
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.5.1",
"version": "1.5.2",
"description": "Web3 Subprovider for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -60,9 +60,9 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/client": "^1.5.1",
"@walletconnect/qrcode-modal": "^1.5.1",
"@walletconnect/types": "^1.5.1",
"@walletconnect/client": "^1.5.2",
"@walletconnect/qrcode-modal": "^1.5.2",
"@walletconnect/types": "^1.5.2",
"web3-provider-engine": "16.0.1"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
12 changes: 6 additions & 6 deletions packages/sdk/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "walletconnect",
"version": "1.5.1",
"version": "1.5.2",
"description": "WalletConnect SDK",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -60,11 +60,11 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/client": "^1.5.1",
"@walletconnect/qrcode-modal": "^1.5.1",
"@walletconnect/types": "^1.5.1",
"@walletconnect/utils": "^1.5.1",
"@walletconnect/web3-provider": "^1.5.1"
"@walletconnect/client": "^1.5.2",
"@walletconnect/qrcode-modal": "^1.5.2",
"@walletconnect/types": "^1.5.2",
"@walletconnect/utils": "^1.5.2",
"@walletconnect/web3-provider": "^1.5.2"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}

0 comments on commit f5bdcab

Please sign in to comment.