Skip to content

Commit 964b117

Browse files
Merge pull request #261 from reown-com/changeset-release/main
chore: version packages
2 parents 1b2e0ae + d33686a commit 964b117

34 files changed

+210
-99
lines changed

.changeset/heavy-hairs-suffer.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.0.1",
39+
"@reown/appkit-ui-react-native": "1.0.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
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"@react-native-async-storage/async-storage": "1.23.1",
1919
"@react-native-community/netinfo": "11.3.1",
20-
"@reown/appkit-auth-wagmi-react-native": "1.0.1",
21-
"@reown/appkit-wagmi-react-native": "1.0.1",
20+
"@reown/appkit-auth-wagmi-react-native": "1.0.2",
21+
"@reown/appkit-wagmi-react-native": "1.0.2",
2222
"@tanstack/query-async-storage-persister": "^5.40.0",
2323
"@tanstack/react-query": "5.56.2",
2424
"@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.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"workspaces": [
66
"packages/core",

packages/auth-ethers/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#260](https://github.com/reown-com/appkit-react-native/pull/260) [`d5c55ed`](https://github.com/reown-com/appkit-react-native/commit/d5c55eda869ff874f44770110f2381d144d2c3b4) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed init config of email provider
8+
9+
- Updated dependencies [[`d5c55ed`](https://github.com/reown-com/appkit-react-native/commit/d5c55eda869ff874f44770110f2381d144d2c3b4)]:
10+
- @reown/appkit-wallet-react-native@1.0.2
11+
312
## 1.0.1
413

514
### Patch 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.0.1",
3+
"version": "1.0.2",
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.0.1"
39+
"@reown/appkit-wallet-react-native": "1.0.2"
4040
},
4141
"peerDependencies": {
4242
"ethers": ">=5"

packages/auth-wagmi/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#260](https://github.com/reown-com/appkit-react-native/pull/260) [`d5c55ed`](https://github.com/reown-com/appkit-react-native/commit/d5c55eda869ff874f44770110f2381d144d2c3b4) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed init config of email provider
8+
9+
- Updated dependencies [[`d5c55ed`](https://github.com/reown-com/appkit-react-native/commit/d5c55eda869ff874f44770110f2381d144d2c3b4)]:
10+
- @reown/appkit-wallet-react-native@1.0.2
11+
312
## 1.0.1
413

514
### Patch Changes

packages/auth-wagmi/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-wagmi-react-native",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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.0.1"
39+
"@reown/appkit-wallet-react-native": "1.0.2"
4040
},
4141
"peerDependencies": {
4242
"wagmi": ">=2"

packages/coinbase-ethers/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#260](https://github.com/reown-com/appkit-react-native/pull/260) [`d5c55ed`](https://github.com/reown-com/appkit-react-native/commit/d5c55eda869ff874f44770110f2381d144d2c3b4) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed init config of email provider
8+
39
## 1.0.1
410

511
### Patch Changes

packages/coinbase-ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reown/appkit-coinbase-ethers-react-native",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "lib/commonjs/index.js",
55
"types": "lib/typescript/index.d.ts",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)