Skip to content

Commit

Permalink
v.2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Oct 7, 2024
1 parent 38cebc3 commit 37137dd
Show file tree
Hide file tree
Showing 35 changed files with 200 additions and 100 deletions.
18 changes: 0 additions & 18 deletions .changeset/bright-dogs-sing.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "WalletConnect/web3modal-react-native" }],
"access": "public",
"baseBranch": "main",
"commit": false,
Expand Down
2 changes: 1 addition & 1 deletion apps/gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"dependencies": {
"@storybook/theming": "^7.4.6",
"@web3modal/ui-react-native": "2.0.4"
"@web3modal/ui-react-native": "2.0.5"
}
}
4 changes: 2 additions & 2 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@tanstack/react-query": "5.37.1",
"@tanstack/react-query-persist-client": "^5.40.0",
"@walletconnect/react-native-compat": "2.13.1",
"@web3modal/email-wagmi-react-native": "2.0.4",
"@web3modal/wagmi-react-native": "2.0.4",
"@web3modal/email-wagmi-react-native": "2.0.5",
"@web3modal/wagmi-react-native": "2.0.5",
"expo": "~51.0.24",
"expo-application": "~5.9.1",
"expo-clipboard": "~6.0.3",
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": "web3modal-react-native",
"version": "2.0.4",
"version": "2.0.5",
"private": true,
"workspaces": [
"packages/core",
Expand Down
6 changes: 6 additions & 0 deletions packages/coinbase-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web3modal/coinbase-ethers-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins

## 2.0.4

### 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": "@web3modal/coinbase-ethers-react-native",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/coinbase-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web3modal/coinbase-wagmi-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins

## 2.0.4

### 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": "@web3modal/coinbase-wagmi-react-native",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
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 @@
# @web3modal/common-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins

## 2.0.4

### 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": "@web3modal/common-react-native",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web3modal/core-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins
- Updated dependencies [38cebc3]
- @web3modal/common-react-native@2.0.5

## 2.0.4

### 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": "@web3modal/core-react-native",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@web3modal/common-react-native": "2.0.4",
"@web3modal/common-react-native": "2.0.5",
"valtio": "1.11.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/email-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web3modal/coinbase-wagmi-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins
- Updated dependencies [38cebc3]
- @web3modal/email-react-native@2.0.5

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/email-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3modal/email-ethers-react-native",
"version": "2.0.4",
"version": "2.0.5",
"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": {
"@web3modal/email-react-native": "2.0.4"
"@web3modal/email-react-native": "2.0.5"
},
"peerDependencies": {
"ethers": ">=5"
Expand Down
8 changes: 8 additions & 0 deletions packages/email-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web3modal/coinbase-wagmi-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins
- Updated dependencies [38cebc3]
- @web3modal/email-react-native@2.0.5

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/email-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3modal/email-wagmi-react-native",
"version": "2.0.4",
"version": "2.0.5",
"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": {
"@web3modal/email-react-native": "2.0.4"
"@web3modal/email-react-native": "2.0.5"
},
"peerDependencies": {
"wagmi": ">=2"
Expand Down
9 changes: 9 additions & 0 deletions packages/email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web3modal/email-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins
- Updated dependencies [38cebc3]
- @web3modal/core-react-native@2.0.5
- @web3modal/ui-react-native@2.0.5

## 2.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3modal/email-react-native",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"access": "public"
},
"dependencies": {
"@web3modal/core-react-native": "2.0.4",
"@web3modal/ui-react-native": "2.0.4",
"@web3modal/core-react-native": "2.0.5",
"@web3modal/ui-react-native": "2.0.5",
"zod": "3.22.4"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @web3modal/ethers5-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins
- Updated dependencies [38cebc3]
- @web3modal/common-react-native@2.0.5
- @web3modal/scaffold-react-native@2.0.5
- @web3modal/scaffold-utils-react-native@2.0.5
- @web3modal/siwe-react-native@2.0.5

## 2.0.4

### 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": "@web3modal/ethers-react-native",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
},
"dependencies": {
"@walletconnect/ethereum-provider": "2.15.3",
"@web3modal/common-react-native": "2.0.4",
"@web3modal/scaffold-react-native": "2.0.4",
"@web3modal/scaffold-utils-react-native": "2.0.4",
"@web3modal/siwe-react-native": "2.0.4"
"@web3modal/common-react-native": "2.0.5",
"@web3modal/scaffold-react-native": "2.0.5",
"@web3modal/scaffold-utils-react-native": "2.0.5",
"@web3modal/siwe-react-native": "2.0.5"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.17.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @web3modal/ethers5-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins
- Updated dependencies [38cebc3]
- @web3modal/common-react-native@2.0.5
- @web3modal/scaffold-react-native@2.0.5
- @web3modal/scaffold-utils-react-native@2.0.5
- @web3modal/siwe-react-native@2.0.5

## 2.0.4

### 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": "@web3modal/ethers5-react-native",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
},
"dependencies": {
"@walletconnect/ethereum-provider": "2.15.3",
"@web3modal/common-react-native": "2.0.4",
"@web3modal/scaffold-react-native": "2.0.4",
"@web3modal/scaffold-utils-react-native": "2.0.4",
"@web3modal/siwe-react-native": "2.0.4"
"@web3modal/common-react-native": "2.0.5",
"@web3modal/scaffold-react-native": "2.0.5",
"@web3modal/scaffold-utils-react-native": "2.0.5",
"@web3modal/siwe-react-native": "2.0.5"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.17.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/scaffold-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web3modal/scaffold-utils-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins
- Updated dependencies [38cebc3]
- @web3modal/scaffold-react-native@2.0.5

## 2.0.4

### Patch Changes
Expand Down
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": "@web3modal/scaffold-utils-react-native",
"version": "2.0.4",
"version": "2.0.5",
"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": {
"@web3modal/scaffold-react-native": "2.0.4"
"@web3modal/scaffold-react-native": "2.0.5"
},
"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: '2.0.4',
VERSION: '2.0.5',
WALLET_CONNECT_CONNECTOR_ID: 'walletConnect',
COINBASE_CONNECTOR_ID: 'coinbaseWallet',
EMAIL_CONNECTOR_ID: 'w3mEmail',
Expand Down
11 changes: 11 additions & 0 deletions packages/scaffold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @web3modal/scaffold-react-native

## 2.0.5

### Patch Changes

- 38cebc3: fix: added secure frame timeout for email logins
- Updated dependencies [38cebc3]
- @web3modal/common-react-native@2.0.5
- @web3modal/core-react-native@2.0.5
- @web3modal/siwe-react-native@2.0.5
- @web3modal/ui-react-native@2.0.5

## 2.0.4

### Patch Changes
Expand Down
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": "@web3modal/scaffold-react-native",
"version": "2.0.4",
"version": "2.0.5",
"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": {
"@web3modal/common-react-native": "2.0.4",
"@web3modal/core-react-native": "2.0.4",
"@web3modal/siwe-react-native": "2.0.4",
"@web3modal/ui-react-native": "2.0.4"
"@web3modal/common-react-native": "2.0.5",
"@web3modal/core-react-native": "2.0.5",
"@web3modal/siwe-react-native": "2.0.5",
"@web3modal/ui-react-native": "2.0.5"
},
"peerDependencies": {
"react": ">=17",
Expand Down
Loading

0 comments on commit 37137dd

Please sign in to comment.