Skip to content

Commit 0795c26

Browse files
Merge pull request #359 from reown-com/changeset-release/main
chore: version packages
2 parents 060df3f + f759632 commit 0795c26

35 files changed

+260
-129
lines changed

.changeset/new-olives-approve.md

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

.changeset/soft-waves-heal.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.4",
39+
"@reown/appkit-ui-react-native": "1.2.5",
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.4",
26-
"@reown/appkit-wagmi-react-native": "1.2.4",
25+
"@reown/appkit-auth-wagmi-react-native": "1.2.5",
26+
"@reown/appkit-wagmi-react-native": "1.2.5",
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.4",
3+
"version": "1.2.5",
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.2.5
4+
5+
### Patch Changes
6+
7+
- [#354](https://github.com/reown-com/appkit-react-native/pull/354) [`cb8ad43`](https://github.com/reown-com/appkit-react-native/commit/cb8ad43a859ea5ae7b8bf9febb2442a83d24ff59) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: set empty required chains for connections + updated ethereum provider version
8+
9+
- [#355](https://github.com/reown-com/appkit-react-native/pull/355) [`279cb47`](https://github.com/reown-com/appkit-react-native/commit/279cb4741789d4a44506d99b4e11d2cdc685e178) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: solved issue with apple login on iOS
10+
11+
- Updated dependencies [[`cb8ad43`](https://github.com/reown-com/appkit-react-native/commit/cb8ad43a859ea5ae7b8bf9febb2442a83d24ff59), [`279cb47`](https://github.com/reown-com/appkit-react-native/commit/279cb4741789d4a44506d99b4e11d2cdc685e178)]:
12+
- @reown/appkit-common-react-native@1.2.5
13+
- @reown/appkit-wallet-react-native@1.2.5
14+
315
## 1.2.4
416

517
### 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.4",
3+
"version": "1.2.5",
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.4",
40-
"@reown/appkit-wallet-react-native": "1.2.4"
39+
"@reown/appkit-common-react-native": "1.2.5",
40+
"@reown/appkit-wallet-react-native": "1.2.5"
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.2.5
4+
5+
### Patch Changes
6+
7+
- [#354](https://github.com/reown-com/appkit-react-native/pull/354) [`cb8ad43`](https://github.com/reown-com/appkit-react-native/commit/cb8ad43a859ea5ae7b8bf9febb2442a83d24ff59) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: set empty required chains for connections + updated ethereum provider version
8+
9+
- [#355](https://github.com/reown-com/appkit-react-native/pull/355) [`279cb47`](https://github.com/reown-com/appkit-react-native/commit/279cb4741789d4a44506d99b4e11d2cdc685e178) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: solved issue with apple login on iOS
10+
11+
- Updated dependencies [[`cb8ad43`](https://github.com/reown-com/appkit-react-native/commit/cb8ad43a859ea5ae7b8bf9febb2442a83d24ff59), [`279cb47`](https://github.com/reown-com/appkit-react-native/commit/279cb4741789d4a44506d99b4e11d2cdc685e178)]:
12+
- @reown/appkit-common-react-native@1.2.5
13+
- @reown/appkit-core-react-native@1.2.5
14+
- @reown/appkit-wallet-react-native@1.2.5
15+
316
## 1.2.4
417

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

packages/coinbase-ethers/CHANGELOG.md

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

3+
## 1.2.5
4+
5+
### Patch Changes
6+
7+
- [#354](https://github.com/reown-com/appkit-react-native/pull/354) [`cb8ad43`](https://github.com/reown-com/appkit-react-native/commit/cb8ad43a859ea5ae7b8bf9febb2442a83d24ff59) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: set empty required chains for connections + updated ethereum provider version
8+
9+
- [#355](https://github.com/reown-com/appkit-react-native/pull/355) [`279cb47`](https://github.com/reown-com/appkit-react-native/commit/279cb4741789d4a44506d99b4e11d2cdc685e178) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: solved issue with apple login on iOS
10+
11+
- Updated dependencies [[`cb8ad43`](https://github.com/reown-com/appkit-react-native/commit/cb8ad43a859ea5ae7b8bf9febb2442a83d24ff59), [`279cb47`](https://github.com/reown-com/appkit-react-native/commit/279cb4741789d4a44506d99b4e11d2cdc685e178)]:
12+
- @reown/appkit-common-react-native@1.2.5
13+
314
## 1.2.4
415

516
### Patch Changes

0 commit comments

Comments
 (0)