Skip to content

Latest commit

Β 

History

History
161 lines (99 loc) Β· 7.35 KB

CHANGELOG.md

File metadata and controls

161 lines (99 loc) Β· 7.35 KB

v2.0.1 (2021-04-19)

πŸ› Bug Fix

  • #53 Use the full relative path when npm publishing (fixes an issue with npm@7 publishing) (@nilzona)

Committers: 1

v2.0.0 (2020-10-20)

πŸ’₯ Breaking Change

  • #45 Drop Node 11 and 13 support. (@rwjblue)
  • #44 Make release-it a peer dependency (require host project to provide). (@rwjblue)
  • #43 Drop release-it@13 support. (@rwjblue)

🏠 Internal

Committers: 2

v1.5.0 (2020-09-08)

πŸš€ Enhancement

Committers: 1

v1.4.0 (2020-04-28)

πŸš€ Enhancement

  • #35 Update the top level package.json version by default. (@rwjblue)

πŸ“ Documentation

  • #34 Add configuration summary to README.md. (@rwjblue)

Committers: 1

v1.3.1 (2020-04-27)

πŸ› Bug Fix

  • #32 Ensure dependencyUpdates and versionUpdates can reference the same file. (@rwjblue)

🏠 Internal

Committers: 1

v1.3.0 (2020-04-03)

πŸš€ Enhancement

  • #30 Add logging output (primarily for --dry-run / --verbose). (@rwjblue)
  • #29 Add additionalManifests.versionUpdates option. (@rwjblue)

Committers: 1

v1.2.0 (2020-04-01)

πŸš€ Enhancement

  • #26 Allow bumping versions in additional manifest files. (@rwjblue)

🏠 Internal

  • #27 Avoid running CI for "pushes" on pull requests. (@rwjblue)

Committers: 1

v1.1.2 (2020-04-01)

πŸ› Bug Fix

  • #25 Pass specific package paths to npm publish (avoid process.chdir). (@rwjblue)
  • #24 Ensure new version is updated appropriately in dependencies. (@rwjblue)
  • #22 Ensure prompts have access to required information. (@rwjblue)

🏠 Internal

  • #23 Create unified set of plugin operations for test assertions. (@rwjblue)

Committers: 1

v1.1.1 (2020-03-31)

πŸ› Bug Fix

  • #17 Do not list private packages in "should we publish" prompt. (@rwjblue)

🏠 Internal

Committers: 1

v1.1.0 (2020-03-30)

πŸš€ Enhancement

  • #16 Prompt if publishing scoped package fails with private error. (@rwjblue)

🏠 Internal

Committers: 1

v1.0.2 (2020-03-29)

πŸ› Bug Fix

Committers: 1

v1.0.1 (2020-03-27)

πŸ› Bug Fix

Committers: 1

v1.0.0 (2020-03-27)

πŸš€ Enhancement

  • #8 Refactor publishing process. (@rwjblue)
  • #1 Basic implementation of bump and publish methods (@scalvert)

πŸ› Bug Fix

  • #11 Ensure any cross package dependency versions are updated. (@rwjblue)
  • #6 Leverage try/catch when bumping (to bubble unrelated errors) (@rwjblue)
  • #2 Fix bug in resolveWorkspaces. (@rwjblue)

πŸ“ Documentation

🏠 Internal

  • #10 Update package.jsons directly (avoid npm version) (@rwjblue)
  • #7 Re-roll yarn.lock. (@rwjblue)
  • #3 Update prettier related packages to prettier@2 (@rwjblue)

Committers: 2