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 #76 from EveripediaNetwork/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Royal-lobster authored May 11, 2023
2 parents 92a2a8b + f797b1b commit 72790dd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-doors-play.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.2

### Patch Changes

- 6e648bb: Adds post processing to build to fix bundling issues

## 1.0.1

### Patch 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.1",
"version": "1.0.2",
"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 && tsc-esm-fix --target='dist' --ext='.js'",
"format": "rome format . --write",
Expand Down Expand Up @@ -38,7 +42,12 @@
"viem": "^0.3.18"
},
"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 72790dd

Please sign in to comment.