Skip to content

Commit

Permalink
Version Packages (#237)
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 Mar 7, 2022
1 parent 53bad61 commit 6e7e930
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/proud-brooms-agree.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 @@ -20,7 +20,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"siwe": "^1.1.0",
"wagmi": "0.2.17"
"wagmi": "0.2.18"
},
"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.17"
"wagmi": "0.2.18"
},
"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.17"
"wagmi": "0.2.18"
},
"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.17"
"wagmi": "0.2.18"
},
"devDependencies": {
"@types/react": "^17.0.33",
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.1.14

### Patch Changes

- [#236](https://github.com/tmm/wagmi/pull/236) [`53bad61`](https://github.com/tmm/wagmi/commit/53bad615788764e31121678083c382c1bd042fe8) Thanks [@markdalgleish](https://github.com/markdalgleish)! - Updated `@walletconnect/ethereum-provider` to [v1.7.4](https://github.com/WalletConnect/walletconnect-monorepo/releases/tag/1.7.4)

## 0.1.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wagmi-core",
"license": "MIT",
"version": "0.1.13",
"version": "0.1.14",
"ethereum": "awkweb.eth",
"repository": "tmm/wagmi",
"sideEffects": false,
Expand Down Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@walletconnect/ethereum-provider": "1.7.4",
"ethers": "^5.5.1",
"wagmi-testing": "0.1.13",
"wagmi-testing": "0.1.14",
"walletlink": "^2.5.0"
}
}
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.2.18

### Patch Changes

- [#236](https://github.com/tmm/wagmi/pull/236) [`53bad61`](https://github.com/tmm/wagmi/commit/53bad615788764e31121678083c382c1bd042fe8) Thanks [@markdalgleish](https://github.com/markdalgleish)! - Updated `@walletconnect/ethereum-provider` to [v1.7.4](https://github.com/WalletConnect/walletconnect-monorepo/releases/tag/1.7.4)

- Updated dependencies [[`53bad61`](https://github.com/tmm/wagmi/commit/53bad615788764e31121678083c382c1bd042fe8)]:
- wagmi-core@0.1.14

## 0.2.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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 library for Ethereum",
"license": "MIT",
"version": "0.2.17",
"version": "0.2.18",
"ethereum": "awkweb.eth",
"repository": "tmm/wagmi",
"homepage": "https://wagmi-xyz.vercel.app",
Expand Down Expand Up @@ -47,13 +47,13 @@
"dependencies": {
"@ethersproject/providers": "^5.5.1",
"@walletconnect/ethereum-provider": "1.7.4",
"wagmi-core": "0.1.13",
"wagmi-core": "0.1.14",
"walletlink": "^2.5.0"
},
"devDependencies": {
"@testing-library/react-hooks": "^7.0.2",
"@types/react": "^17.0.0",
"wagmi-testing": "0.1.13",
"wagmi-testing": "0.1.14",
"@walletconnect/ethereum-provider": "1.7.4",
"ethers": "^5.5.1",
"react": "^17.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wagmi-testing

## 0.1.14

### Patch Changes

- Updated dependencies [[`53bad61`](https://github.com/tmm/wagmi/commit/53bad615788764e31121678083c382c1bd042fe8)]:
- wagmi-core@0.1.14

## 0.1.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wagmi-testing",
"description": "Testing utils for wagmi",
"license": "MIT",
"version": "0.1.13",
"version": "0.1.14",
"ethereum": "awkweb.eth",
"repository": "tmm/wagmi",
"sideEffects": false,
Expand Down Expand Up @@ -31,7 +31,7 @@
"eventemitter3": "^4.0.7",
"msw": "^0.36.3",
"ts-pattern": "^3.3.4",
"wagmi-core": "0.1.13"
"wagmi-core": "0.1.14"
},
"devDependencies": {
"ethers": "^5.5.1"
Expand Down
16 changes: 8 additions & 8 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 6e7e930

@vercel
Copy link

@vercel vercel bot commented on 6e7e930 Mar 7, 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.