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: @changesets/cli@2.28.1
Choose a base ref
...
head repository: changesets/changesets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @changesets/cli@2.29.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 27, 2025

  1. Remove --snapshot from publish command docs (#1578)

    ematipico authored Mar 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dc83cb4 View commit details

Commits on Apr 12, 2025

  1. Support scoped registries configured using `package.json#publishConfi…

    …g` (#1470)
    
    * feat: support read scoped registry from package json
    
    close #1469
    
    * refactor: use computed property instead
    
    * chore: add `isCustomRegistry(process.env.npm_config_registry)` back
    
    * Create eleven-panthers-talk.md
    
    * tweak getCorrectRegistry implementation
    
    * chore: `tsc` complains possible optional
    
    False positive, so make it happy
    
    * Update .changeset/eleven-panthers-talk.md
    
    ---------
    
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    JounQin and Andarist authored Apr 12, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    29f34a3 View commit details

Commits on Apr 14, 2025

  1. Version Packages (#1632)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    db8f678 View commit details
  2. Update TypeScript, Babel and Preconstruct (#1633)

    * Update TypeScript, Babel and Preconstruct
    
    * Add explicit `@types/node`
    Andarist authored Apr 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    131d445 View commit details
Loading