Skip to content

Commit

Permalink
chore: batch release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 19, 2024
1 parent 0f389ae commit 0b5176a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
secrets: inherit

changesets:
name: Create pull request or publish
name: Publish
needs: verify
permissions:
contents: write
Expand Down
9 changes: 2 additions & 7 deletions packages/abitype/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# abitype

## 1.0.4

### Patch Changes

- [#239](https://github.com/wevm/abitype/pull/239) [`f083a7c20709a28b04c987e2ff6048bf25324759`](https://github.com/wevm/abitype/commit/f083a7c20709a28b04c987e2ff6048bf25324759) Thanks [@tmm](https://github.com/tmm)! - Changed type parameters and register properties to camelCase.

## 1.0.3

### Patch Changes

- [`f412bf8fa16d6f40829d841b1813baa031b66bfe`](https://github.com/wevm/abitype/commit/f412bf8fa16d6f40829d841b1813baa031b66bfe) Thanks [@tmm](https://github.com/tmm)! - Switched to lowercase generic names for core type utilities.
- [#239](https://github.com/wevm/abitype/pull/239) [`f083a7c20709a28b04c987e2ff6048bf25324759`](https://github.com/wevm/abitype/commit/f083a7c20709a28b04c987e2ff6048bf25324759) Thanks [@tmm](https://github.com/tmm)! - Changed type parameters and register properties to camelCase.
- [`f412bf8fa16d6f40829d841b1813baa031b66bfe`](https://github.com/wevm/abitype/commit/f412bf8fa16d6f40829d841b1813baa031b66bfe) Thanks [@tmm](https://github.com/tmm)! - Switched to camelCase generic names for core type utilities.

## 1.0.2

Expand Down
17 changes: 4 additions & 13 deletions packages/abitype/jsr.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{
"name": "@wevm/abitype",
"version": "1.0.4",
"version": "1.0.3",
"exports": {
".": "./src/exports/index.ts",
"./abis": "./src/exports/abis.ts",
"./zod": "./src/exports/zod.ts"
},
"publish": {
"include": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"src/**/*.ts"
],
"exclude": [
"src/**/*.bench.ts",
"src/**/*.test.ts",
"src/**/*.test-d.ts"
]
"include": ["LICENSE", "README.md", "CHANGELOG.md", "src/**/*.ts"],
"exclude": ["src/**/*.bench.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.4",
"version": "1.0.3",
"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.4'
export const version = '1.0.3'

0 comments on commit 0b5176a

Please # to comment.