Skip to content

Commit

Permalink
chore: version packages (#1251)
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 Nov 7, 2022
1 parent ce2e0f4 commit 133c50e
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-dogs-shake.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.7.12"
"wagmi": "^0.7.13"
},
"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.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"wagmi": "^0.7.12"
"wagmi": "^0.7.13"
},
"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.7.4",
"util": "^0.12.4",
"wagmi": "^0.7.12",
"wagmi": "^0.7.13",
"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.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"wagmi": "^0.7.12"
"wagmi": "^0.7.13"
},
"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 @@ -19,7 +19,7 @@
"react-dom": "^18.1.0",
"remix": "^1.6.3",
"safe-event-emitter": "^1.0.1",
"wagmi": "^0.7.12"
"wagmi": "^0.7.13"
},
"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.7.12"
"wagmi": "^0.7.13"
},
"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.6.12

### Patch Changes

- [#1250](https://github.com/wagmi-dev/wagmi/pull/1250) [`ce2e0f4`](https://github.com/wagmi-dev/wagmi/commit/ce2e0f4a46b8fd1c509ead552012ef4c072a525b) Thanks [@tmm](https://github.com/tmm)! - Added support for Trust Wallet browser extension.

## 0.6.11

### 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": "MIT",
"version": "0.6.11",
"version": "0.6.12",
"repository": {
"type": "git",
"url": "https://github.com/wagmi-dev/wagmi.git",
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.7.13

### Patch Changes

- [#1250](https://github.com/wagmi-dev/wagmi/pull/1250) [`ce2e0f4`](https://github.com/wagmi-dev/wagmi/commit/ce2e0f4a46b8fd1c509ead552012ef4c072a525b) Thanks [@tmm](https://github.com/tmm)! - Added support for Trust Wallet browser extension.

- Updated dependencies [[`ce2e0f4`](https://github.com/wagmi-dev/wagmi/commit/ce2e0f4a46b8fd1c509ead552012ef4c072a525b)]:
- @wagmi/core@0.6.12

## 0.7.12

### 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": "MIT",
"version": "0.7.12",
"version": "0.7.13",
"repository": {
"type": "git",
"url": "https://github.com/wagmi-dev/wagmi.git",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@tanstack/query-sync-storage-persister": "^4.10.1",
"@tanstack/react-query": "^4.10.1",
"@tanstack/react-query-persist-client": "^4.10.1",
"@wagmi/core": "^0.6.11",
"@wagmi/core": "^0.6.12",
"@walletconnect/ethereum-provider": "^1.8.0",
"abitype": "^0.1.7",
"use-sync-external-store": "^1.2.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 133c50e

@vercel
Copy link

@vercel vercel bot commented on 133c50e Nov 7, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.