Skip to content

Commit e806fc3

Browse files
chore: version packages (#289)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd23231 commit e806fc3

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/legal-falcons-give.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.2.2
4+
5+
### Patch Changes
6+
7+
- Trimmed generated tuple names. ([`cd23231`](https://github.com/wevm/abitype/commit/cd232316304b3a1b6482dcbfb367c7ef82097b2c))
8+
39
## 1.2.1
410

511
### Patch 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.1",
4+
"version": "1.2.2",
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.1'
1+
export const version = '1.2.2'

0 commit comments

Comments
 (0)