Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Aug 2, 2022
1 parent b7c2efd commit 7f5985b
Show file tree
Hide file tree
Showing 23 changed files with 1,240 additions and 1,200 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.8.0-rc.0",
"version": "1.8.0",
"packages": [
"packages/**/*"
]
Expand Down
2,307 changes: 1,175 additions & 1,132 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,5 @@
"npm-run-all": "4.1.5",
"prettier": "1.19.1",
"ts-node": "10.8.1"
},
"dependencies": {
"typescript": "^4.6.3"
}
}
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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/iso-crypto": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/utils": "^1.8.0-rc.0"
"@walletconnect/core": "^1.8.0",
"@walletconnect/iso-crypto": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0"
},
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/utils": "^1.8.0-rc.0"
"@walletconnect/socket-transport": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
2 changes: 1 addition & 1 deletion packages/helpers/browser-utils/package-lock.json

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

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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/types": "^1.8.0",
"@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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/utils": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"description": "Isomorphic Crypto for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -62,8 +62,8 @@
},
"dependencies": {
"@walletconnect/crypto": "^1.0.2",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/utils": "^1.8.0-rc.0"
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0"
},
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/browser-utils": "^1.8.0",
"@walletconnect/mobile-registry": "^1.4.0",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/utils": "^1.8.0-rc.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/jsonrpc-types": "^1.0.1",
"@walletconnect/jsonrpc-utils": "^1.0.3",
"@walletconnect/qrcode-modal": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/utils": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0",
"ws": "7.5.3"
},
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/browser-utils": "^1.8.0",
"@walletconnect/encoding": "^1.0.1",
"@walletconnect/jsonrpc-utils": "^1.0.3",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/jsonrpc-http-connection": "^1.0.2",
"@walletconnect/jsonrpc-provider": "^1.0.5",
"@walletconnect/signer-connection": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/utils": "^1.8.0-rc.0",
"@walletconnect/signer-connection": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/web3-subprovider": "^1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/http-connection": "^1.8.0-rc.0",
"@walletconnect/qrcode-modal": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/utils": "^1.8.0-rc.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/http-connection": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/qrcode-modal": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"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.8.0-rc.0",
"version": "1.8.0",
"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.8.0-rc.0",
"@walletconnect/qrcode-modal": "^1.8.0-rc.0",
"@walletconnect/types": "^1.8.0-rc.0",
"@walletconnect/utils": "^1.8.0-rc.0",
"@walletconnect/web3-provider": "^1.8.0-rc.0"
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0",
"@walletconnect/web3-provider": "^1.8.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}

0 comments on commit 7f5985b

Please sign in to comment.