Skip to content

Commit

Permalink
Merge pull request #305 from reown-com/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
ignaciosantise authored Jan 20, 2025
2 parents b9314ce + e3ef6fe commit ddfad80
Show file tree
Hide file tree
Showing 36 changed files with 297 additions and 137 deletions.
18 changes: 0 additions & 18 deletions .changeset/cyan-melons-float.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/fair-ravens-shop.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/late-cycles-lick.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.1.1",
"@reown/appkit-ui-react-native": "1.2.0",
"@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": "~3.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.3.1",
"@reown/appkit-auth-wagmi-react-native": "1.1.1",
"@reown/appkit-wagmi-react-native": "1.1.1",
"@reown/appkit-auth-wagmi-react-native": "1.2.0",
"@reown/appkit-wagmi-react-native": "1.2.0",
"@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": "appkit-react-native",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"workspaces": [
"packages/core",
Expand Down
15 changes: 15 additions & 0 deletions packages/auth-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @reown/appkit-auth-ethers-react-native

## 1.2.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- fix: set loading when account data is being synced in appkit-wagmi

- Updated dependencies [[`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b), [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360)]:
- @reown/appkit-wallet-react-native@1.2.0

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "1.2.0",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-wallet-react-native": "1.1.1"
"@reown/appkit-wallet-react-native": "1.2.0"
},
"peerDependencies": {
"ethers": ">=5"
Expand Down
16 changes: 16 additions & 0 deletions packages/auth-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @reown/appkit-auth-wagmi-react-native

## 1.2.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- fix: set loading when account data is being synced in appkit-wagmi

- Updated dependencies [[`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b), [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360)]:
- @reown/appkit-wallet-react-native@1.2.0
- @reown/appkit-core-react-native@1.2.0

## 1.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1.1",
"version": "1.2.0",
"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-core-react-native": "1.1.1",
"@reown/appkit-wallet-react-native": "1.1.1"
"@reown/appkit-core-react-native": "1.2.0",
"@reown/appkit-wallet-react-native": "1.2.0"
},
"peerDependencies": {
"wagmi": ">=2"
Expand Down
12 changes: 12 additions & 0 deletions packages/coinbase-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @reown/appkit-coinbase-ethers-react-native

## 1.2.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- fix: set loading when account data is being synced in appkit-wagmi

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.2.0",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/coinbase-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @reown/appkit-coinbase-wagmi-react-native

## 1.2.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- fix: set loading when account data is being synced in appkit-wagmi

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.2.0",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
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.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- fix: set loading when account data is being synced in appkit-wagmi

## 1.1.1

### 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.1.1",
"version": "1.2.0",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
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.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- fix: set loading when account data is being synced in appkit-wagmi

- Updated dependencies [[`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b), [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360)]:
- @reown/appkit-common-react-native@1.2.0

## 1.1.1

### 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.1.1",
"version": "1.2.0",
"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.1.1",
"@reown/appkit-common-react-native": "1.2.0",
"valtio": "1.11.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.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- fix: set loading when account data is being synced in appkit-wagmi

- Updated dependencies [[`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b), [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360)]:
- @reown/appkit-scaffold-react-native@1.2.0
- @reown/appkit-common-react-native@1.2.0
- @reown/appkit-scaffold-utils-react-native@1.2.0
- @reown/appkit-siwe-react-native@1.2.0

## 1.1.1

### 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.1.1",
"version": "1.2.0",
"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.1.1",
"@reown/appkit-scaffold-react-native": "1.1.1",
"@reown/appkit-scaffold-utils-react-native": "1.1.1",
"@reown/appkit-siwe-react-native": "1.1.1",
"@reown/appkit-common-react-native": "1.2.0",
"@reown/appkit-scaffold-react-native": "1.2.0",
"@reown/appkit-scaffold-utils-react-native": "1.2.0",
"@reown/appkit-siwe-react-native": "1.2.0",
"@walletconnect/ethereum-provider": "2.17.3"
},
"peerDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @reown/appkit-ethers5-react-native

## 1.2.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- fix: set loading when account data is being synced in appkit-wagmi

- Updated dependencies [[`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b), [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360)]:
- @reown/appkit-scaffold-react-native@1.2.0
- @reown/appkit-common-react-native@1.2.0
- @reown/appkit-scaffold-utils-react-native@1.2.0
- @reown/appkit-siwe-react-native@1.2.0

## 1.1.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-ethers5-react-native",
"version": "1.1.1",
"version": "1.2.0",
"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.1.1",
"@reown/appkit-scaffold-react-native": "1.1.1",
"@reown/appkit-scaffold-utils-react-native": "1.1.1",
"@reown/appkit-siwe-react-native": "1.1.1",
"@reown/appkit-common-react-native": "1.2.0",
"@reown/appkit-scaffold-react-native": "1.2.0",
"@reown/appkit-scaffold-utils-react-native": "1.2.0",
"@reown/appkit-siwe-react-native": "1.2.0",
"@walletconnect/ethereum-provider": "2.17.3"
},
"peerDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/scaffold-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @reown/appkit-scaffold-utils-react-native

## 1.2.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- fix: set loading when account data is being synced in appkit-wagmi

- Updated dependencies [[`278023f`](https://github.com/reown-com/appkit-react-native/commit/278023fa03c4a09be4c2b2b0d2b65e86d05e589b), [`db1e2a8`](https://github.com/reown-com/appkit-react-native/commit/db1e2a88d2c263fca438a99e0020aa1b2c55e360)]:
- @reown/appkit-scaffold-react-native@1.2.0

## 1.1.1

### Patch Changes
Expand Down
Loading

0 comments on commit ddfad80

Please sign in to comment.