Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 5.0.6 #2505

Merged
merged 44 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
8320bfe
refactor: update eth cdn id (#2402)
enesozturk Jun 12, 2024
9a1a5bb
chore: change configs to use main and V5 (#2408)
tomiir Jun 12, 2024
a10c729
hotfix: remove walletconnect domain validation (#2407)
tomiir Jun 12, 2024
0792ffd
chore(renovate): only auto rebase renovate PRs when conflicted (#2406)
bkrem Jun 12, 2024
2fe13f1
Fix/social safari (#2412)
svenvoskamp Jun 13, 2024
1197ff9
chore: use logger instead of console.log (#2415)
lukaisailovic Jun 13, 2024
6329990
fix: window cli error (#2416)
lukaisailovic Jun 14, 2024
6b248f5
:feat exclude eip6963 wallets (#2418)
svenvoskamp Jun 14, 2024
82e7e4d
fix: close modal if no need to reauth (#2417)
tomiir Jun 14, 2024
4a9fa9b
chore: bump versions to 5.0.2 (#2419)
tomiir Jun 14, 2024
0db5605
Fix/v5 conflicts (#2421)
tomiir Jun 14, 2024
863fdbe
refactor: remove `core` dependency from `common` and `ui` packages (#…
enesozturk Jun 17, 2024
346104c
refactor: move the w3m components to separate package (#2432)
enesozturk Jun 18, 2024
2ad14fb
chore: add rn samples to apple domain file (#2438)
Jun 18, 2024
d9dffe5
fix: external connectors (#2437)
tomiir Jun 20, 2024
b57f5cc
fix: gallery build issues (#2450)
tomiir Jun 20, 2024
0db7193
fix: export onramp components and remove from scaffold (#2448)
enesozturk Jun 20, 2024
21d93f5
fix: ethers5 CB Id (#2445)
tomiir Jun 20, 2024
117816b
chore: update coinbase sdk to 4.0.3 (#2440)
tomiir Jun 20, 2024
d717c49
chore: bump to v5.0.3 (#2451)
tomiir Jun 20, 2024
f79085f
fix: ethers5 requestAccounts (#2454)
tomiir Jun 20, 2024
e8b30f8
fix: issue where eip6963 connectors would still show with them disabl…
tomiir Jun 20, 2024
ded234b
fix: typo (#2431)
ozgurrgul Jun 28, 2024
102e696
chore: fix some comments (#2380)
longxiangqiao Jun 28, 2024
ab6b008
feat/chain controller (#2459)
enesozturk Jun 28, 2024
4e29365
refactor: add chain check for including announced and injected wallet…
enesozturk Jun 28, 2024
00eed0e
chore: fix random link (#2470)
chris13524 Jun 28, 2024
7759b65
add Solana chain ID workaround (#2458)
glitch-txs Jun 28, 2024
c4ad0cd
feat: removed wallet adapters per wallet, added wallet standard suppo…
phoenixVS Jul 1, 2024
70054cd
fix wcPromise issue in old project setups (#2481)
glitch-txs Jul 1, 2024
81ee0c3
chore: bump versions to 5.0.4 (#2486)
tomiir Jul 1, 2024
0faefb4
chore: add assetlinks for kotlin sample dapp and wallet (#2377)
lukaisailovic Jul 2, 2024
d07e278
fix(ux): truncate and center long emails (#2489)
segunadebayo Jul 2, 2024
b0ad997
chore: fix random link errors (#2478)
chris13524 Jul 2, 2024
ec1526b
chore: logs download button in lab (#2477)
chris13524 Jul 2, 2024
dac8cec
add Universal Provider option (#2463)
glitch-txs Jul 2, 2024
c07a89b
fix: laboratory hrefs (#2493)
tomiir Jul 2, 2024
5e0ab64
fix: add default value and check before setting href (#2495)
tomiir Jul 2, 2024
0ae4298
chore: update versions to 5.0.5 (#2498)
tomiir Jul 3, 2024
0368cb3
:fix proxied socialWindow state issue (#2490)
svenvoskamp Jul 3, 2024
b6f7da7
fix: `wallet_addEthereumChain` condition (#2476)
ganchoradkov Jul 3, 2024
d60b572
chore: update pr template (#2491)
lukaisailovic Jul 3, 2024
28861c7
chore: update versions to 5.0.6 (#2503)
tomiir Jul 3, 2024
389f257
Merge branch 'V5' of github.com:WalletConnect/web3modal into release/…
tomiir Jul 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
# Breaking Changes
# Description

N/A
Please include a brief summary of the change.

# Changes
## Type of change

- feat:
- fix:
- chore:
- [ ] Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

# Associated Issues

closes #...
For Linear issues: Closes APKT-xxx
For GH issues: closes #...

# Showcase (Optional)

If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.

# Checklist

- [ ] Code in this PR is covered by automated tests (Unit tests, E2E tests)
- [ ] My changes generate no new warnings
- [ ] I have reviewed my own code
- [ ] I have filled out all required sections
9 changes: 9 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apps/demo

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/demo",
"version": "5.0.5",
"version": "5.0.6",
"private": true,
"scripts": {
"dev:demo": "next dev",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@radix-ui/react-switch": "1.0.3",
"@tanstack/react-query": "5.24.8",
"@web3modal/wagmi": "5.0.5",
"@web3modal/wagmi": "5.0.6",
"clsx": "2.1.0",
"framer-motion": "11.0.8",
"next": "14.2.3",
Expand Down
10 changes: 10 additions & 0 deletions apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @apps/gallery

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/gallery",
"version": "5.0.5",
"version": "5.0.6",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@web3modal/common": "5.0.5",
"@web3modal/ui": "5.0.5",
"@web3modal/common": "5.0.6",
"@web3modal/ui": "5.0.6",
"lit": "3.1.0",
"storybook": "7.6.7"
},
Expand Down
12 changes: 12 additions & 0 deletions apps/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @apps/laboratory

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]
- @web3modal/[email protected]
- @web3modal/[email protected]
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/laboratory",
"version": "5.0.5",
"version": "5.0.6",
"private": true,
"scripts": {
"dev:laboratory": "next dev",
Expand Down Expand Up @@ -43,10 +43,10 @@
"@tanstack/react-query": "5.24.8",
"@wagmi/connectors": "5.0.8",
"@walletconnect/utils": "2.13.1",
"@web3modal/ethers": "5.0.5",
"@web3modal/siwe": "5.0.5",
"@web3modal/solana": "5.0.5",
"@web3modal/wagmi": "5.0.5",
"@web3modal/ethers": "5.0.6",
"@web3modal/siwe": "5.0.6",
"@web3modal/solana": "5.0.6",
"@web3modal/wagmi": "5.0.6",
"ethers": "6.13.0",
"framer-motion": "10.17.9",
"next": "14.2.3",
Expand Down
9 changes: 9 additions & 0 deletions examples/html-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/html-ethers5

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/html-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/html-ethers5",
"private": true,
"version": "5.0.5",
"version": "5.0.6",
"scripts": {
"dev:example": "vite --port 3011",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/ethers5": "5.0.5",
"@web3modal/ethers5": "5.0.6",
"ethers": "5.7.2"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/html-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/html-wagmi

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/html-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@examples/html-wagmi",
"private": true,
"version": "5.0.5",
"version": "5.0.6",
"scripts": {
"dev:example": "vite --port 3001",
"build:examples": "vite build"
},
"dependencies": {
"@wagmi/connectors": "5.0.8",
"@wagmi/core": "2.10.5",
"@web3modal/wagmi": "5.0.5",
"@web3modal/wagmi": "5.0.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
9 changes: 9 additions & 0 deletions examples/next-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/next-wagmi

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.5",
"version": "5.0.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-query": "5.24.8",
"@web3modal/wagmi": "5.0.5",
"@web3modal/wagmi": "5.0.6",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
9 changes: 9 additions & 0 deletions examples/react-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/react-ethers5

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/react-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/react-ethers",
"private": true,
"version": "5.0.5",
"version": "5.0.6",
"scripts": {
"dev:example": "vite --port 3012",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/ethers": "5.0.5",
"@web3modal/ethers": "5.0.6",
"ethers": "6.9.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
9 changes: 9 additions & 0 deletions examples/react-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/react-ethers5

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/react-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/react-ethers5",
"private": true,
"version": "5.0.5",
"version": "5.0.6",
"scripts": {
"dev:example": "vite --port 3012",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/ethers5": "5.0.5",
"@web3modal/ethers5": "5.0.6",
"ethers": "5.7.2",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
9 changes: 9 additions & 0 deletions examples/react-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/react-wagmi

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/react-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@examples/react-wagmi",
"private": true,
"version": "5.0.5",
"version": "5.0.6",
"scripts": {
"dev:example": "vite --port 3002",
"build:examples": "vite build"
},
"dependencies": {
"@tanstack/react-query": "5.24.8",
"@web3modal/wagmi": "5.0.5",
"@web3modal/wagmi": "5.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"vite": "5.2.11",
Expand Down
9 changes: 9 additions & 0 deletions examples/vue-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/vue-ethers5

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/vue-ethers5",
"private": true,
"version": "5.0.5",
"version": "5.0.6",
"scripts": {
"dev:example": "vite --port 3013",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/ethers5": "5.0.5",
"@web3modal/ethers5": "5.0.6",
"ethers": "5.7.2"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/vue-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/vue-wagmi

## 5.0.6

### Patch Changes

- fix: Social Login illegal invocation issue. Wagmi tests

- Updated dependencies []:
- @web3modal/[email protected]

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@examples/vue-wagmi",
"private": true,
"version": "5.0.5",
"version": "5.0.6",
"scripts": {
"dev:example": "vite --port 3003",
"build:examples": "vite build"
},
"dependencies": {
"@wagmi/connectors": "5.0.8",
"@wagmi/core": "2.10.5",
"@web3modal/wagmi": "5.0.5"
"@web3modal/wagmi": "5.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.2"
Expand Down
Loading
Loading