Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7e9aef

Browse files
authoredMay 23, 2024
release: 4.2.2 (reown-com#2302)
1 parent 1932681 commit a7e9aef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+403
-157
lines changed
 

‎apps/demo/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @apps/demo
22

3+
## 4.2.2
4+
5+
### Patch Changes
6+
7+
- feat: social login refactor. wagmi sendCalls support. refactor theme variables
8+
9+
- Updated dependencies []:
10+
- @web3modal/wagmi@4.2.2
11+
312
## 4.2.1
413

514
### Patch Changes

‎apps/demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apps/demo",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"private": true,
55
"scripts": {
66
"dev:demo": "next dev",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@radix-ui/react-switch": "1.0.3",
1313
"@tanstack/react-query": "5.24.8",
14-
"@web3modal/wagmi": "4.2.1",
14+
"@web3modal/wagmi": "4.2.2",
1515
"clsx": "2.1.0",
1616
"framer-motion": "11.0.8",
1717
"next": "14.1.1",

0 commit comments

Comments
 (0)
Please sign in to comment.