Skip to content

Commit ddfad80

Browse files
Merge pull request #305 from reown-com/changeset-release/main
chore: version packages
2 parents b9314ce + e3ef6fe commit ddfad80

36 files changed

+297
-137
lines changed

.changeset/cyan-melons-float.md

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

.changeset/fair-ravens-shop.md

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

.changeset/late-cycles-lick.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.1.1",
39+
"@reown/appkit-ui-react-native": "1.2.0",
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.1.1",
26-
"@reown/appkit-wagmi-react-native": "1.1.1",
25+
"@reown/appkit-auth-wagmi-react-native": "1.2.0",
26+
"@reown/appkit-wagmi-react-native": "1.2.0",
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.1.1",
3+
"version": "1.2.0",
44
"private": true,
55
"workspaces": [
66
"packages/core",

packages/auth-ethers/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#299](https://github.com/reown-com/appkit-react-native/pull/299) [`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: swaps feature
8+
9+
- [#300](https://github.com/reown-com/appkit-react-native/pull/300) [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: added ability to change themeMode and override accent color
10+
11+
### Patch Changes
12+
13+
- fix: set loading when account data is being synced in appkit-wagmi
14+
15+
- Updated dependencies [[`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b), [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360)]:
16+
- @reown/appkit-wallet-react-native@1.2.0
17+
318
## 1.1.1
419

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

packages/auth-wagmi/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#299](https://github.com/reown-com/appkit-react-native/pull/299) [`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: swaps feature
8+
9+
- [#300](https://github.com/reown-com/appkit-react-native/pull/300) [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: added ability to change themeMode and override accent color
10+
11+
### Patch Changes
12+
13+
- fix: set loading when account data is being synced in appkit-wagmi
14+
15+
- Updated dependencies [[`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b), [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360)]:
16+
- @reown/appkit-wallet-react-native@1.2.0
17+
- @reown/appkit-core-react-native@1.2.0
18+
319
## 1.1.1
420

521
### Patch 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.1.1",
3+
"version": "1.2.0",
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.1.1",
40-
"@reown/appkit-wallet-react-native": "1.1.1"
39+
"@reown/appkit-core-react-native": "1.2.0",
40+
"@reown/appkit-wallet-react-native": "1.2.0"
4141
},
4242
"peerDependencies": {
4343
"wagmi": ">=2"

0 commit comments

Comments
 (0)