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: pnpm/pnpm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.0
Choose a base ref
...
head repository: pnpm/pnpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.1
Choose a head ref
  • 7 commits
  • 86 files changed
  • 2 contributors

Commits on Jun 28, 2022

  1. chore: update vercel/pkg

    zkochan committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    488ade9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7d422b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab684d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. feat: add "refs/" as a git resolution prefix (#4953)

    Previously, if you wanted to check out a git PR branch,
    you needed to specify the url as:
    `github:pnpm/pnpm#refs/pull/123/merge`.
    Now this will resolve without the leading "refs":
    `github:pnpm/pnpm#pull/123/merge`
    
    close #2045
    rotu authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    449ccef View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    b55b378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e0e7f5 View commit details
    Browse the repository at this point in the history
  3. chore(release): 7.4.1

    zkochan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0cd8a96 View commit details
    Browse the repository at this point in the history
Loading