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
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"baseBranch": "main",
"commit": false,
"updateInternalDependencies": "patch",
"ignore": ["@apps/gallery", "@apps/native"]
"ignore": ["@apps/*"]
}
18 changes: 18 additions & 0 deletions .changeset/slow-toes-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@reown/appkit-coinbase-ethers-react-native': patch
'@reown/appkit-coinbase-wagmi-react-native': patch
'@reown/appkit-scaffold-utils-react-native': patch
'@reown/appkit-auth-ethers-react-native': patch
'@reown/appkit-auth-wagmi-react-native': patch
'@reown/appkit-scaffold-react-native': patch
'@reown/appkit-ethers5-react-native': patch
'@reown/appkit-common-react-native': patch
'@reown/appkit-ethers-react-native': patch
'@reown/appkit-wallet-react-native': patch
'@reown/appkit-wagmi-react-native': patch
'@reown/appkit-core-react-native': patch
'@reown/appkit-siwe-react-native': patch
'@reown/appkit-ui-react-native': patch
---

chore: bump valtio to 1.13.2
1 change: 1 addition & 0 deletions apps/gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"version": "1.0.8",
"main": "index.js",
"private": true,
"name": "@apps/gallery",
"devDependencies": {
"@babel/core": "*",
"@babel/preset-env": "^7.22.10",
Expand Down
1 change: 1 addition & 0 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"version": "1.0.8",
"main": "index.js",
"private": true,
"name": "@apps/native",
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.29.5",
"@coinbase/wallet-mobile-sdk": "1.1.2",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native/babel-preset": "0.76.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@reown/appkit-common-react-native": "1.2.5",
"valtio": "1.11.2"
"valtio": "1.13.2"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.17.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/controllers/EnsController.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { subscribeKey as subKey } from 'valtio/vanilla/utils';
import { proxy, subscribe as sub } from 'valtio/vanilla';
import { subscribeKey as subKey } from 'valtio/utils';
import { proxy, subscribe as sub } from 'valtio';
import { BlockchainApiController } from './BlockchainApiController';
import type { BlockchainApiEnsError } from '../utils/TypeUtil';

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/controllers/EventsController.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { proxy, subscribe as sub } from 'valtio/vanilla';
import { proxy, subscribe as sub } from 'valtio';
import { ApiController } from './ApiController';
import { OptionsController } from './OptionsController';
import { CoreHelperUtil } from '../utils/CoreHelperUtil';
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/controllers/SendController.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { subscribeKey as subKey } from 'valtio/vanilla/utils';
import { proxy, ref, subscribe as sub } from 'valtio/vanilla';
import { subscribeKey as subKey } from 'valtio/utils';
import { proxy, ref, subscribe as sub } from 'valtio';
import { ContractUtil, type Balance } from '@reown/appkit-common-react-native';
import { AccountController } from './AccountController';
import { ConnectionController } from './ConnectionController';
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/controllers/TransactionsController.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Transaction } from '@reown/appkit-common-react-native';
import { proxy, subscribe as sub } from 'valtio/vanilla';
import { proxy, subscribe as sub } from 'valtio';
import { OptionsController } from './OptionsController';
import { EventsController } from './EventsController';
import { SnackController } from './SnackController';
Expand Down
3 changes: 1 addition & 2 deletions packages/scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
},
"peerDependencies": {
"react": ">=17",
"react-native": ">=0.68.5",
"react-native-modal": ">=13"
"react-native": ">=0.68.5"
},
"react-native": "src/index.ts",
"react-native-builder-bob": {
Expand Down
2 changes: 1 addition & 1 deletion packages/siwe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@reown/appkit-common-react-native": "1.2.5",
"@reown/appkit-core-react-native": "1.2.5",
"@reown/appkit-ui-react-native": "1.2.5",
"valtio": "1.11.2"
"valtio": "1.13.2"
},
"peerDependencies": {
"@walletconnect/utils": ">=2.16.1"
Expand Down
Loading