Version Packages (next) - #2085
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2085 +/- ##
=======================================
Coverage 85.57% 85.57%
=======================================
Files 66 66
Lines 2544 2544
Branches 700 700
=======================================
Hits 2177 2177
Misses 337 337
Partials 30 30 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
changesets-org-version-bot
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
June 17, 2026 16:38
606c652 to
2a62c38
Compare
5 tasks
changesets-org-version-bot
Bot
force-pushed
the
changeset-release/main
branch
8 times, most recently
from
June 23, 2026 01:26
66f6687 to
5cdc63e
Compare
@changesets/apply-release-plan
@changesets/assemble-release-plan
@changesets/changelog-git
@changesets/changelog-github
@changesets/cli
@changesets/config
@changesets/errors
@changesets/get-dependents-graph
@changesets/get-github-info
@changesets/get-release-plan
@changesets/get-version-range-type
@changesets/git
@changesets/logger
@changesets/parse
@changesets/pre
@changesets/read
@changesets/release-utils
@changesets/should-skip-package
@changesets/types
@changesets/write
commit: |
changesets-org-version-bot
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
June 24, 2026 10:09
a051291 to
b7851a0
Compare
changesets-org-version-bot
Bot
force-pushed
the
changeset-release/main
branch
from
June 24, 2026 11:17
b7851a0 to
328e403
Compare
changesets-org-version-bot
Bot
force-pushed
the
changeset-release/main
branch
from
June 24, 2026 11:57
328e403 to
244c0bc
Compare
Andarist
approved these changes
Jun 24, 2026
Andarist
enabled auto-merge
June 24, 2026 11:58
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@changesets/cli@3.0.0-next.6
Major Changes
3599e47Thanks @bluwy! - Set supported package manager versions in"engines"field, including npm >=10.9.0, pnpm >=10.0.0, and yarn >=4.5.2.Minor Changes
#2068
d03ffc1Thanks @bluwy! - Support{commit-short}placeholder for thesnapshot.prereleaseTemplateconfig, which is a 7 character variant of{commit}#2061
c2db1ddThanks @Andarist! - Added achangeset publish-plancommand to inspect which packages would be published or tagged, with optional JSON output.#2100
90b4ad0Thanks @Andarist! - Order releases into dependency-aware chunks so packages are grouped in publish order.#2063
ed77176Thanks @Andarist! - Addedchangeset publish --from-pack-dir <dir>to publish packages from a previously created pack output directory.#2062
830443cThanks @Andarist! - Added achangeset packcommand that requires--out-dirand writes publishable package tarballs plus an enrichedpublish-plan.jsoninto that directory, either from the current workspace or from a saved publish plan via--from-plan.#2073
b9cbd80Thanks @bluwy! - Show if a package is private when selecting packages inchangeset addPatch Changes
#2060
11bded4Thanks @Andarist! - Fixedchangeset publishto respect ignored packages for both publishing and private package tagging.#2064
ffd65fcThanks @Andarist! - For pnpm projects, Changesets now match pnpm's native registry behavior more closely during unpublished package checks. Both scope-basedpublishConfigregistry overrides andpublishConfig.registryare now ignored.#2113
b8222e6Thanks @Andarist! - Fixed publish error printing for pnpm 11.#2111
124ad07Thanks @Andarist! - Auto-create the directory for the target publish plan file when executingchangeset publish-plan --output <file>#2113
b8222e6Thanks @Andarist! - Fixed accidental success logs on failed npm publishes#2091
3918fe5Thanks @bluwy! - Log "New tag: ..." messages when runningchangeset publishto fix compatibility with the Changesets release GitHub action to create GitHub releases and push the new tagsUpdated dependencies [
694396c,d03ffc1,01f4da4,c2348fc]:@changesets/release-utils@1.0.0-next.6
Major Changes
ea8ca75Thanks @beeequeue! - Dropped support for v1changeset bumpcommand inrunVersion()Patch Changes
c2348fc]:@changesets/apply-release-plan@8.0.0-next.6
Minor Changes
#2070
694396cThanks @bluwy! - Preserve the existing formatting ofpackage.jsonwhen updating version and dependency ranges#2118
01f4da4Thanks @bluwy! - Improve the default unformatted changelog new lines handling to ensure consistent spacing after the heading and the spacing between release lines@changesets/assemble-release-plan@7.0.0-next.6
Minor Changes
d03ffc1Thanks @bluwy! - Support{commit-short}placeholder for thesnapshot.prereleaseTemplateconfig, which is a 7 character variant of{commit}@changesets/read@1.0.0-next.6
Minor Changes
c2348fcThanks @bluwy! - Ignore more markdown files in the.changesetdirectory when reading changesets, including AGENTS.md, CLAUDE.md, and GEMINI.mdPatch Changes
1c1ded3]:@changesets/get-release-plan@5.0.0-next.6
Patch Changes
d03ffc1,c2348fc]:@changesets/parse@1.0.0-next.6
Patch Changes
1c1ded3Thanks @bluwy! - Refactor yaml parsing to use theyamlpackage