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 #74 from EveripediaNetwork/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored May 11, 2023
2 parents 553acd8 + 125328b commit 98e157f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-cougars-wonder.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- eb25ae1: Makes package es module from package json type

## 1.0.0

### Major Changes
Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "@everipedia/wagmi-magic-connector",
"version": "1.0.0",
"version": "1.0.1",
"description": "wagmi connector to connect with Magic SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"repository": "https://github.com/EveripediaNetwork/wagmi-magic-connector",
"license": "MIT",
"keywords": ["wagmi", "extension", "magic"],
"keywords": [
"wagmi",
"extension",
"magic"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"format": "rome format . --write",
Expand Down Expand Up @@ -35,7 +39,12 @@
},
"peerDependencies": {},
"files": [
"dist", "!**/*.test.*", "!**/*.json", "CHANGELOG.md", "LICENSE", "README.md"
"dist",
"!**/*.test.*",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 98e157f

Please sign in to comment.