Skip to content

Commit bfb31c7

Browse files
Merge pull request #427 from reown-com/main
version update to dev
2 parents 6106706 + 3dfd28b commit bfb31c7

37 files changed

+267
-131
lines changed

.changeset/ready-books-march.md

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

.changeset/six-dots-punch.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.3.0",
39+
"@reown/appkit-ui-react-native": "1.3.1",
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.3.0",
26-
"@reown/appkit-wagmi-react-native": "1.3.0",
25+
"@reown/appkit-auth-wagmi-react-native": "1.3.1",
26+
"@reown/appkit-wagmi-react-native": "1.3.1",
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": "ak-rn-monorepo",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"private": true,
55
"workspaces": [
66
"packages/core",

packages/auth-ethers/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#419](https://github.com/reown-com/appkit-react-native/pull/419) [`0d087ef`](https://github.com/reown-com/appkit-react-native/commit/0d087efc6971c0ad9445b565ca51f709f78ac4cf) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: correctly set approved networks and support all networks flag
8+
9+
- [#423](https://github.com/reown-com/appkit-react-native/pull/423) [`30847f7`](https://github.com/reown-com/appkit-react-native/commit/30847f7af9fc9758248c848cc97078fe67f61ee5) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: show network images correctly
10+
11+
- Updated dependencies [[`0d087ef`](https://github.com/reown-com/appkit-react-native/commit/0d087efc6971c0ad9445b565ca51f709f78ac4cf), [`30847f7`](https://github.com/reown-com/appkit-react-native/commit/30847f7af9fc9758248c848cc97078fe67f61ee5)]:
12+
- @reown/appkit-common-react-native@1.3.1
13+
- @reown/appkit-wallet-react-native@1.3.1
14+
315
## 1.3.0
416

517
### Minor 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.3.0",
3+
"version": "1.3.1",
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.3.0",
40-
"@reown/appkit-wallet-react-native": "1.3.0"
39+
"@reown/appkit-common-react-native": "1.3.1",
40+
"@reown/appkit-wallet-react-native": "1.3.1"
4141
},
4242
"peerDependencies": {
4343
"ethers": ">=5"

packages/auth-wagmi/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#419](https://github.com/reown-com/appkit-react-native/pull/419) [`0d087ef`](https://github.com/reown-com/appkit-react-native/commit/0d087efc6971c0ad9445b565ca51f709f78ac4cf) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: correctly set approved networks and support all networks flag
8+
9+
- [#423](https://github.com/reown-com/appkit-react-native/pull/423) [`30847f7`](https://github.com/reown-com/appkit-react-native/commit/30847f7af9fc9758248c848cc97078fe67f61ee5) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: show network images correctly
10+
11+
- Updated dependencies [[`0d087ef`](https://github.com/reown-com/appkit-react-native/commit/0d087efc6971c0ad9445b565ca51f709f78ac4cf), [`30847f7`](https://github.com/reown-com/appkit-react-native/commit/30847f7af9fc9758248c848cc97078fe67f61ee5)]:
12+
- @reown/appkit-core-react-native@1.3.1
13+
- @reown/appkit-common-react-native@1.3.1
14+
- @reown/appkit-wallet-react-native@1.3.1
15+
316
## 1.3.0
417

518
### Minor 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.3.0",
3+
"version": "1.3.1",
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.3.0",
40-
"@reown/appkit-core-react-native": "1.3.0",
41-
"@reown/appkit-wallet-react-native": "1.3.0"
39+
"@reown/appkit-common-react-native": "1.3.1",
40+
"@reown/appkit-core-react-native": "1.3.1",
41+
"@reown/appkit-wallet-react-native": "1.3.1"
4242
},
4343
"peerDependencies": {
4444
"wagmi": ">=2"

packages/cli/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#419](https://github.com/reown-com/appkit-react-native/pull/419) [`0d087ef`](https://github.com/reown-com/appkit-react-native/commit/0d087efc6971c0ad9445b565ca51f709f78ac4cf) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: correctly set approved networks and support all networks flag
8+
39
## 1.3.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)