Skip to content

Commit c126a62

Browse files
Merge pull request #342 from reown-com/changeset-release/main
chore: version packages
2 parents 607b7d8 + 02fa4f5 commit c126a62

34 files changed

+232
-111
lines changed

.changeset/thin-files-play.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.3",
39+
"@reown/appkit-ui-react-native": "1.2.4",
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.3",
26-
"@reown/appkit-wagmi-react-native": "1.2.3",
25+
"@reown/appkit-auth-wagmi-react-native": "1.2.4",
26+
"@reown/appkit-wagmi-react-native": "1.2.4",
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.3",
3+
"version": "1.2.4",
44
"private": true,
55
"workspaces": [
66
"packages/core",

packages/auth-ethers/CHANGELOG.md

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

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [#337](https://github.com/reown-com/appkit-react-native/pull/337) [`c121ae3`](https://github.com/reown-com/appkit-react-native/commit/c121ae3d52cb134e695df44d53eb548c1c934a14) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable coverscreen on root modal to solve issues with expo-router
8+
9+
- Updated dependencies [[`c121ae3`](https://github.com/reown-com/appkit-react-native/commit/c121ae3d52cb134e695df44d53eb548c1c934a14)]:
10+
- @reown/appkit-common-react-native@1.2.4
11+
- @reown/appkit-wallet-react-native@1.2.4
12+
313
## 1.2.3
414

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

packages/auth-wagmi/CHANGELOG.md

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

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [#337](https://github.com/reown-com/appkit-react-native/pull/337) [`c121ae3`](https://github.com/reown-com/appkit-react-native/commit/c121ae3d52cb134e695df44d53eb548c1c934a14) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable coverscreen on root modal to solve issues with expo-router
8+
9+
- Updated dependencies [[`c121ae3`](https://github.com/reown-com/appkit-react-native/commit/c121ae3d52cb134e695df44d53eb548c1c934a14)]:
10+
- @reown/appkit-common-react-native@1.2.4
11+
- @reown/appkit-core-react-native@1.2.4
12+
- @reown/appkit-wallet-react-native@1.2.4
13+
314
## 1.2.3
415

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

packages/coinbase-ethers/CHANGELOG.md

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

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [#337](https://github.com/reown-com/appkit-react-native/pull/337) [`c121ae3`](https://github.com/reown-com/appkit-react-native/commit/c121ae3d52cb134e695df44d53eb548c1c934a14) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable coverscreen on root modal to solve issues with expo-router
8+
9+
- Updated dependencies [[`c121ae3`](https://github.com/reown-com/appkit-react-native/commit/c121ae3d52cb134e695df44d53eb548c1c934a14)]:
10+
- @reown/appkit-common-react-native@1.2.4
11+
312
## 1.2.3
413

514
### Patch Changes

packages/coinbase-ethers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reown/appkit-coinbase-ethers-react-native",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "lib/commonjs/index.js",
55
"types": "lib/typescript/index.d.ts",
66
"module": "lib/module/index.js",
@@ -37,7 +37,7 @@
3737
"access": "public"
3838
},
3939
"dependencies": {
40-
"@reown/appkit-common-react-native": "1.2.3"
40+
"@reown/appkit-common-react-native": "1.2.4"
4141
},
4242
"peerDependencies": {
4343
"@coinbase/wallet-mobile-sdk": ">=1.0.10",

0 commit comments

Comments
 (0)