Skip to content

Commit

Permalink
1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Aug 26, 2021
1 parent b26e4e9 commit 0871582
Show file tree
Hide file tree
Showing 21 changed files with 108 additions and 108 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.6.4",
"version": "1.6.5",
"packages": [
"packages/**/*"
]
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

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

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.6.4",
"version": "1.6.5",
"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.6.4",
"@walletconnect/iso-crypto": "^1.6.4",
"@walletconnect/types": "^1.6.4",
"@walletconnect/utils": "^1.6.4"
"@walletconnect/core": "^1.6.5",
"@walletconnect/iso-crypto": "^1.6.5",
"@walletconnect/types": "^1.6.5",
"@walletconnect/utils": "^1.6.5"
},
"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.6.4",
"version": "1.6.5",
"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.6.4",
"@walletconnect/types": "^1.6.4",
"@walletconnect/utils": "^1.6.4"
"@walletconnect/socket-transport": "^1.6.5",
"@walletconnect/types": "^1.6.5",
"@walletconnect/utils": "^1.6.5"
},
"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.6.4",
"version": "1.6.5",
"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.6.4",
"@walletconnect/types": "^1.6.5",
"@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.6.4",
"version": "1.6.5",
"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.6.4",
"@walletconnect/utils": "^1.6.4",
"@walletconnect/types": "^1.6.5",
"@walletconnect/utils": "^1.6.5",
"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.6.4",
"version": "1.6.5",
"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.6.4",
"@walletconnect/utils": "^1.6.4"
"@walletconnect/types": "^1.6.5",
"@walletconnect/utils": "^1.6.5"
},
"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.6.4",
"version": "1.6.5",
"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.6.4",
"@walletconnect/browser-utils": "^1.6.5",
"@walletconnect/mobile-registry": "^1.4.0",
"@walletconnect/types": "^1.6.4",
"@walletconnect/types": "^1.6.5",
"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.6.4",
"version": "1.6.5",
"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.6.4",
"@walletconnect/types": "^1.6.4",
"@walletconnect/utils": "^1.6.4",
"@walletconnect/client": "^1.6.5",
"@walletconnect/types": "^1.6.5",
"@walletconnect/utils": "^1.6.5",
"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.6.4",
"version": "1.6.5",
"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.6.4",
"@walletconnect/client": "^1.6.5",
"@walletconnect/jsonrpc-types": "^1.0.0",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/qrcode-modal": "^1.6.4",
"@walletconnect/types": "^1.6.4",
"@walletconnect/qrcode-modal": "^1.6.5",
"@walletconnect/types": "^1.6.5",
"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.6.4",
"version": "1.6.5",
"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.6.4",
"@walletconnect/utils": "^1.6.4",
"@walletconnect/types": "^1.6.5",
"@walletconnect/utils": "^1.6.5",
"ws": "7.5.3"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
Loading

0 comments on commit 0871582

Please sign in to comment.