Skip to content

Version Packages#1817

Merged
Andarist merged 1 commit into
mainfrom
changeset-release/main
Mar 3, 2026
Merged

Version Packages#1817
Andarist merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jan 12, 2026

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.

Releases

@changesets/[email protected]

Minor Changes

  • #1774 667fe5a Thanks @bluwy! - Support importing custom changelog option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

Patch Changes

@changesets/[email protected]

Minor Changes

Patch Changes

@changesets/[email protected]

Minor Changes

  • #1840 057cca2 Thanks @wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #1845 2b4a66a Thanks @Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #1774 667fe5a Thanks @bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #1839 73b1809 Thanks @leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #1806 0e8e01e Thanks @luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

@changesets/[email protected]

Minor Changes

  • #1758 e462d89 Thanks @jdeniau! - Add scopes automatically in the GitHub new token link in the printed error message

Patch Changes

  • #1781 d4b8ad8 Thanks @bluwy! - Improve error messages when fail to fetch data from GitHub

@changesets/[email protected]

Patch Changes

  • #1834 b6f4c74 Thanks @RodrigoHamuy! - Export schema.json in the package's exports field to make it accessible when using modern package managers.

  • #1842 6df3a5e Thanks @RodrigoHamuy! - Allow private packages to depend on skipped packages without requiring them to also be skipped. devDependencies on skipped packages no longer trigger a validation error in config parsing (aligning with the existing CLI behavior). The config validation for skipped-package dependents now also covers packages skipped via privatePackages.version: false, not just those in the ignore list.

  • #1842 6df3a5e Thanks @RodrigoHamuy! - Added shape validation for the privatePackages config option.

@changesets/[email protected]

Patch Changes

@changesets/[email protected]

Patch Changes

  • #1831 1f91879 Thanks @murataslan1! - Improve error messages for malformed changeset files. The new error messages explain what went wrong, show what was received, and provide examples of the correct format.

@changesets/[email protected]

Patch Changes

@changesets/[email protected]

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 06354f4 to fb73950 Compare January 30, 2026 02:07
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fb73950 to 79396d6 Compare February 4, 2026 14:38
@github-actions github-actions Bot force-pushed the changeset-release/main branch 13 times, most recently from 0d99b0b to 093b864 Compare February 24, 2026 15:10
@Andarist Andarist closed this Feb 24, 2026
@Andarist Andarist reopened this Feb 24, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.84%. Comparing base (1772598) to head (b35b8dd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1817   +/-   ##
=======================================
  Coverage   81.84%   81.84%           
=======================================
  Files          55       55           
  Lines        2396     2396           
  Branches      719      724    +5     
=======================================
  Hits         1961     1961           
  Misses        429      429           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 7 times, most recently from e266a03 to 0ed2bd3 Compare March 2, 2026 13:44
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 0ed2bd3 to b35b8dd Compare March 2, 2026 13:48
@Andarist Andarist closed this Mar 3, 2026
@Andarist Andarist reopened this Mar 3, 2026
@Andarist Andarist enabled auto-merge March 3, 2026 09:53
@Andarist Andarist added this pull request to the merge queue Mar 3, 2026
Merged via the queue into main with commit 3ab4d89 Mar 3, 2026
6 checks passed
@Andarist Andarist deleted the changeset-release/main branch March 3, 2026 09:55
nnecec pushed a commit to nnecec/changesets-docs that referenced this pull request Apr 16, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant