Skip to content

Commit

Permalink
chore: version packages (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 6, 2024
1 parent 0870111 commit 6cb18b5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-taxis-enjoy.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/abitype/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# abitype

## 1.0.6

### Patch Changes

- [#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.

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abitype/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wevm/abitype",
"version": "1.0.5",
"version": "1.0.6",
"exports": {
".": "./src/exports/index.ts",
"./abis": "./src/exports/abis.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/abitype/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abitype",
"description": "Strict TypeScript types for Ethereum ABIs",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"repository": "wevm/abitype",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/abitype/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.0.5'
export const version = '1.0.6'

0 comments on commit 6cb18b5

Please sign in to comment.