-
Notifications
You must be signed in to change notification settings - Fork 0
Release v0.3.0: Unified versioning for all packages #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
|
@copilot 要求changeset 统一版本号 |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
|
@copilot 不要升级这么大的版本号,0.x |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR implements unified versioning for all @objectstack packages, bumping them from 0.2.0 to 0.3.0 and configuring changesets to ensure all packages are released together with the same version number going forward.
Changes:
- Configured changeset with "fixed" versioning strategy to synchronize all @objectstack package versions
- Bumped all core packages from 0.2.0 to 0.3.0
- Updated example packages with corresponding dependency version updates
- Updated root CHANGELOG.md to document v0.3.0 release (2026-01-22)
Reviewed changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .changeset/config.json | Added "fixed" versioning configuration to synchronize all @objectstack packages |
| packages/*/package.json | Version bumps from 0.2.0 to 0.3.0 for all core packages |
| packages/*/CHANGELOG.md | Added 0.3.0 release entries documenting dependency updates |
| packages/plugin-hono-server/package.json | Updated peer dependency version reference |
| examples/*/package.json | Version bumps for example packages |
| examples/*/CHANGELOG.md | Added release entries for dependency updates |
| CHANGELOG.md | Added 0.3.0 release section with release date 2026-01-22 |
Bumps all package versions to 0.3.0 with unified versioning strategy:
Changes
Release Contents
This release includes comprehensive documentation structure:
All packages now use unified versioning and will be released together with the same version number going forward. All package CHANGELOGs updated via changesets automation.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.