Skip to content

Commit

Permalink
Merge pull request #19 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 c5f816d + c773467 commit 6788d9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-pianos-knock.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- f47f4c0: first release
9 changes: 7 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reverse-mirage-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "Application level react typescript utilities for Ethereum",
"type": "module",
"sideEffects": false,
Expand All @@ -23,7 +23,12 @@
"lint:fix": "pnpm lint --apply",
"typecheck": "tsc --noEmit"
},
"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 6788d9d

Please sign in to comment.