Skip to content

Commit 804115d

Browse files
authored
Merge pull request #6737 from WalletConnect/changeset-release/v2.0
chore: version packages
2 parents 2bf68f6 + 992a028 commit 804115d

File tree

20 files changed

+126
-62
lines changed

20 files changed

+126
-62
lines changed

.changeset/modern-plums-do.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.1"
9+
"version": "2.21.2"
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @walletconnect/core
22

3+
## 2.21.2
4+
5+
### Patch Changes
6+
7+
- [#6678](https://github.com/WalletConnect/walletconnect-monorepo/pull/6678) [`d6eda498d24afb650e49df32f717b1d0db863753`](https://github.com/WalletConnect/walletconnect-monorepo/commit/d6eda498d24afb650e49df32f717b1d0db863753) Thanks [@ganchoradkov](https://github.com/ganchoradkov)! - Extended TVF to cover more chains
8+
9+
- Updated dependencies [[`d6eda498d24afb650e49df32f717b1d0db863753`](https://github.com/WalletConnect/walletconnect-monorepo/commit/d6eda498d24afb650e49df32f717b1d0db863753)]:
10+
- @walletconnect/utils@2.21.2
11+
- @walletconnect/types@2.21.2
12+
313
## 2.21.1
414

515
### 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.1",
4+
"version": "2.21.2",
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.1",
46-
"@walletconnect/utils": "2.21.1",
45+
"@walletconnect/types": "2.21.2",
46+
"@walletconnect/utils": "2.21.2",
4747
"@walletconnect/window-getters": "1.0.1",
4848
"es-toolkit": "1.38.0",
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.1";
37+
export const RELAYER_SDK_VERSION = "2.21.2";
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @walletconnect/react-native-compat
22

3+
## 2.21.2
4+
5+
### Patch Changes
6+
7+
- [#6678](https://github.com/WalletConnect/walletconnect-monorepo/pull/6678) [`d6eda498d24afb650e49df32f717b1d0db863753`](https://github.com/WalletConnect/walletconnect-monorepo/commit/d6eda498d24afb650e49df32f717b1d0db863753) Thanks [@ganchoradkov](https://github.com/ganchoradkov)! - Extended TVF to cover more chains
8+
39
## 2.21.1
410

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

packages/sign-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @walletconnect/sign-client
22

3+
## 2.21.2
4+
5+
### Patch Changes
6+
7+
- [#6678](https://github.com/WalletConnect/walletconnect-monorepo/pull/6678) [`d6eda498d24afb650e49df32f717b1d0db863753`](https://github.com/WalletConnect/walletconnect-monorepo/commit/d6eda498d24afb650e49df32f717b1d0db863753) Thanks [@ganchoradkov](https://github.com/ganchoradkov)! - Extended TVF to cover more chains
8+
9+
- Updated dependencies [[`d6eda498d24afb650e49df32f717b1d0db863753`](https://github.com/WalletConnect/walletconnect-monorepo/commit/d6eda498d24afb650e49df32f717b1d0db863753)]:
10+
- @walletconnect/utils@2.21.2
11+
- @walletconnect/core@2.21.2
12+
- @walletconnect/types@2.21.2
13+
314
## 2.21.1
415

516
### Patch Changes

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

0 commit comments

Comments
 (0)