Skip to content

Commit

Permalink
Version Packages (#123)
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 29, 2022
1 parent 94f599c commit 1e82a53
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-chicken-teach.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"nextra-theme-docs": "2.0.0-beta.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"wagmi": "0.2.3"
"wagmi": "0.2.4"
},
"devDependencies": {
"@types/node": "17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"wagmi": "0.2.3"
"wagmi": "0.2.4"
},
"devDependencies": {
"@types/node": "17.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^17.0.2",
"remix": "^1.1.1",
"safe-event-emitter": "^1.0.1",
"wagmi": "0.2.3"
"wagmi": "0.2.4"
},
"devDependencies": {
"@remix-run/dev": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"util": "^0.12.4",
"wagmi": "0.2.3"
"wagmi": "0.2.4"
},
"devDependencies": {
"@types/react": "^17.0.33",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# wagmi

## 0.2.4

### Patch Changes

- [#122](https://github.com/tmm/wagmi/pull/122) [`94f599c`](https://github.com/tmm/wagmi/commit/94f599cc1de74a977956d4118d85ab0d36915471) Thanks [@tmm](https://github.com/tmm)! - add decimals to useBalance

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wagmi",
"description": "React Hooks library for Ethereum",
"license": "MIT",
"version": "0.2.3",
"version": "0.2.4",
"ethereum": "awkweb.eth",
"repository": "tmm/wagmi",
"homepage": "https://wagmi-xyz.vercel.app",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 1e82a53

@vercel
Copy link

@vercel vercel bot commented on 1e82a53 Jan 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.