Skip to content

Commit

Permalink
Merge branch 'main' into v6
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Sep 4, 2024
2 parents 176d059 + 94ad2c5 commit bc8fe1c
Show file tree
Hide file tree
Showing 60 changed files with 1,385 additions and 802 deletions.
18 changes: 18 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @apps/demo

## 5.1.6

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/wagmi@5.1.6

## 5.1.5

### Patch Changes
Expand All @@ -11,6 +28,7 @@
- chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768
- fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779
- fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780

- Updated dependencies []:
- @web3modal/wagmi@5.1.5

Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/demo",
"version": "5.1.5",
"version": "5.1.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
19 changes: 19 additions & 0 deletions apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @apps/gallery

## 5.1.6

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/common@5.1.6
- @web3modal/ui@5.1.6

## 5.1.5

### Patch Changes
Expand All @@ -11,6 +29,7 @@
- chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768
- fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779
- fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780

- Updated dependencies []:
- @web3modal/common@5.1.5
- @web3modal/ui@5.1.5
Expand Down
2 changes: 1 addition & 1 deletion apps/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/gallery",
"version": "5.1.5",
"version": "5.1.6",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions apps/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @apps/laboratory

## 5.1.6

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/base@5.1.6
- @web3modal/ethers@5.1.6
- @web3modal/ethers5@5.1.6
- @web3modal/siwe@5.1.6
- @web3modal/solana@5.1.6
- @web3modal/wagmi@5.1.6
- @web3modal/wallet@5.1.6

## 5.1.5

### Patch Changes
Expand All @@ -11,6 +34,7 @@
- chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768
- fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779
- fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780

- Updated dependencies []:
- @web3modal/base@5.1.5
- @web3modal/ethers@5.1.5
Expand Down
2 changes: 1 addition & 1 deletion apps/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apps/laboratory",
"type": "module",
"version": "5.1.5",
"version": "5.1.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
17 changes: 17 additions & 0 deletions examples/html-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @examples/html-ethers5

## 5.1.5

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/ethers@5.1.6

## 5.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/html-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/html-ethers",
"private": true,
"version": "5.1.4",
"version": "5.1.5",
"scripts": {
"dev": "vite --port 3011",
"build": "vite build"
Expand Down
18 changes: 18 additions & 0 deletions examples/html-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @examples/html-ethers5

## 5.1.6

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/ethers5@5.1.6

## 5.1.5

### Patch Changes
Expand All @@ -11,6 +28,7 @@
- chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768
- fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779
- fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780

- Updated dependencies []:
- @web3modal/ethers5@5.1.5

Expand Down
2 changes: 1 addition & 1 deletion examples/html-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/html-ethers5",
"private": true,
"version": "5.1.5",
"version": "5.1.6",
"scripts": {
"dev": "vite --port 3011",
"build": "vite build"
Expand Down
18 changes: 18 additions & 0 deletions examples/html-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @examples/html-wagmi

## 5.1.6

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/wagmi@5.1.6

## 5.1.5

### Patch Changes
Expand All @@ -11,6 +28,7 @@
- chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768
- fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779
- fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780

- Updated dependencies []:
- @web3modal/wagmi@5.1.5

Expand Down
2 changes: 1 addition & 1 deletion examples/html-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/html-wagmi",
"private": true,
"version": "5.1.5",
"version": "5.1.6",
"scripts": {
"dev": "vite --port 3001",
"build": "vite build"
Expand Down
18 changes: 18 additions & 0 deletions examples/next-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @examples/next-wagmi

## 5.1.6

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/wagmi@5.1.6

## 5.1.5

### Patch Changes
Expand All @@ -11,6 +28,7 @@
- chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768
- fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779
- fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780

- Updated dependencies []:
- @web3modal/wagmi@5.1.5

Expand Down
2 changes: 1 addition & 1 deletion examples/next-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-wagmi",
"version": "5.1.5",
"version": "5.1.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
18 changes: 18 additions & 0 deletions examples/react-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @examples/react-ethers5

## 5.1.6

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/ethers@5.1.6

## 5.1.5

### Patch Changes
Expand All @@ -11,6 +28,7 @@
- chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768
- fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779
- fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780

- Updated dependencies []:
- @web3modal/ethers@5.1.5

Expand Down
2 changes: 1 addition & 1 deletion examples/react-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/react-ethers",
"private": true,
"version": "5.1.5",
"version": "5.1.6",
"scripts": {
"dev": "vite --port 3012",
"build": "vite build"
Expand Down
18 changes: 18 additions & 0 deletions examples/react-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @examples/react-ethers5

## 5.1.6

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/ethers5@5.1.6

## 5.1.5

### Patch Changes
Expand All @@ -11,6 +28,7 @@
- chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768
- fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779
- fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780

- Updated dependencies []:
- @web3modal/ethers5@5.1.5

Expand Down
2 changes: 1 addition & 1 deletion examples/react-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/react-ethers5",
"private": true,
"version": "5.1.5",
"version": "5.1.6",
"scripts": {
"dev": "vite --port 3012",
"build": "vite build"
Expand Down
18 changes: 18 additions & 0 deletions examples/react-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @examples/react-wagmi

## 5.1.6

### Patch Changes

- fix: update CSP by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2775
- fix: ethers5 adapter import in exports by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2754
- fix/missing action functions exports from clients by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2778
- fix: logics to set default chain by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2787
- Implement actions using userOpBuilder service instead of permissionless.js by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2758
- chore: run Playwright on self-hosted runners by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2788
- chore: add NEXT_PUBLIC_SECURE_SITE_SDK_URL to CSP by @tomiir in https://github.com/WalletConnect/web3modal/pull/2791
- chore: enable verify tests by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2774
- fix: social login shows `undefined` by @magiziz in https://github.com/WalletConnect/web3modal/pull/2783

* Updated dependencies []:
- @web3modal/solana@5.1.6

## 5.1.5

### Patch Changes
Expand All @@ -11,6 +28,7 @@
- chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768
- fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779
- fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780

- Updated dependencies []:
- @web3modal/solana@5.1.5

Expand Down
2 changes: 1 addition & 1 deletion examples/react-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/react-solana",
"private": true,
"version": "5.1.5",
"version": "5.1.6",
"scripts": {
"dev": "vite --port 3002",
"build": "vite build"
Expand Down
Loading

0 comments on commit bc8fe1c

Please sign in to comment.