Unify all package versions to 3.0.0 via changeset#502
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] Add changeset for version release
Add changeset for v2.1.0 release
Feb 14, 2026
hotlong
approved these changes
Feb 14, 2026
Collaborator
|
@copilot 统一所有软件包版本号 |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a changeset file to prepare for the v2.1.0 release of all ObjectUI packages. The changeset documents the upgrade to @objectstack v3.0.0 dependencies and significant console bundle optimizations that have been implemented since the 2.0.0 release.
Changes:
- Adds changeset marking all 36 packages in the fixed versioning group for a minor version bump (2.0.0 → 2.1.0)
- Documents @objectstack v3.0.0 dependency upgrade with API migrations (Hub → Cloud namespace, PaginatedResult field renames, metadata API changes)
- Documents console bundle optimization work including chunk splitting, compression, and lazy loading
Copilot
AI
changed the title
Add changeset for v2.1.0 release
Unify all package versions to 3.0.0 via changeset
Feb 14, 2026
Collaborator
|
@copilot apps/console也是要发版本的 |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Contributor
Author
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.
Unifies all package version numbers across the monorepo by running
changeset version, bumping all 38 packages from 2.0.0 to 3.0.0.definePluginremoved,PaginatedResult.value→.records/.count→.total,client.meta.getObject()→client.meta.getItem()rollup-plugin-visualizerfor bundle analysis@object-ui/collaborationand@object-ui/consoleto the fixed versioning group so all packages version together@object-ui/consolefrom the changesetignorelist and bumped from 1.0.0 to 3.0.0apps/console)All 38 packages (37 in packages/* + apps/console) in the fixed versioning group are now unified at 3.0.0.
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.