Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: version packages #206

Merged
merged 1 commit into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/smart-students-talk.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.2

### Patch Changes

- [#205](https://github.com/wagmi-dev/abitype/pull/205) [`6b99d60`](https://github.com/wagmi-dev/abitype/commit/6b99d60dc19cf0ec673f176a3ae6a227ad14358a) Thanks [@frangio](https://github.com/frangio)! - Fixes an error with TypeScript 5.2.2 in CommonJS projects..

## 0.10.1

### Patch 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.1",
"version": "0.10.2",
"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.1'
export const version = '0.10.2'