You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an automated release PR generated by Release Please, bumping the package version from 0.8.6 to 0.9.0. The only substantive change shipped in this release (in PR #101) is the migration from the deprecated inputValidator to createServerFn().validator(), which requires @tanstack/react-start >=1.168.25.
package.json: version field updated to 0.9.0.
CHANGELOG.md: new entry added documenting the breaking change and the underlying bug-fix commit.
.release-please-manifest.json: manifest version updated to 0.9.0.
Confidence Score: 5/5
Safe to merge — all three files are purely mechanical version and changelog updates with no logic changes.
All changes are Release Please scaffolding: a version string in package.json, the corresponding manifest entry, and a new CHANGELOG section. No code paths, dependencies, or configuration values were modified beyond the version number.
No files require special attention.
Important Files Changed
Filename
Overview
package.json
Version bumped from 0.8.6 to 0.9.0 — no other fields changed.
CHANGELOG.md
New 0.9.0 entry added documenting the breaking change (validator() migration) and the bug fix commit.
.release-please-manifest.json
Release Please manifest updated from 0.8.6 to 0.9.0.
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR #101 merged\nreplace inputValidator\nwith validator] --> B[Release Please\ngenerates release PR]
B --> C[version bump\n0.8.6 → 0.9.0]
C --> D[package.json]
C --> E[CHANGELOG.md]
C --> F[.release-please-manifest.json]
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
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.
🤖 I have created a release beep boop
0.9.0 (2026-06-15)
⚠ BREAKING CHANGES
Bug Fixes
This PR was generated with Release Please. See documentation.