Skip to content

Commit

Permalink
chore: prep for 2.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gancho Radkov committed Feb 21, 2024
1 parent 0b14cdb commit 0a6a7f3
Show file tree
Hide file tree
Showing 12 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*",
"providers/*"
],
"version": "2.11.1"
"version": "2.11.2"
}
98 changes: 49 additions & 49 deletions 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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/core",
"description": "Core for WalletConnect Protocol",
"version": "2.11.1",
"version": "2.11.2",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@walletconnect/relay-auth": "^1.0.4",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.11.1",
"@walletconnect/utils": "2.11.1",
"@walletconnect/types": "2.11.2",
"@walletconnect/utils": "2.11.2",
"events": "^3.3.0",
"isomorphic-unfetch": "3.1.0",
"lodash.isequal": "4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/constants/relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const RELAYER_STORAGE_OPTIONS = {

// Updated automatically via `new-version` npm script.

export const RELAYER_SDK_VERSION = "2.11.1";
export const RELAYER_SDK_VERSION = "2.11.2";

// delay to wait before closing the transport connection after init if not active
export const RELAYER_TRANSPORT_CUTOFF = 10_000;
2 changes: 1 addition & 1 deletion packages/react-native-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/react-native-compat",
"description": "Shims for WalletConnect Protocol in React Native Projects",
"version": "2.11.1",
"version": "2.11.2",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/sign-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/sign-client",
"description": "Sign Client for WalletConnect Protocol",
"version": "2.11.1",
"version": "2.11.2",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,14 +38,14 @@
"prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@walletconnect/core": "2.11.1",
"@walletconnect/core": "2.11.2",
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.1",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.11.1",
"@walletconnect/utils": "2.11.1",
"@walletconnect/types": "2.11.2",
"@walletconnect/utils": "2.11.2",
"events": "^3.3.0"
},
"devDependencies": {
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.11.1",
"version": "2.11.2",
"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.11.1",
"version": "2.11.2",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.11.1",
"@walletconnect/types": "2.11.2",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"detect-browser": "5.3.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/web3wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@walletconnect/web3wallet",
"description": "Web3Wallet for WalletConnect Protocol",
"private": true,
"version": "1.10.1",
"version": "1.10.2",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,13 +30,13 @@
},
"dependencies": {
"@walletconnect/auth-client": "2.1.2",
"@walletconnect/core": "2.11.1",
"@walletconnect/core": "2.11.2",
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "2.0.1",
"@walletconnect/sign-client": "2.11.1",
"@walletconnect/types": "2.11.1",
"@walletconnect/utils": "2.11.1",
"@walletconnect/jsonrpc-provider": "1.0.13"
"@walletconnect/sign-client": "2.11.2",
"@walletconnect/types": "2.11.2",
"@walletconnect/utils": "2.11.2"
},
"devDependencies": {
"@ethersproject/wallet": "^5.7.0",
Expand Down

0 comments on commit 0a6a7f3

Please sign in to comment.