Skip to content

Commit

Permalink
chore: version packages (#233)
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] committed Mar 15, 2024
1 parent 22a5f3a commit bd20d1e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-buttons-rush.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

## 1.0.2

### Patch Changes

- [#232](https://github.com/wevm/abitype/pull/232) [`22a5f3a`](https://github.com/wevm/abitype/commit/22a5f3a52659d4bf8f6098bfff19ca7e4f6a198f) Thanks [@xenoliss](https://github.com/xenoliss)! - Fixed type detection when using an array in `ParseAbiParameters`

## 1.0.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": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"repository": "wevm/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 = '1.0.1'
export const version = '1.0.2'

0 comments on commit bd20d1e

Please # to comment.