Skip to content

Commit

Permalink
chore: version packages (#4451)
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 9, 2024
1 parent 7b9a6bb commit 4e749d4
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/plenty-ligers-smell.md

This file was deleted.

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

## 2.1.20

### Patch Changes

- [#4450](https://github.com/wevm/wagmi/pull/4450) [`7b9a6bb35881b657a00bdd7ccd7edea32660f5bf`](https://github.com/wevm/wagmi/commit/7b9a6bb35881b657a00bdd7ccd7edea32660f5bf) Thanks [@tmm](https://github.com/tmm)! - Removed internal usage of `fs-extra`.

## 2.1.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wagmi/cli",
"description": "Manage and generate code from Ethereum ABIs",
"version": "2.1.19",
"version": "2.1.20",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.1.19'
export const version = '2.1.20'
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.14

### Patch Changes

- [#4450](https://github.com/wevm/wagmi/pull/4450) [`7b9a6bb35881b657a00bdd7ccd7edea32660f5bf`](https://github.com/wevm/wagmi/commit/7b9a6bb35881b657a00bdd7ccd7edea32660f5bf) Thanks [@tmm](https://github.com/tmm)! - Removed internal usage of `fs-extra`.

## 2.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.13",
"version": "2.0.14",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
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.13'
export const version = '2.0.14'

0 comments on commit 4e749d4

Please sign in to comment.