Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent ccf7075 commit 7c5c3ae
Show file tree
Hide file tree
Showing 35 changed files with 252 additions and 117 deletions.
18 changes: 0 additions & 18 deletions .changeset/pretty-news-join.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/tender-pumas-reflect.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.0.0",
"@reown/appkit-ui-react-native": "1.0.1",
"@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 @@ -17,8 +17,8 @@
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.3.1",
"@reown/appkit-auth-wagmi-react-native": "1.0.0",
"@reown/appkit-wagmi-react-native": "1.0.0",
"@reown/appkit-auth-wagmi-react-native": "1.0.1",
"@reown/appkit-wagmi-react-native": "1.0.1",
"@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.0.0",
"version": "1.0.1",
"private": true,
"workspaces": [
"packages/core",
Expand Down
12 changes: 12 additions & 0 deletions packages/auth-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @reown/appkit-auth-ethers-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package

- Updated dependencies [[`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433), [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de)]:
- @reown/appkit-wallet-react-native@1.0.1
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.0.0",
"version": "1.0.1",
"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.0.0"
"@reown/appkit-wallet-react-native": "1.0.1"
},
"peerDependencies": {
"ethers": ">=5"
Expand Down
12 changes: 12 additions & 0 deletions packages/auth-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @reown/appkit-auth-wagmi-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package

- Updated dependencies [[`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433), [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de)]:
- @reown/appkit-wallet-react-native@1.0.1
4 changes: 2 additions & 2 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.0.0",
"version": "1.0.1",
"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.0.0"
"@reown/appkit-wallet-react-native": "1.0.1"
},
"peerDependencies": {
"wagmi": ">=2"
Expand Down
9 changes: 9 additions & 0 deletions packages/coinbase-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @reown/appkit-coinbase-ethers-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package
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.0.0",
"version": "1.0.1",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/coinbase-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @reown/appkit-coinbase-wagmi-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package
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.0.0",
"version": "1.0.1",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @reown/appkit-common-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package
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.0.0",
"version": "1.0.1",
"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/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @reown/appkit-core-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package

- Updated dependencies [[`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433), [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de)]:
- @reown/appkit-common-react-native@1.0.1
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.0.0",
"version": "1.0.1",
"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.0.0",
"@reown/appkit-common-react-native": "1.0.1",
"valtio": "1.11.2"
},
"peerDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @reown/appkit-ethers-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package

- Updated dependencies [[`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433), [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de)]:
- @reown/appkit-common-react-native@1.0.1
- @reown/appkit-scaffold-react-native@1.0.1
- @reown/appkit-scaffold-utils-react-native@1.0.1
- @reown/appkit-siwe-react-native@1.0.1
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.0.0",
"version": "1.0.1",
"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.0.0",
"@reown/appkit-scaffold-react-native": "1.0.0",
"@reown/appkit-scaffold-utils-react-native": "1.0.0",
"@reown/appkit-siwe-react-native": "1.0.0",
"@reown/appkit-common-react-native": "1.0.1",
"@reown/appkit-scaffold-react-native": "1.0.1",
"@reown/appkit-scaffold-utils-react-native": "1.0.1",
"@reown/appkit-siwe-react-native": "1.0.1",
"@walletconnect/ethereum-provider": "2.16.1"
},
"peerDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @reown/appkit-ethers5-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package

- Updated dependencies [[`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433), [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de)]:
- @reown/appkit-common-react-native@1.0.1
- @reown/appkit-scaffold-react-native@1.0.1
- @reown/appkit-scaffold-utils-react-native@1.0.1
- @reown/appkit-siwe-react-native@1.0.1
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.0.0",
"version": "1.0.1",
"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.0.0",
"@reown/appkit-scaffold-react-native": "1.0.0",
"@reown/appkit-scaffold-utils-react-native": "1.0.0",
"@reown/appkit-siwe-react-native": "1.0.0",
"@reown/appkit-common-react-native": "1.0.1",
"@reown/appkit-scaffold-react-native": "1.0.1",
"@reown/appkit-scaffold-utils-react-native": "1.0.1",
"@reown/appkit-siwe-react-native": "1.0.1",
"@walletconnect/ethereum-provider": "2.16.1"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/scaffold-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @reown/appkit-scaffold-utils-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package

- Updated dependencies [[`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433), [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de)]:
- @reown/appkit-scaffold-react-native@1.0.1
4 changes: 2 additions & 2 deletions packages/scaffold-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-scaffold-utils-react-native",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-scaffold-react-native": "1.0.0"
"@reown/appkit-scaffold-react-native": "1.0.1"
},
"react-native": "src/index.ts",
"react-native-builder-bob": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scaffold-utils/src/utils/ConstantsUtil.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const ConstantsUtil = {
VERSION: '1.0.0',
VERSION: '1.0.1',
WALLET_CONNECT_CONNECTOR_ID: 'walletConnect',
COINBASE_CONNECTOR_ID: 'coinbaseWallet',
AUTH_CONNECTOR_ID: 'appKitAuth',
Expand Down
15 changes: 15 additions & 0 deletions packages/scaffold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @reown/appkit-scaffold-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package

- Updated dependencies [[`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433), [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de)]:
- @reown/appkit-common-react-native@1.0.1
- @reown/appkit-core-react-native@1.0.1
- @reown/appkit-siwe-react-native@1.0.1
- @reown/appkit-ui-react-native@1.0.1
10 changes: 5 additions & 5 deletions packages/scaffold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-scaffold-react-native",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-common-react-native": "1.0.0",
"@reown/appkit-core-react-native": "1.0.0",
"@reown/appkit-siwe-react-native": "1.0.0",
"@reown/appkit-ui-react-native": "1.0.0"
"@reown/appkit-common-react-native": "1.0.1",
"@reown/appkit-core-react-native": "1.0.1",
"@reown/appkit-siwe-react-native": "1.0.1",
"@reown/appkit-ui-react-native": "1.0.1"
},
"peerDependencies": {
"react": ">=17",
Expand Down
14 changes: 14 additions & 0 deletions packages/siwe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @reown/appkit-siwe-react-native

## 1.0.1

### Patch Changes

- [#257](https://github.com/reown-com/appkit-react-native/pull/257) [`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added timeout for secure site

- [#259](https://github.com/reown-com/appkit-react-native/pull/259) [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: changed siwe import package

- Updated dependencies [[`4b1ce96`](https://github.com/reown-com/appkit-react-native/commit/4b1ce966d087b7bf79efdda7d3e63bd89e5b9433), [`656ed84`](https://github.com/reown-com/appkit-react-native/commit/656ed849754ad90dbb51b4e7a79183ccf8ae11de)]:
- @reown/appkit-common-react-native@1.0.1
- @reown/appkit-core-react-native@1.0.1
- @reown/appkit-ui-react-native@1.0.1
8 changes: 4 additions & 4 deletions packages/siwe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-siwe-react-native",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -39,9 +39,9 @@
"access": "public"
},
"dependencies": {
"@reown/appkit-common-react-native": "1.0.0",
"@reown/appkit-core-react-native": "1.0.0",
"@reown/appkit-ui-react-native": "1.0.0",
"@reown/appkit-common-react-native": "1.0.1",
"@reown/appkit-core-react-native": "1.0.1",
"@reown/appkit-ui-react-native": "1.0.1",
"valtio": "1.11.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 7c5c3ae

Please sign in to comment.