Skip to content

Commit

Permalink
Version Packages (#7)
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 Dec 29, 2021
1 parent 8dc3a5d commit 468043f
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/ten-ads-provide.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"wagmi": "0.0.2",
"wagmi": "0.0.3",
"walletlink": "^2.2.8"
},
"devDependencies": {
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 @@ -16,7 +16,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"util": "^0.12.4",
"wagmi": "0.0.2",
"wagmi": "0.0.3",
"walletlink": "^2.2.8"
},
"devDependencies": {
Expand Down
7 changes: 6 additions & 1 deletion packages/private/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# wagmi-private

## 0.0.2
## 0.0.3

### Patch Changes

- [#6](https://github.com/tmm/wagmi/pull/6) [`8dc3a5d`](https://github.com/tmm/wagmi/commit/8dc3a5d5f418813b09663534fe585d9bcf94dbeb) Thanks [@tmm](https://github.com/tmm)! - clean up deps

## 0.0.2

### Patch Changes

- [#4](https://github.com/tmm/wagmi/pull/4) [`2fbd821`](https://github.com/tmm/wagmi/commit/2fbd8216379bd03c9cc5c06b10b75637e75cb7d8) Thanks [@tmm](https://github.com/tmm)! - init changesets
2 changes: 1 addition & 1 deletion packages/private/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wagmi-private",
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"sideEffects": false,
"main": "dist/wagmi-private.cjs.js",
"module": "dist/wagmi-private.esm.js",
Expand Down
10 changes: 9 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# wagmi

## 0.0.2
## 0.0.3

### Patch Changes

- [#6](https://github.com/tmm/wagmi/pull/6) [`8dc3a5d`](https://github.com/tmm/wagmi/commit/8dc3a5d5f418813b09663534fe585d9bcf94dbeb) Thanks [@tmm](https://github.com/tmm)! - clean up deps

- Updated dependencies [[`8dc3a5d`](https://github.com/tmm/wagmi/commit/8dc3a5d5f418813b09663534fe585d9bcf94dbeb)]:
- wagmi-private@0.0.3

## 0.0.2

### Patch Changes

- [#4](https://github.com/tmm/wagmi/pull/4) [`2fbd821`](https://github.com/tmm/wagmi/commit/2fbd8216379bd03c9cc5c06b10b75637e75cb7d8) Thanks [@tmm](https://github.com/tmm)! - init changesets

Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wagmi",
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"repository": "tmm/wagmi",
"homepage": "https://wagmi-xyz.vercel.app",
"sideEffects": false,
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@ethersproject/providers": "^5.5.1",
"wagmi-private": "0.0.2"
"wagmi-private": "0.0.3"
},
"peerDependenciesMeta": {
"@walletconnect/ethereum-provider": {
Expand Down
6 changes: 3 additions & 3 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 468043f

@vercel
Copy link

@vercel vercel bot commented on 468043f Dec 29, 2021

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.