Skip to content

Commit c949b6a

Browse files
authored
Merge pull request #5652 from WalletConnect/chore/2.18.1
chore: `2.18.1` release
2 parents 9b80c63 + e9fc560 commit c949b6a

File tree

11 files changed

+50
-50
lines changed

11 files changed

+50
-50
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
]
1212
}
1313
},
14-
"version": "2.18.0"
14+
"version": "2.18.1"
1515
}

package-lock.json

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+3-3
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.18.0",
4+
"version": "2.18.1",
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.1.0",
4343
"@walletconnect/safe-json": "1.0.2",
4444
"@walletconnect/time": "1.0.2",
45-
"@walletconnect/types": "2.18.0",
46-
"@walletconnect/utils": "2.18.0",
45+
"@walletconnect/types": "2.18.1",
46+
"@walletconnect/utils": "2.18.1",
4747
"@walletconnect/window-getters": "1.0.1",
4848
"events": "3.3.0",
4949
"lodash.isequal": "4.5.0",

packages/core/src/constants/relayer.ts

+1-1
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.18.0";
37+
export const RELAYER_SDK_VERSION = "2.18.1";
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

+1-1
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.18.0",
4+
"version": "2.18.1",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"license": "Apache-2.0",

packages/sign-client/package.json

+4-4
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.18.0",
4+
"version": "2.18.1",
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.18.0",
41+
"@walletconnect/core": "2.18.1",
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.18.0",
48-
"@walletconnect/utils": "2.18.0",
47+
"@walletconnect/types": "2.18.1",
48+
"@walletconnect/utils": "2.18.1",
4949
"events": "3.3.0"
5050
},
5151
"devDependencies": {

packages/types/package.json

+1-1
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.18.0",
4+
"version": "2.18.1",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"license": "Apache-2.0",

packages/utils/package.json

+2-2
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.18.0",
4+
"version": "2.18.1",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
"@walletconnect/relay-auth": "1.1.0",
4242
"@walletconnect/safe-json": "1.0.2",
4343
"@walletconnect/time": "1.0.2",
44-
"@walletconnect/types": "2.18.0",
44+
"@walletconnect/types": "2.18.1",
4545
"@walletconnect/window-getters": "1.0.1",
4646
"@walletconnect/window-metadata": "1.0.1",
4747
"detect-browser": "5.3.0",

providers/ethereum-provider/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/ethereum-provider",
33
"description": "Ethereum Provider for WalletConnect Protocol",
4-
"version": "2.18.0",
4+
"version": "2.18.1",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"repository": {
@@ -49,10 +49,10 @@
4949
"@walletconnect/jsonrpc-utils": "1.0.8",
5050
"@walletconnect/keyvaluestorage": "1.1.1",
5151
"@walletconnect/modal": "2.7.0",
52-
"@walletconnect/sign-client": "2.18.0",
53-
"@walletconnect/types": "2.18.0",
54-
"@walletconnect/universal-provider": "2.18.0",
55-
"@walletconnect/utils": "2.18.0",
52+
"@walletconnect/sign-client": "2.18.1",
53+
"@walletconnect/types": "2.18.1",
54+
"@walletconnect/universal-provider": "2.18.1",
55+
"@walletconnect/utils": "2.18.1",
5656
"events": "3.3.0"
5757
},
5858
"devDependencies": {

providers/signer-connection/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/signer-connection",
33
"description": "Signer Connection for WalletConnect Protocol",
4-
"version": "2.18.0",
4+
"version": "2.18.1",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"license": "Apache-2.0",
@@ -39,9 +39,9 @@
3939
"dependencies": {
4040
"@walletconnect/jsonrpc-types": "1.0.4",
4141
"@walletconnect/jsonrpc-utils": "1.0.8",
42-
"@walletconnect/sign-client": "2.18.0",
43-
"@walletconnect/types": "2.18.0",
44-
"@walletconnect/utils": "2.18.0",
42+
"@walletconnect/sign-client": "2.18.1",
43+
"@walletconnect/types": "2.18.1",
44+
"@walletconnect/utils": "2.18.1",
4545
"events": "3.3.0",
4646
"uint8arrays": "3.1.0"
4747
}

providers/universal-provider/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/universal-provider",
33
"description": "Universal Provider for WalletConnect Protocol",
4-
"version": "2.18.0",
4+
"version": "2.18.1",
55
"author": "WalletConnect, Inc. <walletconnect.com>",
66
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
77
"repository": {
@@ -47,9 +47,9 @@
4747
"@walletconnect/jsonrpc-utils": "1.0.8",
4848
"@walletconnect/keyvaluestorage": "1.1.1",
4949
"@walletconnect/logger": "2.1.2",
50-
"@walletconnect/sign-client": "2.18.0",
51-
"@walletconnect/types": "2.18.0",
52-
"@walletconnect/utils": "2.18.0",
50+
"@walletconnect/sign-client": "2.18.1",
51+
"@walletconnect/types": "2.18.1",
52+
"@walletconnect/utils": "2.18.1",
5353
"events": "3.3.0",
5454
"lodash": "4.17.21"
5555
},

0 commit comments

Comments
 (0)