Skip to content

Commit

Permalink
Merge pull request #102 from WalletConnect/1.0.0-beta.3
Browse files Browse the repository at this point in the history
chore: prep for v1.0.0-beta.3
  • Loading branch information
ignaciosantise authored Nov 15, 2023
2 parents 6c25aee + 1b5e72f commit 6b3bdbc
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 13 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"changesets": [
"dull-suns-swim",
"rare-goats-accept",
"slimy-dancers-compete"
]
}
8 changes: 8 additions & 0 deletions .changeset/rare-goats-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@web3modal/scaffold-react-native': patch
'@web3modal/wagmi-react-native': patch
'@web3modal/core-react-native': patch
'@web3modal/ui-react-native': patch
---

beta 3
7 changes: 7 additions & 0 deletions apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @apps/gallery

## 1.0.1-beta.3

### Patch Changes

- Updated dependencies
- @web3modal/ui-react-native@1.0.0-beta.3

## 1.0.1-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/gallery",
"version": "1.0.1-beta.2",
"version": "1.0.1-beta.3",
"main": "index.js",
"private": true,
"devDependencies": {
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"@storybook/theming": "^7.4.6",
"@web3modal/ui-react-native": "1.0.0-beta.2"
"@web3modal/ui-react-native": "1.0.0-beta.3"
}
}
7 changes: 7 additions & 0 deletions apps/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @apps/native

## 1.0.1-beta.3

### Patch Changes

- Updated dependencies
- @web3modal/wagmi-react-native@1.0.0-beta.3

## 1.0.1-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/native",
"version": "1.0.1-beta.2",
"version": "1.0.1-beta.3",
"main": "index.js",
"private": true,
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@web3modal/wagmi-react-native": "1.0.0-beta.2",
"@web3modal/wagmi-react-native": "1.0.0-beta.3",
"expo": "^49.0.0",
"expo-clipboard": "4.5.0",
"expo-status-bar": "~1.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web3modal/core-react-native

## 1.0.0-beta.3

### Patch Changes

- beta 3

## 1.0.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3modal/core-react-native",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"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/scaffold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web3modal/scaffold-react-native

## 1.0.0-beta.3

### Patch Changes

- beta 3
- Updated dependencies
- @web3modal/core-react-native@1.0.0-beta.3
- @web3modal/ui-react-native@1.0.0-beta.3

## 1.0.0-beta.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"access": "public"
},
"dependencies": {
"@web3modal/core-react-native": "1.0.0-beta.2",
"@web3modal/ui-react-native": "1.0.0-beta.2"
"@web3modal/core-react-native": "1.0.0-beta.3",
"@web3modal/ui-react-native": "1.0.0-beta.3"
},
"peerDependencies": {
"react": ">=17",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web3modal/ui-react-native

## 1.0.0-beta.3

### Patch Changes

- beta 3

## 1.0.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3modal/ui-react-native",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"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/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web3modal/wagmi-react-native

## 1.0.0-beta.3

### Patch Changes

- beta 3
- Updated dependencies
- @web3modal/scaffold-react-native@1.0.0-beta.3

## 1.0.0-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3modal/wagmi-react-native",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"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/scaffold-react-native": "1.0.0-beta.2"
"@web3modal/scaffold-react-native": "1.0.0-beta.3"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.17.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wagmi/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export const ADD_CHAIN_METHOD = 'wallet_addEthereumChain';

export const WALLET_CHOICE_KEY = 'wagmi.wallet';

// DO NOT REMOVE, SHOULD MATCH CORE PACKAGE VERSION
export const VERSION = '1.0.0-beta.2';
// DO NOT REMOVE, SHOULD MATCH @web3modal/core-react-native VERSION
export const VERSION = '1.0.0-beta.3';

0 comments on commit 6b3bdbc

Please sign in to comment.