Skip to content

Commit ea2c3d7

Browse files
Merge pull request #321 from reown-com/changeset-release/main
chore: version packages
2 parents d0ba5ba + 5a5e821 commit ea2c3d7

37 files changed

+316
-165
lines changed

.changeset/empty-mangos-push.md

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

.changeset/light-geese-stare.md

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

.changeset/purple-berries-marry.md

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

.changeset/witty-melons-brush.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.1",
39+
"@reown/appkit-ui-react-native": "1.2.2",
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": "~3.2.3",
2323
"@react-native-async-storage/async-storage": "1.23.1",
2424
"@react-native-community/netinfo": "11.3.1",
25-
"@reown/appkit-auth-wagmi-react-native": "1.2.1",
26-
"@reown/appkit-wagmi-react-native": "1.2.1",
25+
"@reown/appkit-auth-wagmi-react-native": "1.2.2",
26+
"@reown/appkit-wagmi-react-native": "1.2.2",
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.1",
3+
"version": "1.2.2",
44
"private": true,
55
"workspaces": [
66
"packages/core",

packages/auth-ethers/CHANGELOG.md

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

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#316](https://github.com/reown-com/appkit-react-native/pull/316) [`f3f4f37`](https://github.com/reown-com/appkit-react-native/commit/f3f4f3754673e0e85c110f41d9c77e27e30caa68) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: load transactions when needed
8+
9+
- [#312](https://github.com/reown-com/appkit-react-native/pull/312) [`52484c4`](https://github.com/reown-com/appkit-react-native/commit/52484c4ee17d7651c966d7fe939c51a7af516c14) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: show wallet info in useWalletInfo hook for ethers and ethers5
10+
11+
- [#314](https://github.com/reown-com/appkit-react-native/pull/314) [`d3a9604`](https://github.com/reown-com/appkit-react-native/commit/d3a9604b59fd177465fbf5b04ee3c26200e40384) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: improved state array updates in connection and router controllers
12+
13+
- [#315](https://github.com/reown-com/appkit-react-native/pull/315) [`19e17ef`](https://github.com/reown-com/appkit-react-native/commit/19e17ef9b85e4d81f424438d83c3f3c89dd80c92) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: send expo info in useragent
14+
15+
- Updated dependencies [[`f3f4f37`](https://github.com/reown-com/appkit-react-native/commit/f3f4f3754673e0e85c110f41d9c77e27e30caa68), [`52484c4`](https://github.com/reown-com/appkit-react-native/commit/52484c4ee17d7651c966d7fe939c51a7af516c14), [`d3a9604`](https://github.com/reown-com/appkit-react-native/commit/d3a9604b59fd177465fbf5b04ee3c26200e40384), [`19e17ef`](https://github.com/reown-com/appkit-react-native/commit/19e17ef9b85e4d81f424438d83c3f3c89dd80c92)]:
16+
- @reown/appkit-common-react-native@1.2.2
17+
- @reown/appkit-wallet-react-native@1.2.2
18+
319
## 1.2.1
420

521
### 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.1",
3+
"version": "1.2.2",
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.1",
40-
"@reown/appkit-wallet-react-native": "1.2.1"
39+
"@reown/appkit-common-react-native": "1.2.2",
40+
"@reown/appkit-wallet-react-native": "1.2.2"
4141
},
4242
"peerDependencies": {
4343
"ethers": ">=5"

packages/auth-wagmi/CHANGELOG.md

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

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#316](https://github.com/reown-com/appkit-react-native/pull/316) [`f3f4f37`](https://github.com/reown-com/appkit-react-native/commit/f3f4f3754673e0e85c110f41d9c77e27e30caa68) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: load transactions when needed
8+
9+
- [#312](https://github.com/reown-com/appkit-react-native/pull/312) [`52484c4`](https://github.com/reown-com/appkit-react-native/commit/52484c4ee17d7651c966d7fe939c51a7af516c14) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: show wallet info in useWalletInfo hook for ethers and ethers5
10+
11+
- [#314](https://github.com/reown-com/appkit-react-native/pull/314) [`d3a9604`](https://github.com/reown-com/appkit-react-native/commit/d3a9604b59fd177465fbf5b04ee3c26200e40384) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: improved state array updates in connection and router controllers
12+
13+
- [#315](https://github.com/reown-com/appkit-react-native/pull/315) [`19e17ef`](https://github.com/reown-com/appkit-react-native/commit/19e17ef9b85e4d81f424438d83c3f3c89dd80c92) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: send expo info in useragent
14+
15+
- Updated dependencies [[`f3f4f37`](https://github.com/reown-com/appkit-react-native/commit/f3f4f3754673e0e85c110f41d9c77e27e30caa68), [`52484c4`](https://github.com/reown-com/appkit-react-native/commit/52484c4ee17d7651c966d7fe939c51a7af516c14), [`d3a9604`](https://github.com/reown-com/appkit-react-native/commit/d3a9604b59fd177465fbf5b04ee3c26200e40384), [`19e17ef`](https://github.com/reown-com/appkit-react-native/commit/19e17ef9b85e4d81f424438d83c3f3c89dd80c92)]:
16+
- @reown/appkit-common-react-native@1.2.2
17+
- @reown/appkit-core-react-native@1.2.2
18+
- @reown/appkit-wallet-react-native@1.2.2
19+
320
## 1.2.1
421

522
### Patch Changes

0 commit comments

Comments
 (0)