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: lerna/lerna
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.14.2
Choose a base ref
...
head repository: lerna/lerna
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.15.0
Choose a head ref
  • 3 commits
  • 73 files changed
  • 2 contributors

Commits on Jun 9, 2019

  1. feat(version): Add --create-release=[gitlab|github] option (#2073)

    Deprecates `--github-release`, replacing with `--create-release=github`
    lbennett-stacki authored and evocateur committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    4974b78 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Consume forked npm libs

    This helps improve `pnpm` support, making `lerna` installable without gross hacks.
    
    * `libnpmaccess` -> `@evocateur/libnpmaccess`
    * `libnpmpublish` -> `@evocateur/libnpmpublish`
    * `npm-registry-fetch` -> `@evocateur/npm-registry-fetch`
    * `pacote` -> `@evocateur/pacote`
    evocateur committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    bdd4fa1 View commit details
    Browse the repository at this point in the history
  3. chore(release): v3.15.0

    evocateur committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    457d1e8 View commit details
    Browse the repository at this point in the history
Loading