Skip to content

Commit

Permalink
2.0.0-beta.23
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Feb 8, 2022
1 parent 979c957 commit ad1670b
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions legacy/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/legacy-client",
"description": "Legacy Client (v1.0) for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@walletconnect/crypto": "^1.0.1",
"@walletconnect/encoding": "^1.0.0",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/legacy-types": "^2.0.0-beta.22",
"@walletconnect/legacy-utils": "^2.0.0-beta.22",
"@walletconnect/legacy-types": "^2.0.0-beta.23",
"@walletconnect/legacy-utils": "^2.0.0-beta.23",
"@walletconnect/safe-json": "^1.0.0",
"@walletconnect/window-getters": "^1.0.0",
"@walletconnect/window-metadata": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions legacy/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/legacy-modal",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"description": "Legacy QR Code Modal (v1.0) for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -79,8 +79,8 @@
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@walletconnect/legacy-types": "^2.0.0-beta.22",
"@walletconnect/legacy-utils": "^2.0.0-beta.22",
"@walletconnect/legacy-types": "^2.0.0-beta.23",
"@walletconnect/legacy-utils": "^2.0.0-beta.23",
"copy-to-clipboard": "^3.3.1",
"preact": "10.4.1",
"qrcode": "1.4.4"
Expand Down
10 changes: 5 additions & 5 deletions legacy/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/legacy-provider",
"description": "Legacy Ethereum Provider (v1.0) for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"scripts": {
"clean": "rm -rf dist",
"build:pre": "run-s clean",
Expand Down Expand Up @@ -77,10 +77,10 @@
"dependencies": {
"@walletconnect/jsonrpc-http-connection": "^1.0.0",
"@walletconnect/jsonrpc-provider": "^1.0.0",
"@walletconnect/legacy-client": "^2.0.0-beta.22",
"@walletconnect/legacy-modal": "^2.0.0-beta.22",
"@walletconnect/legacy-types": "^2.0.0-beta.22",
"@walletconnect/legacy-utils": "^2.0.0-beta.22",
"@walletconnect/legacy-client": "^2.0.0-beta.23",
"@walletconnect/legacy-modal": "^2.0.0-beta.23",
"@walletconnect/legacy-types": "^2.0.0-beta.23",
"@walletconnect/legacy-utils": "^2.0.0-beta.23",
"eip1193-provider": "^1.0.1",
"eventemitter3": "^4.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion legacy/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/legacy-types",
"description": "Legacy Typings (v1.0) for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions legacy/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/legacy-utils",
"description": "Legacy Utils (v1.0) for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@walletconnect/encoding": "^1.0.0",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/legacy-types": "^2.0.0-beta.22",
"@walletconnect/legacy-types": "^2.0.0-beta.23",
"@walletconnect/safe-json": "^1.0.0",
"@walletconnect/window-getters": "^1.0.0",
"@walletconnect/window-metadata": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"packages": [
"packages/*",
"legacy/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/client",
"description": "Client for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@walletconnect/logger": "^1.0.0",
"@walletconnect/relay-api": "^1.0.2",
"@walletconnect/safe-json": "^1.0.0",
"@walletconnect/types": "^2.0.0-beta.22",
"@walletconnect/utils": "^2.0.0-beta.22",
"@walletconnect/types": "^2.0.0-beta.23",
"@walletconnect/utils": "^2.0.0-beta.23",
"ws": "^8.3.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/cosmos-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/cosmos-provider",
"description": "Cosmos Provider for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"repository": {
Expand Down Expand Up @@ -32,14 +32,14 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/client": "^2.0.0-beta.22",
"@walletconnect/client": "^2.0.0-beta.23",
"@walletconnect/jsonrpc-http-connection": "^1.0.0",
"@walletconnect/jsonrpc-provider": "^1.0.0",
"@walletconnect/jsonrpc-types": "^1.0.0",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/signer-connection": "^2.0.0-beta.22",
"@walletconnect/types": "^2.0.0-beta.22",
"@walletconnect/utils": "^2.0.0-beta.22"
"@walletconnect/signer-connection": "^2.0.0-beta.23",
"@walletconnect/types": "^2.0.0-beta.23",
"@walletconnect/utils": "^2.0.0-beta.23"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-provider/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/ethereum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/ethereum-provider",
"description": "Ethereum Provider for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"repository": {
Expand Down Expand Up @@ -34,14 +34,14 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/client": "^2.0.0-beta.22",
"@walletconnect/client": "^2.0.0-beta.23",
"@walletconnect/jsonrpc-http-connection": "^1.0.0",
"@walletconnect/jsonrpc-provider": "^1.0.0",
"@walletconnect/jsonrpc-types": "^1.0.0",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/signer-connection": "^2.0.0-beta.22",
"@walletconnect/types": "^2.0.0-beta.22",
"@walletconnect/utils": "^2.0.0-beta.22",
"@walletconnect/signer-connection": "^2.0.0-beta.23",
"@walletconnect/types": "^2.0.0-beta.23",
"@walletconnect/utils": "^2.0.0-beta.23",
"eip1193-provider": "^1.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/signer-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/signer-connection",
"description": "Signer Connection for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,11 +29,11 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/client": "^2.0.0-beta.22",
"@walletconnect/client": "^2.0.0-beta.23",
"@walletconnect/jsonrpc-types": "^1.0.0",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/types": "^2.0.0-beta.22",
"@walletconnect/utils": "^2.0.0-beta.22"
"@walletconnect/types": "^2.0.0-beta.23",
"@walletconnect/utils": "^2.0.0-beta.23"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/types",
"description": "Typings for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/utils",
"description": "Utilities for WalletConnect Protocol",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@walletconnect/logger": "^1.0.0",
"@walletconnect/relay-api": "^1.0.2",
"@walletconnect/safe-json": "^1.0.0",
"@walletconnect/types": "^2.0.0-beta.22",
"@walletconnect/types": "^2.0.0-beta.23",
"@walletconnect/window-getters": "^1.0.0",
"@walletconnect/window-metadata": "^1.0.0",
"lodash.union": "^4.6.0",
Expand Down

0 comments on commit ad1670b

Please sign in to comment.