Skip to content

Commit 6cb18b5

Browse files
chore: version packages (#249)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0870111 commit 6cb18b5

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/angry-taxis-enjoy.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.6
4+
5+
### Patch Changes
6+
7+
- [#248](https://github.com/wevm/abitype/pull/248) [`0870111`](https://github.com/wevm/abitype/commit/08701112d7bdfb0c6bdcf053e80a5b8441e95327) Thanks [@tmm](https://github.com/tmm)! - Removed `inputs` from `AbiFallback` type and Zod schema.
8+
39
## 1.0.5
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.5",
3+
"version": "1.0.6",
44
"exports": {
55
".": "./src/exports/index.ts",
66
"./abis": "./src/exports/abis.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.5",
4+
"version": "1.0.6",
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.5'
1+
export const version = '1.0.6'

0 commit comments

Comments
 (0)