diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 95cf4a91..4f9ff49c 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -14,7 +14,7 @@ jobs: secrets: inherit changesets: - name: Create pull request or publish + name: Publish needs: verify permissions: contents: write diff --git a/packages/abitype/CHANGELOG.md b/packages/abitype/CHANGELOG.md index b169fcb4..7cd42da8 100644 --- a/packages/abitype/CHANGELOG.md +++ b/packages/abitype/CHANGELOG.md @@ -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 diff --git a/packages/abitype/jsr.json b/packages/abitype/jsr.json index be6ec98f..dcbf3be1 100644 --- a/packages/abitype/jsr.json +++ b/packages/abitype/jsr.json @@ -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"] } -} \ No newline at end of file +} diff --git a/packages/abitype/package.json b/packages/abitype/package.json index 430cba4f..9b39efb0 100644 --- a/packages/abitype/package.json +++ b/packages/abitype/package.json @@ -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": { diff --git a/packages/abitype/src/version.ts b/packages/abitype/src/version.ts index fa94e20c..c3c109f5 100644 --- a/packages/abitype/src/version.ts +++ b/packages/abitype/src/version.ts @@ -1 +1 @@ -export const version = '1.0.4' +export const version = '1.0.3'