Skip to content

Commit

Permalink
chore: version packages (#201)
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 Oct 12, 2023
1 parent 56f8201 commit 9490d20
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-pets-switch.md

This file was deleted.

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

## 0.10.1

### Patch Changes

- [#200](https://github.com/wagmi-dev/abitype/pull/200) [`56f8201`](https://github.com/wagmi-dev/abitype/commit/56f820117c9038ee500c93a7dc887cdbf7c24ce2) Thanks [@mathieu-bour](https://github.com/mathieu-bour)! - Marked `Abi` Zod schema as `readonly`.

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abitype/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abitype",
"description": "Strict TypeScript types for Ethereum ABIs",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"repository": "wagmi-dev/abitype",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/abitype/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.10.0'
export const version = '0.10.1'

1 comment on commit 9490d20

@vercel
Copy link

@vercel vercel bot commented on 9490d20 Oct 12, 2023

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:

abitype – ./

abitype-wagmi-dev.vercel.app
abitype-git-main-wagmi-dev.vercel.app
abitype.vercel.app
abitype.dev

Please sign in to comment.