Skip to content

Commit 7a8c78b

Browse files
chore: update versions and lerna.json
1 parent b3345bf commit 7a8c78b

File tree

22 files changed

+158
-86
lines changed

22 files changed

+158
-86
lines changed

.changeset/forty-clowns-appear.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/thirty-paths-take.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/vast-eyes-camp.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"ignore": ["packages/web3wallet"]
77
}
88
},
9-
"version": "2.21.8"
9+
"version": "2.21.9"
1010
}

package-lock.json

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

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @walletconnect/core
22

3+
## 2.21.9
4+
5+
### Patch Changes
6+
7+
- [#6857](https://github.com/WalletConnect/walletconnect-monorepo/pull/6857) [`74c47effb85faf95bbf1c9e55caf4df1e33e09ea`](https://github.com/WalletConnect/walletconnect-monorepo/commit/74c47effb85faf95bbf1c9e55caf4df1e33e09ea) Thanks [@ganchoradkov](https://github.com/ganchoradkov)! - Refactored `universal-provider` to use the `generic` sub provider for any chain that doesn't require custom handling
8+
9+
- [#6867](https://github.com/WalletConnect/walletconnect-monorepo/pull/6867) [`af55c568ad86080629a0f1d14a2983431c77d62e`](https://github.com/WalletConnect/walletconnect-monorepo/commit/af55c568ad86080629a0f1d14a2983431c77d62e) Thanks [@ganchoradkov](https://github.com/ganchoradkov)! - Updated the `license` of the `walletconnect-monorepo` repository
10+
11+
- [#6876](https://github.com/WalletConnect/walletconnect-monorepo/pull/6876) [`f01ca30ec0004cb52c0cc26f3b019c56a554f61f`](https://github.com/WalletConnect/walletconnect-monorepo/commit/f01ca30ec0004cb52c0cc26f3b019c56a554f61f) Thanks [@ganchoradkov](https://github.com/ganchoradkov)! - Implemented `wallet_sendCalls` TVF
12+
13+
- Updated dependencies [[`74c47effb85faf95bbf1c9e55caf4df1e33e09ea`](https://github.com/WalletConnect/walletconnect-monorepo/commit/74c47effb85faf95bbf1c9e55caf4df1e33e09ea), [`af55c568ad86080629a0f1d14a2983431c77d62e`](https://github.com/WalletConnect/walletconnect-monorepo/commit/af55c568ad86080629a0f1d14a2983431c77d62e), [`f01ca30ec0004cb52c0cc26f3b019c56a554f61f`](https://github.com/WalletConnect/walletconnect-monorepo/commit/f01ca30ec0004cb52c0cc26f3b019c56a554f61f)]:
14+
- @walletconnect/types@2.21.9
15+
- @walletconnect/utils@2.21.9
16+
317
## 2.21.8
418

519
### Patch Changes

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.21.8",
4+
"version": "2.21.9",
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.21.8",
46-
"@walletconnect/utils": "2.21.8",
45+
"@walletconnect/types": "2.21.9",
46+
"@walletconnect/utils": "2.21.9",
4747
"@walletconnect/window-getters": "1.0.1",
4848
"es-toolkit": "1.39.3",
4949
"events": "3.3.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.21.8";
37+
export const RELAYER_SDK_VERSION = "2.21.9";
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/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @walletconnect/react-native-compat
22

3+
## 2.21.9
4+
5+
### Patch Changes
6+
7+
- [#6857](https://github.com/WalletConnect/walletconnect-monorepo/pull/6857) [`74c47effb85faf95bbf1c9e55caf4df1e33e09ea`](https://github.com/WalletConnect/walletconnect-monorepo/commit/74c47effb85faf95bbf1c9e55caf4df1e33e09ea) Thanks [@ganchoradkov](https://github.com/ganchoradkov)! - Refactored `universal-provider` to use the `generic` sub provider for any chain that doesn't require custom handling
8+
9+
- [#6867](https://github.com/WalletConnect/walletconnect-monorepo/pull/6867) [`af55c568ad86080629a0f1d14a2983431c77d62e`](https://github.com/WalletConnect/walletconnect-monorepo/commit/af55c568ad86080629a0f1d14a2983431c77d62e) Thanks [@ganchoradkov](https://github.com/ganchoradkov)! - Updated the `license` of the `walletconnect-monorepo` repository
10+
11+
- [#6876](https://github.com/WalletConnect/walletconnect-monorepo/pull/6876) [`f01ca30ec0004cb52c0cc26f3b019c56a554f61f`](https://github.com/WalletConnect/walletconnect-monorepo/commit/f01ca30ec0004cb52c0cc26f3b019c56a554f61f) Thanks [@ganchoradkov](https://github.com/ganchoradkov)! - Implemented `wallet_sendCalls` TVF
12+
313
## 2.21.8
414

515
### Patch Changes

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

0 commit comments

Comments
 (0)