Skip to content

Commit

Permalink
Merge pull request #17 from kyscott18/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
kyscott18 authored Jul 31, 2023
2 parents e7cea92 + 7b1932e commit dacbea7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-kiwis-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-pumas-swim.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reverse-mirage

## 0.1.6

### Patch Changes

- ec33558: Add support for permit (eip-2612)
- 0f3db69: Trying to fix the ci

## 0.1.5

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reverse-mirage",
"version": "0.1.5",
"version": "0.1.6",
"description": "Application level typescript utilities for Ethereum",
"type": "module",
"sideEffects": false,
Expand All @@ -27,7 +27,12 @@
"test": "vitest",
"test:ci": "CI=true vitest"
},
"keywords": ["eth", "ethereum", "dapps", "web3"],
"keywords": [
"eth",
"ethereum",
"dapps",
"web3"
],
"author": "Kyle Scott",
"license": "MIT",
"repository": "kyscott18/reverse-mirage",
Expand Down

0 comments on commit dacbea7

Please sign in to comment.