Skip to content

Commit

Permalink
chore: version packages (#260)
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 3, 2024
1 parent 20cb1fd commit 4c507b3
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-doors-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-turtles-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-kiwis-smash.md

This file was deleted.

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

## 1.0.7

### Patch Changes

- [`20cb1fd`](https://github.com/wevm/abitype/commit/20cb1fd23689d659d7547444a3b3aa4c829530c3) Thanks [@tmm](https://github.com/tmm)! - Fixed `parseAbi` caching for structs.

- [#259](https://github.com/wevm/abitype/pull/259) [`f417a23`](https://github.com/wevm/abitype/commit/f417a2305c055014bc9147a033d983b5d0f0c318) Thanks [@KedziaPawel](https://github.com/KedziaPawel)! - Fixed `formatAbiItem` fallback item formatting.

- [#257](https://github.com/wevm/abitype/pull/257) [`ee60e67`](https://github.com/wevm/abitype/commit/ee60e674458824fccfd22874a8815075cc5b269a) Thanks [@freemanzMrojo](https://github.com/freemanzMrojo)! - Updated `TypedDataDomain` `chainId` to support `uint256` values via `bigint`.

## 1.0.6

### 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.6",
"version": "1.0.7",
"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.6",
"version": "1.0.7",
"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.6'
export const version = '1.0.7'

0 comments on commit 4c507b3

Please sign in to comment.