chore: downgrade unreleased changesets to patch#1374
Merged
Conversation
|
| Name | Type |
|---|---|
| @moonshot-ai/agent-core | Patch |
| @moonshot-ai/kimi-code | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
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.
Related Issue
No related issue. This PR adjusts the bump levels of already-existing, unreleased changesets.
Problem
Several pending changesets were marked as "minor" even though the changes they describe are bug fixes or small incremental improvements that fit the "patch" level better. Keeping them as "minor" would trigger unnecessary minor version bumps for the next release.
What changed
Downgraded the bump level of the following changesets from "minor" to "patch":
.changeset/cap-background-command-output.md(@moonshot-ai/agent-core).changeset/print-drain-subagents.md(@moonshot-ai/kimi-code).changeset/server-bypass-auth-keep-alive.md(@moonshot-ai/kimi-code)All other unreleased changesets were already at "patch" and remain unchanged.
Checklist
gen-changesetsskill, or this PR needs no changeset. (No new changeset needed.)gen-docsskill, or this PR needs no doc update. (No doc update needed.)