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

Commit

Permalink
Merge pull request #42 from EveripediaNetwork/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored Jan 14, 2023
2 parents fdc6703 + da84037 commit 7ab568c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/lazy-mugs-scream.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @everipedia/wagmi-magic-connector

## 0.9.0

### Minor Changes

- adb6e07: Changes @everipedia/wagmi-magic-connector to a pure ESM Module package.

Requires Node 12.20.0 or higher. it fixes resolution issues of latest wagmi and magic packages and should work well out of the box with Nextjs and other react frameworks without the need for any extra configuration.

## 0.8.0

### Minor Changes
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "@everipedia/wagmi-magic-connector",
"version": "0.8.0",
"version": "0.9.0",
"description": "wagmi connector to connect with Magic SDK",
"main": "build/module/index.js",
"type": "module",
"repository": "https://github.com/EveripediaNetwork/wagmi-magic-connector",
"license": "MIT",
"keywords": ["wagmi", "extension", "magic"],
"keywords": [
"wagmi",
"extension",
"magic"
],
"scripts": {
"build": "run-p build:*",
"build:main": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 7ab568c

Please sign in to comment.