9.0.0 - #420
Merged
Merged
Conversation
OGPoyraz
marked this pull request as ready for review
August 25, 2026 07:51
jpuri
approved these changes
Aug 25, 2026
OGPoyraz
added a commit
that referenced
this pull request
Aug 26, 2026
## Explanation The `9.0.0` release ([#420](#420)) was tagged but **never published to npm** — the team decided to migrate publishing to OIDC trusted publishing ([#421](#421)) before cutting the release. This PR un-releases `9.0.0` so it can be re-cut cleanly on top of the OIDC migration. ## Changes - **`package.json`**: `9.0.0` → `8.2.0`. - **`CHANGELOG.md`**: - Remove the `## [9.0.0]` section heading and fold its entries back under `## [Unreleased]`: - **BREAKING**: Reject ambiguous `bool` values in `signTypedData` ([#419](#419)) - Add additional validation to EIP7702 methods ([#410](#410)) - Reset the `[Unreleased]` compare link to `v8.2.0...HEAD` and drop the `[9.0.0]` link. The Node.js 18/20 drop entry ([#422](#422)), which was added after `9.0.0` was cut, is preserved under `[Unreleased]`. ## Follow-ups (not in this PR) - The existing `v9.0.0` **git tag** (`646b724`) will be deleted separately before the new `release/9.0.0` PR (npm was never published, so nothing to unpublish). - After this merges, a fresh `release/9.0.0` PR will be created via the standard release workflow. ## References - Reverts the release portion of #420 - Depends on OIDC migration #421 (merged)
OGPoyraz
added a commit
that referenced
this pull request
Aug 26, 2026
The release PR was created by the action-create-release-pr workflow, which formats CHANGELOG.md with Prettier v3 (a blank line after every heading). This repo uses Prettier v2, whose auto-changelog validation (run in CI via `yarn auto-changelog validate --rc` on release branches) rejects that format. - Reformat CHANGELOG.md to the repo's Prettier v2 style (matching main) so the changelog validation passes. - Remove the auto-generated `### Uncategorized` entries (#423 un-release, the #420 release commit, and the #411 CI chore), which are internal and not user-facing. The user-facing changes remain under `### Changed`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the release candidate for version 9.0.0.