Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 78574c2

Browse files
Merge pull request #71 from EveripediaNetwork/changeset-release/main
2 parents 2975b06 + a3c2f04 commit 78574c2

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

.changeset/clean-oranges-wash.md

-13
This file was deleted.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @everipedia/wagmi-magic-connector
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 9e97169: Adds support to use the connectors with wagmi v1.
8+
Major version bump to support wagmi v1 ✌️
9+
10+
For migration:
11+
12+
1. update the connector version to 1.0.0
13+
2. update Wagmi to v1 and install Viem (https://viem.sh) in place of ethers
14+
3. follow migration guide https://wagmi.sh/react/migration-guide#1xx-breaking-changes to adapt your code to the new wagmi api.
15+
16+
Note: The connector itself has no API change.
17+
318
## 0.12.1
419

520
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@everipedia/wagmi-magic-connector",
3-
"version": "0.12.1",
3+
"version": "1.0.0",
44
"description": "wagmi connector to connect with Magic SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)