Skip to content

Commit

Permalink
chore: version packages (#245)
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 Jun 28, 2024
1 parent 8a5e5dc commit 2f01a5c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-pandas-kneel.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.5

### Patch Changes

- [#244](https://github.com/wevm/abitype/pull/244) [`8a5e5dc`](https://github.com/wevm/abitype/commit/8a5e5dc109ad9e7e571ad440f7aa883fc8fd89de) Thanks [@tmm](https://github.com/tmm)! - Fixed human-readable ABI item parsing with nested tuple parameters.

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abitype/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wevm/abitype",
"version": "1.0.4",
"version": "1.0.5",
"exports": {
".": "./src/exports/index.ts",
"./abis": "./src/exports/abis.ts",
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.4",
"version": "1.0.5",
"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.4'
export const version = '1.0.5'

0 comments on commit 2f01a5c

Please sign in to comment.