Skip to content

Commit 51555a9

Browse files
Merge pull request #310 from reown-com/changeset-release/main
chore: version packages
2 parents 1e18924 + 252fe83 commit 51555a9

35 files changed

+241
-119
lines changed

.changeset/five-pumas-wash.md

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

.changeset/proud-badgers-provide.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.0",
39+
"@reown/appkit-ui-react-native": "1.2.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": "~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.0",
26-
"@reown/appkit-wagmi-react-native": "1.2.0",
25+
"@reown/appkit-auth-wagmi-react-native": "1.2.1",
26+
"@reown/appkit-wagmi-react-native": "1.2.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": "appkit-react-native",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"workspaces": [
66
"packages/core",

packages/auth-ethers/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#308](https://github.com/reown-com/appkit-react-native/pull/308) [`cdc1af3`](https://github.com/reown-com/appkit-react-native/commit/cdc1af3878a9193b34c530d2a867397941ed0bbf) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: added event subscription hook
8+
9+
- [#307](https://github.com/reown-com/appkit-react-native/pull/307) [`bec3342`](https://github.com/reown-com/appkit-react-native/commit/bec3342e41d80a93e6eb5fca4883d97dd7dc64c2) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed condition for initial modal loading
10+
11+
- Updated dependencies [[`cdc1af3`](https://github.com/reown-com/appkit-react-native/commit/cdc1af3878a9193b34c530d2a867397941ed0bbf), [`bec3342`](https://github.com/reown-com/appkit-react-native/commit/bec3342e41d80a93e6eb5fca4883d97dd7dc64c2)]:
12+
- @reown/appkit-wallet-react-native@1.2.1
13+
314
## 1.2.0
415

516
### Minor Changes

packages/auth-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-auth-ethers-react-native",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "lib/commonjs/index.js",
55
"types": "lib/typescript/index.d.ts",
66
"module": "lib/module/index.js",
@@ -36,7 +36,7 @@
3636
"access": "public"
3737
},
3838
"dependencies": {
39-
"@reown/appkit-wallet-react-native": "1.2.0"
39+
"@reown/appkit-wallet-react-native": "1.2.1"
4040
},
4141
"peerDependencies": {
4242
"ethers": ">=5"

packages/auth-wagmi/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#308](https://github.com/reown-com/appkit-react-native/pull/308) [`cdc1af3`](https://github.com/reown-com/appkit-react-native/commit/cdc1af3878a9193b34c530d2a867397941ed0bbf) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: added event subscription hook
8+
9+
- [#307](https://github.com/reown-com/appkit-react-native/pull/307) [`bec3342`](https://github.com/reown-com/appkit-react-native/commit/bec3342e41d80a93e6eb5fca4883d97dd7dc64c2) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed condition for initial modal loading
10+
11+
- Updated dependencies [[`cdc1af3`](https://github.com/reown-com/appkit-react-native/commit/cdc1af3878a9193b34c530d2a867397941ed0bbf), [`bec3342`](https://github.com/reown-com/appkit-react-native/commit/bec3342e41d80a93e6eb5fca4883d97dd7dc64c2)]:
12+
- @reown/appkit-core-react-native@1.2.1
13+
- @reown/appkit-wallet-react-native@1.2.1
14+
315
## 1.2.0
416

517
### Minor Changes

packages/auth-wagmi/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-wagmi-react-native",
3-
"version": "1.2.0",
3+
"version": "1.2.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-core-react-native": "1.2.0",
40-
"@reown/appkit-wallet-react-native": "1.2.0"
39+
"@reown/appkit-core-react-native": "1.2.1",
40+
"@reown/appkit-wallet-react-native": "1.2.1"
4141
},
4242
"peerDependencies": {
4343
"wagmi": ">=2"

packages/coinbase-ethers/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#308](https://github.com/reown-com/appkit-react-native/pull/308) [`cdc1af3`](https://github.com/reown-com/appkit-react-native/commit/cdc1af3878a9193b34c530d2a867397941ed0bbf) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: added event subscription hook
8+
9+
- [#307](https://github.com/reown-com/appkit-react-native/pull/307) [`bec3342`](https://github.com/reown-com/appkit-react-native/commit/bec3342e41d80a93e6eb5fca4883d97dd7dc64c2) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed condition for initial modal loading
10+
311
## 1.2.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)