Skip to content

Commit

Permalink
chore: version packages (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 16, 2024
1 parent 0d6999c commit f8a0211
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-rice-raise.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# mipd

## 0.0.6

### Patch Changes

- [#7](https://github.com/wevm/mipd/pull/7) [`0d6999c`](https://github.com/wevm/mipd/commit/0d6999c375f817eb67228e84faf449eb5f8e3fef) Thanks [@DanielSinclair](https://github.com/DanielSinclair)! - Enforcing `icon` string type to be a RFC-2397 compliant data URI
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mipd",
"description": "TypeScript Utilities for EIP-6963",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"repository": "wagmi-dev/mipd",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,9 @@
},
"typesVersions": {
"*": {
"window": ["./src/window.d.ts"]
"window": [
"./src/window.d.ts"
]
}
},
"peerDependencies": {
Expand Down Expand Up @@ -88,14 +90,25 @@
"vite": "^4.3.9",
"vitest": "^0.32.2"
},
"contributors": ["jxom.eth <[email protected]>", "awkweb.eth <[email protected]>"],
"contributors": [
"jxom.eth <[email protected]>",
"awkweb.eth <[email protected]>"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wagmi-dev"
}
],
"keywords": ["eth", "ethereum", "dapps", "wallet", "web3", "eip", "6963"],
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3",
"eip",
"6963"
],
"simple-git-hooks": {
"pre-commit": "pnpm format && pnpm lint:fix"
},
Expand Down

0 comments on commit f8a0211

Please sign in to comment.