Skip to content

Commit

Permalink
Version Packages (#671)
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 Jul 6, 2022
1 parent 29a0d21 commit f70bdd2
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-candles-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-days-reflect.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 @@ -21,7 +21,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"siwe": "^1.1.6",
"wagmi": "^0.5.7"
"wagmi": "^0.5.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/_dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"wagmi": "^0.5.7"
"wagmi": "^0.5.8"
},
"devDependencies": {
"@preconstruct/next": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-scripts": "5.0.1",
"typescript": "^4.6.4",
"util": "^0.12.4",
"wagmi": "^0.5.7",
"wagmi": "^0.5.8",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"wagmi": "^0.5.7"
"wagmi": "^0.5.8"
},
"devDependencies": {
"@types/node": "^17.0.31",
Expand Down
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^18.1.0",
"remix": "^1.6.3",
"safe-event-emitter": "^1.0.1",
"wagmi": "^0.5.7"
"wagmi": "^0.5.8"
},
"devDependencies": {
"@remix-run/dev": "^1.6.3",
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 @@ -15,7 +15,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"util": "^0.12.4",
"wagmi": "^0.5.7"
"wagmi": "^0.5.8"
},
"devDependencies": {
"@types/react": "^18.0.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wagmi/core

## 0.4.6

### Patch Changes

- [#670](https://github.com/tmm/wagmi/pull/670) [`29a0d21`](https://github.com/tmm/wagmi/commit/29a0d21ee83995559f63542778dfa805f15e7441) Thanks [@tmm](https://github.com/tmm)! - Added ethers-compatible `deepEqual` function.

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wagmi/core",
"description": "Vanilla JS library for Ethereum",
"license": "WAGMIT",
"version": "0.4.5",
"version": "0.4.6",
"repository": "tmm/wagmi",
"author": "awkweb.eth",
"ethereum": "awkweb.eth",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# wagmi

## 0.5.8

### Patch Changes

- [#670](https://github.com/tmm/wagmi/pull/670) [`29a0d21`](https://github.com/tmm/wagmi/commit/29a0d21ee83995559f63542778dfa805f15e7441) Thanks [@tmm](https://github.com/tmm)! - Fix broken release not containing `deepEqual` from `@wagmi/core`.

- Updated dependencies [[`29a0d21`](https://github.com/tmm/wagmi/commit/29a0d21ee83995559f63542778dfa805f15e7441)]:
- @wagmi/core@0.4.6

## 0.5.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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 for Ethereum",
"license": "WAGMIT",
"version": "0.5.7",
"version": "0.5.8",
"repository": "tmm/wagmi",
"author": "awkweb.eth",
"homepage": "https://wagmi.sh",
Expand Down Expand Up @@ -96,7 +96,7 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.3.0",
"@wagmi/core": "^0.4.5",
"@wagmi/core": "^0.4.6",
"@walletconnect/ethereum-provider": "^1.7.8",
"react-query": "^4.0.0-beta.23",
"use-sync-external-store": "^1.1.0"
Expand Down
14 changes: 7 additions & 7 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 f70bdd2

@vercel
Copy link

@vercel vercel bot commented on f70bdd2 Jul 6, 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:

wagmi – ./

wagmi-xyz.vercel.app
wagmi.sh
wagmi-zoo.vercel.app
wagmi-git-main-zoo.vercel.app
www.wagmi.sh

Please sign in to comment.