Skip to content

Commit 0d4c25e

Browse files
chore: version packages (#287)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8afc256 commit 0d4c25e

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/sour-bananas-nail.md

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

.changeset/upset-tables-divide.md

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

packages/abitype/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Updated generated ABI parameter tuple names ([`8afc256`](https://github.com/wevm/abitype/commit/8afc25640326e0676489118fab5c59c1ae276171))
8+
9+
- Updated ABI parameter named tuple generation to use most common parameter names from Dune query. ([`8961150`](https://github.com/wevm/abitype/commit/89611508761625edc2c31306a1e9e67d75960cfc))
10+
311
## 1.2.0
412

513
### Minor Changes

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.2.0",
4+
"version": "1.2.1",
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.2.0'
1+
export const version = '1.2.1'

0 commit comments

Comments
 (0)