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
13 changes: 0 additions & 13 deletions .changeset/walletconnect-logger-option.md

This file was deleted.

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": "2.0.3",
"version": "2.0.4",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"workspaces": [
Expand Down
11 changes: 11 additions & 0 deletions packages/appkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @reown/appkit-react-native

## 2.0.4

### Patch Changes

- [#558](https://github.com/reown-com/appkit-react-native/pull/558) [`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: add `logger` option to `createAppKit` for controlling `@walletconnect/universal-provider` log output. Accepts a log level (`'silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'`). When omitted, WalletConnect's default logging is preserved.

- Updated dependencies [[`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8)]:
- @reown/appkit-common-react-native@2.0.4
- @reown/appkit-core-react-native@2.0.4
- @reown/appkit-ui-react-native@2.0.4

## 2.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/appkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-react-native",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"provenance": true
},
"dependencies": {
"@reown/appkit-common-react-native": "2.0.3",
"@reown/appkit-core-react-native": "2.0.3",
"@reown/appkit-ui-react-native": "2.0.3",
"@reown/appkit-common-react-native": "2.0.4",
"@reown/appkit-core-react-native": "2.0.4",
"@reown/appkit-ui-react-native": "2.0.4",
"@walletconnect/universal-provider": "2.21.10",
"valtio": "2.1.8"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reown/appkit-bitcoin-react-native

## 2.0.4

### Patch Changes

- [#558](https://github.com/reown-com/appkit-react-native/pull/558) [`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: add `logger` option to `createAppKit` for controlling `@walletconnect/universal-provider` log output. Accepts a log level (`'silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'`). When omitted, WalletConnect's default logging is preserved.

- Updated dependencies [[`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8)]:
- @reown/appkit-common-react-native@2.0.4

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-bitcoin-react-native",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"provenance": true
},
"dependencies": {
"@reown/appkit-common-react-native": "2.0.3"
"@reown/appkit-common-react-native": "2.0.4"
},
"peerDependencies": {
"@walletconnect/react-native-compat": ">=2.16.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/coinbase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reown/appkit-coinbase-react-native

## 2.0.4

### Patch Changes

- [#558](https://github.com/reown-com/appkit-react-native/pull/558) [`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: add `logger` option to `createAppKit` for controlling `@walletconnect/universal-provider` log output. Accepts a log level (`'silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'`). When omitted, WalletConnect's default logging is preserved.

- Updated dependencies [[`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8)]:
- @reown/appkit-common-react-native@2.0.4

## 2.0.3

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

## 2.0.4

### Patch Changes

- [#558](https://github.com/reown-com/appkit-react-native/pull/558) [`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: add `logger` option to `createAppKit` for controlling `@walletconnect/universal-provider` log output. Accepts a log level (`'silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'`). When omitted, WalletConnect's default logging is preserved.

## 2.0.3

### 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": "2.0.3",
"version": "2.0.4",
"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: '2.0.3',
VERSION: '2.0.4',

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

## 2.0.4

### Patch Changes

- [#558](https://github.com/reown-com/appkit-react-native/pull/558) [`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: add `logger` option to `createAppKit` for controlling `@walletconnect/universal-provider` log output. Accepts a log level (`'silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'`). When omitted, WalletConnect's default logging is preserved.

- Updated dependencies [[`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8)]:
- @reown/appkit-common-react-native@2.0.4

## 2.0.3

### 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": "2.0.3",
"version": "2.0.4",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"provenance": true
},
"dependencies": {
"@reown/appkit-common-react-native": "2.0.3",
"@reown/appkit-common-react-native": "2.0.4",
"countries-and-timezones": "3.7.2",
"derive-valtio": "0.2.0",
"valtio": "2.1.8"
Expand Down
10 changes: 10 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @reown/appkit-ethers-react-native

## 2.0.4

### Patch Changes

- [#558](https://github.com/reown-com/appkit-react-native/pull/558) [`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: add `logger` option to `createAppKit` for controlling `@walletconnect/universal-provider` log output. Accepts a log level (`'silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'`). When omitted, WalletConnect's default logging is preserved.

- Updated dependencies [[`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8)]:
- @reown/appkit-react-native@2.0.4
- @reown/appkit-common-react-native@2.0.4

## 2.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "2.0.3",
"version": "2.0.4",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"provenance": true
},
"dependencies": {
"@reown/appkit-common-react-native": "2.0.3",
"@reown/appkit-react-native": "2.0.3"
"@reown/appkit-common-react-native": "2.0.4",
"@reown/appkit-react-native": "2.0.4"
},
"peerDependencies": {
"@react-native-community/netinfo": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reown/appkit-solana-react-native

## 2.0.4

### Patch Changes

- [#558](https://github.com/reown-com/appkit-react-native/pull/558) [`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: add `logger` option to `createAppKit` for controlling `@walletconnect/universal-provider` log output. Accepts a log level (`'silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'`). When omitted, WalletConnect's default logging is preserved.

- Updated dependencies [[`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8)]:
- @reown/appkit-common-react-native@2.0.4

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-solana-react-native",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"provenance": true
},
"dependencies": {
"@reown/appkit-common-react-native": "2.0.3",
"@reown/appkit-common-react-native": "2.0.4",
"@solana/spl-token": "0.4.13",
"@solana/web3.js": "1.98.2",
"bs58": "6.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reown/appkit-ui-react-native

## 2.0.4

### Patch Changes

- [#558](https://github.com/reown-com/appkit-react-native/pull/558) [`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: add `logger` option to `createAppKit` for controlling `@walletconnect/universal-provider` log output. Accepts a log level (`'silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'`). When omitted, WalletConnect's default logging is preserved.

- Updated dependencies [[`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8)]:
- @reown/appkit-common-react-native@2.0.4

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-ui-react-native",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"provenance": true
},
"dependencies": {
"@reown/appkit-common-react-native": "2.0.3",
"@reown/appkit-common-react-native": "2.0.4",
"polished": "4.3.1",
"qrcode": "1.5.3"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @reown/appkit-wagmi-react-native

## 2.0.4

### Patch Changes

- [#558](https://github.com/reown-com/appkit-react-native/pull/558) [`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - feat: add `logger` option to `createAppKit` for controlling `@walletconnect/universal-provider` log output. Accepts a log level (`'silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'`). When omitted, WalletConnect's default logging is preserved.

- Updated dependencies [[`85ea6a9`](https://github.com/reown-com/appkit-react-native/commit/85ea6a9a1ac8f2f934cc1afd67b39e530fd2d6e8)]:
- @reown/appkit-react-native@2.0.4
- @reown/appkit-common-react-native@2.0.4

## 2.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-wagmi-react-native",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"provenance": true
},
"dependencies": {
"@reown/appkit-common-react-native": "2.0.3",
"@reown/appkit-react-native": "2.0.3"
"@reown/appkit-common-react-native": "2.0.4",
"@reown/appkit-react-native": "2.0.4"
},
"peerDependencies": {
"@react-native-community/netinfo": "*",
Expand Down
Loading
Loading