Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: changesets/changesets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ab4d89
Choose a base ref
...
head repository: changesets/changesets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9cce6db
Choose a head ref
  • 7 commits
  • 32 files changed
  • 5 contributors

Commits on Mar 23, 2026

  1. Improved detection for published state of prerelease-only packages …

    …without `latest` dist-tag on GitHub Packages registry (#1867)
    
    * Improved detection for `published` state of prerelease-only packages without `latest` dist-tag on GitHub Packages registry
    
    * tweak stuff
    
    * tweak test title
    Andarist authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    f61e716 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. fix(cli): respond to --help on all subcommands (#1873)

    * fix(cli): respond to --help on all subcommands
    
    * keep both help lists in sync
    
    * tweak changeset
    
    ---------
    
    Co-authored-by: Maks Pikov <mixelburg@users.noreply.github.com>
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    3 people authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    42943b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Error on unsupported flags for individual CLI commands (#1889)

    * fix(cli): warn when unknown flags are passed
    
    * refactor
    
    * strip aliases
    
    * fix mri annoying mutation
    
    * validate init too
    
    * remove redundant `gitTag` default that got in a way
    
    * add changeset
    
    ---------
    
    Co-authored-by: Maks Pikov <mixelburg@users.noreply.github.com>
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    3 people authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    96ca062 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Gracefully handle stale npm info data leading to duplicate publish …

    …attempts (#1903)
    
    * Gracefully handle stale `npm info` data leading to duplicate publish attempts
    
    * tweak
    
    * tweak
    Andarist authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    5c4731f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Fix several changeset version issues with workspace protocol depend…

    …encies (#1888)
    
    * fix(apply-release-plan): strip workspace: prefix before semver range comparison
    
    * fix: restore yarn.lock from upstream to fix CI parse error
    
    * style: fix prettier formatting
    
    * style: fix prettier formatting in apply-release-plan utils
    
    * remove the lock
    
    * fix implementation
    
    * fix: add oldVersion to test fixtures and format files
    
    * style: fix prettier formatting in apply-release-plan
    
    * add tests
    
    * fix workspace:path/to/pkg
    
    * add more tests
    
    * fix dir in test-utils
    
    * fix changesets
    
    ---------
    
    Co-authored-by: Maks Pikov <mixelburg@users.noreply.github.com>
    Co-authored-by: Maks Pikov <mixelburg@gmail.com>
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    4 people authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    036fdd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Fix npm auth for path-based registries during publish by preserving c…

    …onfigured registry URLs instead of normalizing them (#1935)
    
    * Fix npm auth for path-based registries during publish by fixing registry URL normalization logic
    
    * drop normalization
    
    * simplify
    
    * just isCustomRegistry
    
    * cleanup
    
    * fix CI
    
    * fix CI
    Andarist authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    d2121dc View commit details
    Browse the repository at this point in the history
  2. Version Packages (#1897)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    9cce6db View commit details
    Browse the repository at this point in the history
Loading