Skip to content

Commit 6846dd4

Browse files
authored
Merge pull request #5335 from WalletConnect/chore/2.16.0
chore: prep for `2.16.0` release
2 parents 3f74884 + 1997488 commit 6846dd4

File tree

12 files changed

+80
-80
lines changed

12 files changed

+80
-80
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*",
55
"providers/*"
66
],
7-
"version": "2.15.3"
7+
"version": "2.16.0"
88
}

package-lock.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/core",
33
"description": "Core for WalletConnect Protocol",
4-
"version": "2.15.3",
4+
"version": "2.16.0",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"license": "Apache-2.0",
@@ -42,8 +42,8 @@
4242
"@walletconnect/relay-auth": "1.0.4",
4343
"@walletconnect/safe-json": "1.0.2",
4444
"@walletconnect/time": "1.0.2",
45-
"@walletconnect/types": "2.15.3",
46-
"@walletconnect/utils": "2.15.3",
45+
"@walletconnect/types": "2.16.0",
46+
"@walletconnect/utils": "2.16.0",
4747
"events": "3.3.0",
4848
"lodash.isequal": "4.5.0",
4949
"uint8arrays": "3.1.0"

packages/core/src/constants/relayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const RELAYER_STORAGE_OPTIONS = {
3434

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

37-
export const RELAYER_SDK_VERSION = "2.15.3";
37+
export const RELAYER_SDK_VERSION = "2.16.0";
3838

3939
// delay to wait before closing the transport connection after init if not active
4040
export const RELAYER_TRANSPORT_CUTOFF = 10_000;

packages/react-native-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/react-native-compat",
33
"description": "Shims for WalletConnect Protocol in React Native Projects",
4-
"version": "2.15.3",
4+
"version": "2.16.0",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"license": "Apache-2.0",

packages/sign-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/sign-client",
33
"description": "Sign Client for WalletConnect Protocol",
4-
"version": "2.15.3",
4+
"version": "2.16.0",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"license": "Apache-2.0",
@@ -38,14 +38,14 @@
3838
"prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
3939
},
4040
"dependencies": {
41-
"@walletconnect/core": "2.15.3",
41+
"@walletconnect/core": "2.16.0",
4242
"@walletconnect/events": "1.0.1",
4343
"@walletconnect/heartbeat": "1.2.2",
4444
"@walletconnect/jsonrpc-utils": "1.0.8",
4545
"@walletconnect/logger": "2.1.2",
4646
"@walletconnect/time": "1.0.2",
47-
"@walletconnect/types": "2.15.3",
48-
"@walletconnect/utils": "2.15.3",
47+
"@walletconnect/types": "2.16.0",
48+
"@walletconnect/utils": "2.16.0",
4949
"events": "3.3.0"
5050
},
5151
"devDependencies": {

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/types",
33
"description": "Typings for WalletConnect Protocol",
4-
"version": "2.15.3",
4+
"version": "2.16.0",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"license": "Apache-2.0",

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/utils",
33
"description": "Utilities for WalletConnect Protocol",
4-
"version": "2.15.3",
4+
"version": "2.16.0",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"@walletconnect/relay-auth": "1.0.4",
4141
"@walletconnect/safe-json": "1.0.2",
4242
"@walletconnect/time": "1.0.2",
43-
"@walletconnect/types": "2.15.3",
43+
"@walletconnect/types": "2.16.0",
4444
"@walletconnect/window-getters": "1.0.1",
4545
"@walletconnect/window-metadata": "1.0.1",
4646
"detect-browser": "5.3.0",

packages/web3wallet/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/web3wallet",
33
"description": "Web3Wallet for WalletConnect Protocol",
4-
"version": "1.14.3",
4+
"version": "1.15.0",
55
"private": false,
66
"author": "WalletConnect, Inc. <walletconnect.com>",
77
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
@@ -30,13 +30,13 @@
3030
},
3131
"dependencies": {
3232
"@walletconnect/auth-client": "2.1.2",
33-
"@walletconnect/core": "2.15.3",
33+
"@walletconnect/core": "2.16.0",
3434
"@walletconnect/jsonrpc-provider": "1.0.14",
3535
"@walletconnect/jsonrpc-utils": "1.0.8",
3636
"@walletconnect/logger": "2.1.2",
37-
"@walletconnect/sign-client": "2.15.3",
38-
"@walletconnect/types": "2.15.3",
39-
"@walletconnect/utils": "2.15.3"
37+
"@walletconnect/sign-client": "2.16.0",
38+
"@walletconnect/types": "2.16.0",
39+
"@walletconnect/utils": "2.16.0"
4040
},
4141
"devDependencies": {
4242
"@ethersproject/wallet": "5.7.0"

0 commit comments

Comments
 (0)