Skip to content

Commit

Permalink
chore: version packages (#3525)
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 26, 2024
1 parent 8061de6 commit 713f150
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-seas-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-frogs-behave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/create-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-wagmi

## 2.0.10

### Patch Changes

- [`3f8203bd`](https://github.com/wevm/wagmi/commit/3f8203bd77fcf6b6756640b5971d09741ae3853d) Thanks [@tmm](https://github.com/tmm)! - Set Wagmi-related package versions to latest.

## 2.0.9

### Patch Changes
Expand Down
17 changes: 14 additions & 3 deletions packages/create-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-wagmi",
"description": "Create Wagmi apps with one command",
"version": "2.0.9",
"version": "2.0.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,18 @@
"execa": "^8.0.1",
"fs-extra": "^11.1.1"
},
"contributors": ["awkweb.eth <t@wevm.dev>", "jxom.eth <j@wevm.dev>"],
"contributors": [
"awkweb.eth <t@wevm.dev>",
"jxom.eth <j@wevm.dev>"
],
"funding": "https://github.com/sponsors/wevm",
"keywords": ["wagmi", "eth", "ethereum", "dapps", "wallet", "web3", "cli"]
"keywords": [
"wagmi",
"eth",
"ethereum",
"dapps",
"wallet",
"web3",
"cli"
]
}
2 changes: 1 addition & 1 deletion packages/create-wagmi/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.0.9'
export const version = '2.0.10'
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

## 2.5.4

### Patch Changes

- [`3f8203bd`](https://github.com/wevm/wagmi/commit/3f8203bd77fcf6b6756640b5971d09741ae3853d) Thanks [@tmm](https://github.com/tmm)! - Fixed `useBlock` parameters passthrough to Viem.

## 2.5.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
@@ -1,7 +1,7 @@
{
"name": "wagmi",
"description": "React Hooks for Ethereum",
"version": "2.5.3",
"version": "2.5.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.5.3'
export const version = '2.5.4'

0 comments on commit 713f150

Please sign in to comment.