Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .changeset/nasty-spiders-care.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/rotten-pianos-argue.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/shaggy-plants-fly.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/slow-toes-dream.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build:gallery": "storybook build -o out"
},
"dependencies": {
"@reown/appkit-ui-react-native": "1.2.5",
"@reown/appkit-ui-react-native": "1.2.6",
"@storybook/theming": "^8.3.0"
}
}
4 changes: 2 additions & 2 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@expo/metro-runtime": "~4.0.1",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@reown/appkit-auth-wagmi-react-native": "1.2.5",
"@reown/appkit-wagmi-react-native": "1.2.5",
"@reown/appkit-auth-wagmi-react-native": "1.2.6",
"@reown/appkit-wagmi-react-native": "1.2.6",
"@tanstack/query-async-storage-persister": "^5.40.0",
"@tanstack/react-query": "5.56.2",
"@tanstack/react-query-persist-client": "5.56.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ak-rn-monorepo",
"version": "1.2.5",
"version": "1.2.6",
"private": true,
"workspaces": [
"packages/core",
Expand Down
16 changes: 16 additions & 0 deletions packages/auth-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @reown/appkit-auth-ethers-react-native

## 1.2.6

### Patch Changes

- [#361](https://github.com/reown-com/appkit-react-native/pull/361) [`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Update author field in package.json files to use Discord link

- [#369](https://github.com/reown-com/appkit-react-native/pull/369) [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: replace internal URL usage with custom logic to avoid polyfill issues

- [#375](https://github.com/reown-com/appkit-react-native/pull/375) [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable layout animations on ios new arch projects

- [#368](https://github.com/reown-com/appkit-react-native/pull/368) [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: bump valtio to 1.13.2

- Updated dependencies [[`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c), [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95), [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff), [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91)]:
- @reown/appkit-common-react-native@1.2.6
- @reown/appkit-wallet-react-native@1.2.6

## 1.2.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-auth-ethers-react-native",
"version": "1.2.5",
"version": "1.2.6",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-common-react-native": "1.2.5",
"@reown/appkit-wallet-react-native": "1.2.5"
"@reown/appkit-common-react-native": "1.2.6",
"@reown/appkit-wallet-react-native": "1.2.6"
},
"peerDependencies": {
"ethers": ">=5"
Expand Down
17 changes: 17 additions & 0 deletions packages/auth-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @reown/appkit-auth-wagmi-react-native

## 1.2.6

### Patch Changes

- [#361](https://github.com/reown-com/appkit-react-native/pull/361) [`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Update author field in package.json files to use Discord link

- [#369](https://github.com/reown-com/appkit-react-native/pull/369) [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: replace internal URL usage with custom logic to avoid polyfill issues

- [#375](https://github.com/reown-com/appkit-react-native/pull/375) [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable layout animations on ios new arch projects

- [#368](https://github.com/reown-com/appkit-react-native/pull/368) [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: bump valtio to 1.13.2

- Updated dependencies [[`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c), [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95), [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff), [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91)]:
- @reown/appkit-core-react-native@1.2.6
- @reown/appkit-common-react-native@1.2.6
- @reown/appkit-wallet-react-native@1.2.6

## 1.2.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/auth-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-auth-wagmi-react-native",
"version": "1.2.5",
"version": "1.2.6",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-common-react-native": "1.2.5",
"@reown/appkit-core-react-native": "1.2.5",
"@reown/appkit-wallet-react-native": "1.2.5"
"@reown/appkit-common-react-native": "1.2.6",
"@reown/appkit-core-react-native": "1.2.6",
"@reown/appkit-wallet-react-native": "1.2.6"
},
"peerDependencies": {
"wagmi": ">=2"
Expand Down
15 changes: 15 additions & 0 deletions packages/coinbase-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @reown/appkit-coinbase-ethers-react-native

## 1.2.6

### Patch Changes

- [#361](https://github.com/reown-com/appkit-react-native/pull/361) [`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Update author field in package.json files to use Discord link

- [#369](https://github.com/reown-com/appkit-react-native/pull/369) [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: replace internal URL usage with custom logic to avoid polyfill issues

- [#375](https://github.com/reown-com/appkit-react-native/pull/375) [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable layout animations on ios new arch projects

- [#368](https://github.com/reown-com/appkit-react-native/pull/368) [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: bump valtio to 1.13.2

- Updated dependencies [[`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c), [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95), [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff), [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91)]:
- @reown/appkit-common-react-native@1.2.6

## 1.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/coinbase-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-coinbase-ethers-react-native",
"version": "1.2.5",
"version": "1.2.6",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-common-react-native": "1.2.5"
"@reown/appkit-common-react-native": "1.2.6"
},
"peerDependencies": {
"@coinbase/wallet-mobile-sdk": ">=1.0.10",
Expand Down
15 changes: 15 additions & 0 deletions packages/coinbase-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @reown/appkit-coinbase-wagmi-react-native

## 1.2.6

### Patch Changes

- [#361](https://github.com/reown-com/appkit-react-native/pull/361) [`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Update author field in package.json files to use Discord link

- [#369](https://github.com/reown-com/appkit-react-native/pull/369) [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: replace internal URL usage with custom logic to avoid polyfill issues

- [#375](https://github.com/reown-com/appkit-react-native/pull/375) [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable layout animations on ios new arch projects

- [#368](https://github.com/reown-com/appkit-react-native/pull/368) [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: bump valtio to 1.13.2

- Updated dependencies [[`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c), [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95), [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff), [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91)]:
- @reown/appkit-common-react-native@1.2.6

## 1.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/coinbase-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-coinbase-wagmi-react-native",
"version": "1.2.5",
"version": "1.2.6",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-common-react-native": "1.2.5"
"@reown/appkit-common-react-native": "1.2.6"
},
"peerDependencies": {
"@coinbase/wallet-mobile-sdk": ">=1.0.10",
Expand Down
12 changes: 12 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @reown/appkit-common-react-native

## 1.2.6

### Patch Changes

- [#361](https://github.com/reown-com/appkit-react-native/pull/361) [`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Update author field in package.json files to use Discord link

- [#369](https://github.com/reown-com/appkit-react-native/pull/369) [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: replace internal URL usage with custom logic to avoid polyfill issues

- [#375](https://github.com/reown-com/appkit-react-native/pull/375) [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable layout animations on ios new arch projects

- [#368](https://github.com/reown-com/appkit-react-native/pull/368) [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: bump valtio to 1.13.2

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-common-react-native",
"version": "1.2.5",
"version": "1.2.6",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/utils/ConstantsUtil.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const ConstantsUtil = {
VERSION: '1.2.5',
VERSION: '1.2.6',

EIP155: 'eip155',
ADD_CHAIN_METHOD: 'wallet_addEthereumChain',
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @reown/appkit-core-react-native

## 1.2.6

### Patch Changes

- [#361](https://github.com/reown-com/appkit-react-native/pull/361) [`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Update author field in package.json files to use Discord link

- [#369](https://github.com/reown-com/appkit-react-native/pull/369) [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: replace internal URL usage with custom logic to avoid polyfill issues

- [#375](https://github.com/reown-com/appkit-react-native/pull/375) [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable layout animations on ios new arch projects

- [#368](https://github.com/reown-com/appkit-react-native/pull/368) [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: bump valtio to 1.13.2

- Updated dependencies [[`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c), [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95), [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff), [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91)]:
- @reown/appkit-common-react-native@1.2.6

## 1.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-core-react-native",
"version": "1.2.5",
"version": "1.2.6",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-common-react-native": "1.2.5",
"@reown/appkit-common-react-native": "1.2.6",
"valtio": "1.13.2"
},
"peerDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @reown/appkit-ethers-react-native

## 1.2.6

### Patch Changes

- [#361](https://github.com/reown-com/appkit-react-native/pull/361) [`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Update author field in package.json files to use Discord link

- [#369](https://github.com/reown-com/appkit-react-native/pull/369) [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: replace internal URL usage with custom logic to avoid polyfill issues

- [#375](https://github.com/reown-com/appkit-react-native/pull/375) [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: disable layout animations on ios new arch projects

- [#368](https://github.com/reown-com/appkit-react-native/pull/368) [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: bump valtio to 1.13.2

- Updated dependencies [[`fc2fda7`](https://github.com/reown-com/appkit-react-native/commit/fc2fda728443965578c3d471f928d4604adda55c), [`5e95cb1`](https://github.com/reown-com/appkit-react-native/commit/5e95cb1e6d783ebe1d4c5a64d23c365a13320c95), [`ae8a386`](https://github.com/reown-com/appkit-react-native/commit/ae8a386a7ad3ffac78281491b82e2a9b31c418ff), [`c425b73`](https://github.com/reown-com/appkit-react-native/commit/c425b738fcb934f23bbc7b5a10043b4ce7546e91)]:
- @reown/appkit-common-react-native@1.2.6
- @reown/appkit-scaffold-utils-react-native@1.2.6
- @reown/appkit-scaffold-react-native@1.2.6
- @reown/appkit-siwe-react-native@1.2.6

## 1.2.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-ethers-react-native",
"version": "1.2.5",
"version": "1.2.6",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -38,10 +38,10 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-common-react-native": "1.2.5",
"@reown/appkit-scaffold-react-native": "1.2.5",
"@reown/appkit-scaffold-utils-react-native": "1.2.5",
"@reown/appkit-siwe-react-native": "1.2.5",
"@reown/appkit-common-react-native": "1.2.6",
"@reown/appkit-scaffold-react-native": "1.2.6",
"@reown/appkit-scaffold-utils-react-native": "1.2.6",
"@reown/appkit-siwe-react-native": "1.2.6",
"@walletconnect/ethereum-provider": "2.21.1"
},
"peerDependencies": {
Expand Down
Loading