Skip to content

Commit 0b8564e

Browse files
github-actions[bot]tmmautofix-ci[bot]
authored
chore: version packages (#276)
* chore: version packages * Update CHANGELOG.md * ci: apply automated fixes * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: tmm <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 3446180 commit 0b8564e

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/chatty-geckos-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/abitype/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# abitype
22

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- [`3446180`](https://github.com/wevm/abitype/commit/3446180b2677e64d259868d8e89be70f8f7fcaf4) Thanks [@khaidarkairbek](https://github.com/khaidarkairbek)! - Fixed `parseAbi` runtime logic to support `"payable"` function argument modifier.
8+
39
## 1.0.8
410

511
### Patch Changes

packages/abitype/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/abitype",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"license": "MIT",
55
"exports": {
66
".": "./src/exports/index.ts",

packages/abitype/package.json

Lines changed: 1 addition & 1 deletion
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.8",
4+
"version": "1.0.9",
55
"license": "MIT",
66
"repository": "wevm/abitype",
77
"scripts": {

packages/abitype/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.0.8'
1+
export const version = '1.0.9'

0 commit comments

Comments
 (0)