Skip to content

fix: change objectql changeset from minor to patch to prevent unintended 4.0.0 bump#678

Merged
hotlong merged 2 commits intomainfrom
copilot/fix-changeset-version-to-3-9
Feb 14, 2026
Merged

fix: change objectql changeset from minor to patch to prevent unintended 4.0.0 bump#678
hotlong merged 2 commits intomainfrom
copilot/fix-changeset-version-to-3-9

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 14, 2026

changeset version bumps all packages from 3.0.34.0.0 instead of a patch release. Root cause: upgrade-objectql-core.md specifies minor for @objectstack/objectql, which in the fixed version group triggers a major bump across all 21 packages.

  • Changed '@objectstack/objectql': minor'@objectstack/objectql': patch in .changeset/upgrade-objectql-core.md

Verified pnpm exec changeset version now correctly produces 3.0.4 for all packages.

Original prompt

我只是想发一个补丁,为什么changeset的帮我升级到了4.0


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectstack-play Ready Ready Preview, Comment Feb 14, 2026 8:55am
spec Ready Ready Preview, Comment Feb 14, 2026 8:55am

Request Review

…ersion bump

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix changeset version upgrade to 4.0 fix: change objectql changeset from minor to patch to prevent unintended 4.0.0 bump Feb 14, 2026
Copilot AI requested a review from hotlong February 14, 2026 08:52
@hotlong hotlong marked this pull request as ready for review February 14, 2026 09:31
Copilot AI review requested due to automatic review settings February 14, 2026 09:31
@hotlong hotlong merged commit 58b67fd into main Feb 14, 2026
3 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the Changesets bump level for @objectstack/objectql to avoid an unintended repo-wide major version bump caused by the fixed versioning group configuration.

Changes:

  • Updated .changeset/upgrade-objectql-core.md to bump @objectstack/objectql as patch instead of minor.

@@ -1,5 +1,5 @@
---
'@objectstack/objectql': minor
'@objectstack/objectql': patch
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switching this changeset to a patch avoids the fixed-group major bump, but it also means the release will be published as a patch even though the changeset text describes new features (new exports like utility functions / kernel factory). If these are public API additions, consider whether the team still wants a patch (and update the release note wording accordingly), or alternatively adjust the versioning strategy (e.g., accept a minor/major bump) to keep SemVer expectations aligned.

Suggested change
'@objectstack/objectql': patch
'@objectstack/objectql': minor

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants