Skip to content

Commit

Permalink
chore: version packages (#262)
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] authored Dec 21, 2024
1 parent 889e85d commit 35aa2ca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-turtles-refuse.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.8

### Patch Changes

- [#261](https://github.com/wevm/abitype/pull/261) [`889e85d`](https://github.com/wevm/abitype/commit/889e85d363da1b985dce056dde2b7929dfb227b9) Thanks [@KedziaPawel](https://github.com/KedziaPawel)! - Fixed `parseAbiItem` fallback signature parsing

## 1.0.7

### Patch Changes
Expand Down
11 changes: 3 additions & 8 deletions packages/abitype/jsr.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
{
"name": "@wevm/abitype",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"exports": {
".": "./src/exports/index.ts",
"./abis": "./src/exports/abis.ts",
"./zod": "./src/exports/zod.ts"
},
"publish": {
"include": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"src/**/*.ts"
],
"include": ["LICENSE", "README.md", "CHANGELOG.md", "src/**/*.ts"],
"exclude": [
"src/**/*.bench.ts",
"src/**/*.bench-d.ts",
"src/**/*.test.ts",
"src/**/*.test-d.ts"
]
}
}
}
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.7",
"version": "1.0.8",
"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.7'
export const version = '1.0.8'

0 comments on commit 35aa2ca

Please sign in to comment.