Skip to content

Commit 6ae21eb

Browse files
Merge pull request #330 from reown-com/changeset-release/main
chore: version packages
2 parents 8534a36 + d9d16a6 commit 6ae21eb

36 files changed

+288
-147
lines changed

.changeset/few-cherries-leave.md

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

.changeset/shaggy-moose-tan.md

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

.changeset/two-bikes-wave.md

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

apps/gallery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"build:gallery": "storybook build -o out"
3737
},
3838
"dependencies": {
39-
"@reown/appkit-ui-react-native": "1.2.2",
39+
"@reown/appkit-ui-react-native": "1.2.3",
4040
"@storybook/theming": "^8.3.0"
4141
}
4242
}

apps/native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@expo/metro-runtime": "~4.0.1",
2323
"@react-native-async-storage/async-storage": "2.1.2",
2424
"@react-native-community/netinfo": "11.4.1",
25-
"@reown/appkit-auth-wagmi-react-native": "1.2.2",
26-
"@reown/appkit-wagmi-react-native": "1.2.2",
25+
"@reown/appkit-auth-wagmi-react-native": "1.2.3",
26+
"@reown/appkit-wagmi-react-native": "1.2.3",
2727
"@tanstack/query-async-storage-persister": "^5.40.0",
2828
"@tanstack/react-query": "5.56.2",
2929
"@tanstack/react-query-persist-client": "5.56.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appkit-react-native",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"private": true,
55
"workspaces": [
66
"packages/core",

packages/auth-ethers/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @reown/appkit-auth-ethers-react-native
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- [#322](https://github.com/reown-com/appkit-react-native/pull/322) [`e0b59fb`](https://github.com/reown-com/appkit-react-native/commit/e0b59fb217fab570efc876265d13647844bb79d2) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: clear balance if the sdk fails to get it
8+
9+
- [#327](https://github.com/reown-com/appkit-react-native/pull/327) [`bdc0388`](https://github.com/reown-com/appkit-react-native/commit/bdc038847695f45ed2e5b88f70fdec4ae17abcf7) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: deduplicate wallets in all wallet list
10+
11+
- [#331](https://github.com/reown-com/appkit-react-native/pull/331) [`c75e94a`](https://github.com/reown-com/appkit-react-native/commit/c75e94ae97d2e7b5017a2fa879a58fb1d3a03821) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: solved issue with wallet page loaders
12+
13+
- Updated dependencies [[`e0b59fb`](https://github.com/reown-com/appkit-react-native/commit/e0b59fb217fab570efc876265d13647844bb79d2), [`bdc0388`](https://github.com/reown-com/appkit-react-native/commit/bdc038847695f45ed2e5b88f70fdec4ae17abcf7), [`c75e94a`](https://github.com/reown-com/appkit-react-native/commit/c75e94ae97d2e7b5017a2fa879a58fb1d3a03821)]:
14+
- @reown/appkit-common-react-native@1.2.3
15+
- @reown/appkit-wallet-react-native@1.2.3
16+
317
## 1.2.2
418

519
### Patch Changes

packages/auth-ethers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reown/appkit-auth-ethers-react-native",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"main": "lib/commonjs/index.js",
55
"types": "lib/typescript/index.d.ts",
66
"module": "lib/module/index.js",
@@ -36,8 +36,8 @@
3636
"access": "public"
3737
},
3838
"dependencies": {
39-
"@reown/appkit-common-react-native": "1.2.2",
40-
"@reown/appkit-wallet-react-native": "1.2.2"
39+
"@reown/appkit-common-react-native": "1.2.3",
40+
"@reown/appkit-wallet-react-native": "1.2.3"
4141
},
4242
"peerDependencies": {
4343
"ethers": ">=5"

packages/auth-wagmi/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @reown/appkit-auth-wagmi-react-native
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- [#322](https://github.com/reown-com/appkit-react-native/pull/322) [`e0b59fb`](https://github.com/reown-com/appkit-react-native/commit/e0b59fb217fab570efc876265d13647844bb79d2) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: clear balance if the sdk fails to get it
8+
9+
- [#327](https://github.com/reown-com/appkit-react-native/pull/327) [`bdc0388`](https://github.com/reown-com/appkit-react-native/commit/bdc038847695f45ed2e5b88f70fdec4ae17abcf7) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: deduplicate wallets in all wallet list
10+
11+
- [#331](https://github.com/reown-com/appkit-react-native/pull/331) [`c75e94a`](https://github.com/reown-com/appkit-react-native/commit/c75e94ae97d2e7b5017a2fa879a58fb1d3a03821) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: solved issue with wallet page loaders
12+
13+
- Updated dependencies [[`e0b59fb`](https://github.com/reown-com/appkit-react-native/commit/e0b59fb217fab570efc876265d13647844bb79d2), [`bdc0388`](https://github.com/reown-com/appkit-react-native/commit/bdc038847695f45ed2e5b88f70fdec4ae17abcf7), [`c75e94a`](https://github.com/reown-com/appkit-react-native/commit/c75e94ae97d2e7b5017a2fa879a58fb1d3a03821)]:
14+
- @reown/appkit-common-react-native@1.2.3
15+
- @reown/appkit-core-react-native@1.2.3
16+
- @reown/appkit-wallet-react-native@1.2.3
17+
318
## 1.2.2
419

520
### Patch Changes

packages/auth-wagmi/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reown/appkit-auth-wagmi-react-native",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"main": "lib/commonjs/index.js",
55
"types": "lib/typescript/index.d.ts",
66
"module": "lib/module/index.js",
@@ -36,9 +36,9 @@
3636
"access": "public"
3737
},
3838
"dependencies": {
39-
"@reown/appkit-common-react-native": "1.2.2",
40-
"@reown/appkit-core-react-native": "1.2.2",
41-
"@reown/appkit-wallet-react-native": "1.2.2"
39+
"@reown/appkit-common-react-native": "1.2.3",
40+
"@reown/appkit-core-react-native": "1.2.3",
41+
"@reown/appkit-wallet-react-native": "1.2.3"
4242
},
4343
"peerDependencies": {
4444
"wagmi": ">=2"

0 commit comments

Comments
 (0)