Skip to content

Commit

Permalink
chore: bump alpha (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Santise authored Feb 22, 2024
1 parent b9d492f commit 1ce1614
Show file tree
Hide file tree
Showing 20 changed files with 103 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-chefs-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@web3modal/core-react-native': patch
---

events fix
7 changes: 5 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "exit",
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@apps/gallery": "1.0.5-alpha.0",
Expand All @@ -15,5 +15,8 @@
"@web3modal/ui-react-native": "1.3.0-alpha.0",
"@web3modal/wagmi-react-native": "1.3.0-alpha.0"
},
"changesets": []
"changesets": [
"fluffy-parrots-leave",
"orange-chefs-juggle"
]
}
7 changes: 7 additions & 0 deletions apps/native-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @apps/native-cli

## 1.0.5-alpha.1

### Patch Changes

- Updated dependencies []:
- @web3modal/wagmi-react-native@1.3.0-alpha.1

## 1.0.5-alpha.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/native-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/native-cli",
"version": "1.0.5-alpha.0",
"version": "1.0.5-alpha.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -15,7 +15,7 @@
"@react-native-clipboard/clipboard": "1.13.0",
"@react-native-community/netinfo": "9.3.10",
"@walletconnect/react-native-compat": "2.10.5",
"@web3modal/wagmi-react-native": "1.3.0-alpha.0",
"@web3modal/wagmi-react-native": "1.3.0-alpha.1",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-get-random-values": "~1.9.0",
Expand Down
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.5-alpha.1

### Patch Changes

- Updated dependencies []:
- @web3modal/wagmi-react-native@1.3.0-alpha.1

## 1.0.5-alpha.0

### 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.5-alpha.0",
"version": "1.0.5-alpha.1",
"main": "index.js",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@walletconnect/react-native-compat": "2.10.5",
"@web3modal/wagmi-react-native": "1.3.0-alpha.0",
"@web3modal/wagmi-react-native": "1.3.0-alpha.1",
"expo": "^49.0.0",
"expo-application": "~5.3.0",
"expo-clipboard": "~4.3.1",
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

## 1.3.0-alpha.1

### Patch Changes

- [`1971a40`](https://github.com/WalletConnect/web3modal-react-native/commit/1971a409df8a6a66ff6c4bc93d0a458bdc943789) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - duplicated events fix

- events fix

## 1.3.0-alpha.0

### Minor 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.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"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/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web3modal/ethers5-react-native

## 1.3.0-alpha.1

### Patch Changes

- Updated dependencies []:
- @web3modal/scaffold-react-native@1.3.0-alpha.1
- @web3modal/scaffold-utils-react-native@1.3.0-alpha.1

## 1.3.0-alpha.0

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

## 1.3.0-alpha.1

### Patch Changes

- Updated dependencies []:
- @web3modal/scaffold-react-native@1.3.0-alpha.1
- @web3modal/scaffold-utils-react-native@1.3.0-alpha.1

## 1.3.0-alpha.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "1.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@walletconnect/ethereum-provider": "2.11.1",
"@web3modal/scaffold-react-native": "1.3.0-alpha.0",
"@web3modal/scaffold-utils-react-native": "1.3.0-alpha.0"
"@web3modal/scaffold-react-native": "1.3.0-alpha.1",
"@web3modal/scaffold-utils-react-native": "1.3.0-alpha.1"
},
"peerDependencies": {
"@ethersproject/shims": ">=5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/scaffold-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web3modal/scaffold-utils-react-native

## 1.3.0-alpha.1

### Patch Changes

- Updated dependencies []:
- @web3modal/scaffold-react-native@1.3.0-alpha.1

## 1.3.0-alpha.0

### Minor 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": "1.3.0-alpha.0",
"version": "1.3.0-alpha.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": {
"@web3modal/scaffold-react-native": "1.3.0-alpha.0"
"@web3modal/scaffold-react-native": "1.3.0-alpha.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.3.0-alpha.0',
VERSION: '1.3.0-alpha.1',
WALLET_CONNECT_CONNECTOR_ID: 'walletConnect',
COINBASE_CONNECTOR_ID: 'coinbaseWallet',
SAFE_CONNECTOR_ID: 'safe',
Expand Down
7 changes: 7 additions & 0 deletions packages/scaffold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web3modal/scaffold-react-native

## 1.3.0-alpha.1

### Patch Changes

- Updated dependencies [[`1971a40`](https://github.com/WalletConnect/web3modal-react-native/commit/1971a409df8a6a66ff6c4bc93d0a458bdc943789)]:
- @web3modal/core-react-native@1.3.0-alpha.1

## 1.3.0-alpha.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"dependencies": {
"@web3modal/core-react-native": "1.3.0-alpha.0",
"@web3modal/core-react-native": "1.3.0-alpha.1",
"@web3modal/ui-react-native": "1.3.0-alpha.0"
},
"peerDependencies": {
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.3.0-alpha.1

### Patch Changes

- Updated dependencies []:
- @web3modal/scaffold-react-native@1.3.0-alpha.1
- @web3modal/scaffold-utils-react-native@1.3.0-alpha.1

## 1.3.0-alpha.0

### Minor 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": "@web3modal/wagmi-react-native",
"version": "1.3.0-alpha.0",
"version": "1.3.0-alpha.1",
"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/scaffold-react-native": "1.3.0-alpha.0",
"@web3modal/scaffold-utils-react-native": "1.3.0-alpha.0"
"@web3modal/scaffold-react-native": "1.3.0-alpha.1",
"@web3modal/scaffold-utils-react-native": "1.3.0-alpha.1"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.17.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ __metadata:
"@types/react": "npm:^18.0.24"
"@types/react-test-renderer": "npm:^18.0.0"
"@walletconnect/react-native-compat": "npm:2.10.5"
"@web3modal/wagmi-react-native": "npm:1.3.0-alpha.0"
"@web3modal/wagmi-react-native": "npm:1.3.0-alpha.1"
babel-jest: "npm:^29.2.1"
babel-plugin-module-resolver: "npm:^5.0.0"
eslint: "npm:^8.19.0"
Expand Down Expand Up @@ -125,7 +125,7 @@ __metadata:
"@types/react": "npm:~18.2.14"
"@types/react-native": "npm:0.72.2"
"@walletconnect/react-native-compat": "npm:2.10.5"
"@web3modal/wagmi-react-native": "npm:1.3.0-alpha.0"
"@web3modal/wagmi-react-native": "npm:1.3.0-alpha.1"
babel-plugin-module-resolver: "npm:^5.0.0"
expo: "npm:^49.0.0"
expo-application: "npm:~5.3.0"
Expand Down Expand Up @@ -9924,7 +9924,7 @@ __metadata:
languageName: unknown
linkType: soft

"@web3modal/core-react-native@npm:1.3.0-alpha.0, @web3modal/core-react-native@workspace:packages/core":
"@web3modal/core-react-native@npm:1.3.0-alpha.1, @web3modal/core-react-native@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@web3modal/core-react-native@workspace:packages/core"
dependencies:
Expand All @@ -9942,8 +9942,8 @@ __metadata:
resolution: "@web3modal/ethers-react-native@workspace:packages/ethers"
dependencies:
"@walletconnect/ethereum-provider": "npm:2.11.1"
"@web3modal/scaffold-react-native": "npm:1.3.0-alpha.0"
"@web3modal/scaffold-utils-react-native": "npm:1.3.0-alpha.0"
"@web3modal/scaffold-react-native": "npm:1.3.0-alpha.1"
"@web3modal/scaffold-utils-react-native": "npm:1.3.0-alpha.1"
ethers: "npm:6.10.0"
peerDependencies:
"@react-native-async-storage/async-storage": ">=1.17.0"
Expand All @@ -9961,8 +9961,8 @@ __metadata:
dependencies:
"@ethersproject/shims": "npm:5.7.0"
"@walletconnect/ethereum-provider": "npm:2.11.1"
"@web3modal/scaffold-react-native": "npm:1.3.0-alpha.0"
"@web3modal/scaffold-utils-react-native": "npm:1.3.0-alpha.0"
"@web3modal/scaffold-react-native": "npm:1.3.0-alpha.1"
"@web3modal/scaffold-utils-react-native": "npm:1.3.0-alpha.1"
ethers: "npm:5.7.2"
peerDependencies:
"@ethersproject/shims": ">=5.0.0"
Expand All @@ -9975,11 +9975,11 @@ __metadata:
languageName: unknown
linkType: soft

"@web3modal/scaffold-react-native@npm:1.3.0-alpha.0, @web3modal/scaffold-react-native@workspace:packages/scaffold":
"@web3modal/scaffold-react-native@npm:1.3.0-alpha.1, @web3modal/scaffold-react-native@workspace:packages/scaffold":
version: 0.0.0-use.local
resolution: "@web3modal/scaffold-react-native@workspace:packages/scaffold"
dependencies:
"@web3modal/core-react-native": "npm:1.3.0-alpha.0"
"@web3modal/core-react-native": "npm:1.3.0-alpha.1"
"@web3modal/ui-react-native": "npm:1.3.0-alpha.0"
peerDependencies:
react: ">=17"
Expand All @@ -9988,11 +9988,11 @@ __metadata:
languageName: unknown
linkType: soft

"@web3modal/scaffold-utils-react-native@npm:1.3.0-alpha.0, @web3modal/scaffold-utils-react-native@workspace:packages/scaffold-utils":
"@web3modal/scaffold-utils-react-native@npm:1.3.0-alpha.1, @web3modal/scaffold-utils-react-native@workspace:packages/scaffold-utils":
version: 0.0.0-use.local
resolution: "@web3modal/scaffold-utils-react-native@workspace:packages/scaffold-utils"
dependencies:
"@web3modal/scaffold-react-native": "npm:1.3.0-alpha.0"
"@web3modal/scaffold-react-native": "npm:1.3.0-alpha.1"
languageName: unknown
linkType: soft

Expand All @@ -10008,12 +10008,12 @@ __metadata:
languageName: unknown
linkType: soft

"@web3modal/wagmi-react-native@npm:1.3.0-alpha.0, @web3modal/wagmi-react-native@workspace:packages/wagmi":
"@web3modal/wagmi-react-native@npm:1.3.0-alpha.1, @web3modal/wagmi-react-native@workspace:packages/wagmi":
version: 0.0.0-use.local
resolution: "@web3modal/wagmi-react-native@workspace:packages/wagmi"
dependencies:
"@web3modal/scaffold-react-native": "npm:1.3.0-alpha.0"
"@web3modal/scaffold-utils-react-native": "npm:1.3.0-alpha.0"
"@web3modal/scaffold-react-native": "npm:1.3.0-alpha.1"
"@web3modal/scaffold-utils-react-native": "npm:1.3.0-alpha.1"
peerDependencies:
"@react-native-async-storage/async-storage": ">=1.17.0"
"@react-native-community/netinfo": "*"
Expand Down

0 comments on commit 1ce1614

Please sign in to comment.