Version Packages (next) - #2122
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2122 +/- ##
=======================================
Coverage 87.44% 87.44%
=======================================
Files 72 72
Lines 2596 2596
Branches 691 691
=======================================
Hits 2270 2270
Misses 301 301
Partials 25 25 ☔ 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
13 times, most recently
from
July 1, 2026 07:29
d5cd3d0 to
58c4eb7
Compare
changesets-org-version-bot
Bot
force-pushed
the
changeset-release/main
branch
from
July 1, 2026 07:31
58c4eb7 to
69b5d3f
Compare
Andarist
enabled auto-merge
July 1, 2026 07:32
Andarist
approved these changes
Jul 1, 2026
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/assemble-release-plan@7.0.0-next.7
Major Changes
#2117
813bbf3Thanks @bluwy! - Remove thepre.jsoninitialVersionsproperty and handling as it's unused internally#2090
3aae903Thanks @beeequeue! - Peer dependencies now bump packages that depend on them bypatchinstead ofmajor.This means a peer dependency update is no longer assumed (forced) to be a breaking change.
If the dependent package is not compatible with the peer's new release you should manually add a
majorchangeset describing why and how to migrate.Patch Changes
4c26f2f,813bbf3]:@changesets/cli@3.0.0-next.7
Major Changes
#2128
7113c01Thanks @Andarist! - Renamed thechangeset tagcommand tochangeset git-tag.#2117
813bbf3Thanks @bluwy! - Remove thepre.jsoninitialVersionsproperty and handling as it's unused internally#2090
3aae903Thanks @beeequeue! - Peer dependencies now bump packages that depend on them bypatchinstead ofmajor.This means a peer dependency update is no longer assumed (forced) to be a breaking change.
If the dependent package is not compatible with the peer's new release you should manually add a
majorchangeset describing why and how to migrate.Minor Changes
#1121
ce2095dThanks @Sh031224! - Added new--major,--minor,--patchflags to theaddcommand.#2087
edc30c8Thanks @trueberryless! - Made theinitcommand interactive. Runningchangeset initwill now guide you through a set of intuitive prompts to configure your changelog generator, commit preferences, publish access, and base branch, rather than silently writing the default configuration file.#2129
369eb0bThanks @Andarist! - Commands supporting--output(such asstatusandpublish-plan) can now be invoked withCHANGESETS_OUTPUT=path/to/fileenvironment variable. This has the same effect as calling them with--output=path/to/file#2136
2f9ca42Thanks @bluwy! - Remove confirmation prompt when adding a changeset. It will always add a changeset instead, and if the changeset is not desired, the user can edit or delete the file directly.#2129
369eb0bThanks @Andarist! -changeset publishandchangeset tagcan now be invoked withCHANGESETS_OUTPUT=path/to/fileenvironment variable. They produce output in the NDJSON format.#2130
18bc470Thanks @beeequeue! - Allow unmatched glob patterns in theignoreconfig option.Patch Changes
#2065
0598e83Thanks @Andarist! - Improvedchangeset publishauth handling by removing the preflight OTP requirement check and falling back to interactive auth when the package manager reports that authentication is required.#2065
0598e83Thanks @Andarist! -changeset publishnow reads initial OTP values from npm and pnpm environment variables.#2065
0598e83Thanks @Andarist! - The generatedpublish-plan.jsonno longer includes aregistryfield on publish entries.#584
6c79210Thanks @Andarist! - Avoid an infinite loop when git commands fail to execute when Changesets try to retrieve commits that added files.Updated dependencies [
4c26f2f,813bbf3,6c79210,18bc470,3aae903]:@changesets/get-github-info@1.0.0-next.3
Major Changes
#2121
dae394cThanks @bluwy! - RenamegetInfotogetCommitInfo, andgetInfoFromPullRequesttogetPullRequestInfo. They may now returnundefinedif the commit or pull request is not found in the GitHub repository.The return types are also slightly changed but should contain the same information as before. To migrate:
getPullRequestInfoalso has a similar migration path.Minor Changes
dae394cThanks @bluwy! - Improve data fetching by using GraphQL fragments to reduce the query size, and set a maximum batch size of 50 to avoid hitting rate limits@changesets/pre@3.0.0-next.6
Major Changes
813bbf3Thanks @bluwy! - Remove thepre.jsoninitialVersionsproperty and handling as it's unused internallyPatch Changes
4c26f2f,813bbf3]:@changesets/types@7.0.0-next.6
Major Changes
#2133
4c26f2fThanks @bluwy! - Remove"private"type support forWrittenConfig.access. Only"public"and"restricted"are valid values. This change was also already made in #2015 in the runtime.#2117
813bbf3Thanks @bluwy! - Remove thepre.jsoninitialVersionsproperty and handling as it's unused internally@changesets/changelog-github@1.0.0-next.6
Minor Changes
#2059
070f531Thanks @jycouet! - Add an opt-in, experimentaltemplateoption to render changelog lines from tokens ({summary},{ref},{pull},{commit},{authors}). Default output is unchanged. The token syntax may change in a patch release; pin the version if you rely on it.#1871
dfefc4eThanks @mihkeleidast! - UseGITHUB_REPOSITORYas the default repo when norepooption is configuredPatch Changes
dae394c,dae394c,4c26f2f,813bbf3]:@changesets/config@4.0.0-next.6
Minor Changes
18bc470Thanks @beeequeue! - Allow unmatched glob patterns in theignoreconfig option.Patch Changes
4c26f2f,813bbf3]:@changesets/apply-release-plan@8.0.0-next.7
Patch Changes
4c26f2f,813bbf3,6c79210,18bc470]:@changesets/changelog-git@1.0.0-next.6
Patch Changes
4c26f2f,813bbf3]:@changesets/get-dependents-graph@3.0.0-next.6
Patch Changes
4c26f2f,813bbf3]:@changesets/get-release-plan@5.0.0-next.7
Patch Changes
4c26f2f,813bbf3,18bc470,3aae903]:@changesets/git@4.0.0-next.6
Patch Changes
6c79210Thanks @Andarist! - Avoid an infinite loop when git commands fail to execute when Changesets try to retrieve commits that added files.4c26f2f,813bbf3]:@changesets/parse@1.0.0-next.7
Patch Changes
4c26f2f,813bbf3]:@changesets/read@1.0.0-next.7
Patch Changes
4c26f2f,813bbf3,6c79210]:@changesets/release-utils@1.0.0-next.7
Patch Changes
4c26f2f,813bbf3]:@changesets/should-skip-package@1.0.0-next.6
Patch Changes
4c26f2f,813bbf3]:@changesets/write@1.0.0-next.6
Patch Changes
4c26f2f,813bbf3]: