Skip to content

Commit 2f01a5c

Browse files
chore: version packages (#245)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8a5e5dc commit 2f01a5c

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

Diff for: .changeset/plenty-pandas-kneel.md

-5
This file was deleted.

Diff for: packages/abitype/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# abitype
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 1.0.4
410

511
### Patch Changes

Diff for: packages/abitype/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/abitype",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"exports": {
55
".": "./src/exports/index.ts",
66
"./abis": "./src/exports/abis.ts",

Diff for: packages/abitype/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "abitype",
33
"description": "Strict TypeScript types for Ethereum ABIs",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"license": "MIT",
66
"repository": "wevm/abitype",
77
"scripts": {

Diff for: packages/abitype/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.0.4'
1+
export const version = '1.0.5'

0 commit comments

Comments
 (0)