Release v0.3.0: Unified versioning for all packages#69
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Release new version of the application
Release v0.3.0: Documentation structure improvements
Jan 22, 2026
Contributor
|
@copilot 要求changeset 统一版本号 |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Release v0.3.0: Documentation structure improvements
Release v1.0.0: Unified versioning for all packages
Jan 22, 2026
Contributor
|
@copilot 不要升级这么大的版本号,0.x |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Release v1.0.0: Unified versioning for all packages
Release v0.3.0: Unified versioning for all packages
Jan 22, 2026
hotlong
approved these changes
Jan 22, 2026
Contributor
There was a problem hiding this comment.
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 |
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.
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.