Skip to content

Latest commit

 

History

History
247 lines (147 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

247 lines (147 loc) · 10.5 KB

v4.2.0 (2024-01-15)

🐛 Bug Fix

Committers: 1

v4.1.0 (2024-01-15)

🚀 Enhancement

🏠 Internal

Committers: 2

v4.0.0 (2023-07-11)

💥 Breaking Change

  • #106 Upgrades release-it to 16.x. Upgrades node to 16.x (@scalvert)

🚀 Enhancement

🏠 Internal

Committers: 2

v3.2.0 (2022-07-26)

🚀 Enhancement

🐛 Bug Fix

  • #81 Bumps release-it to fix scoped context lookup (@scalvert)

Committers: 1

v3.1.0 (2022-07-21)

🚀 Enhancement

Committers: 1

v3.0.0 (2022-07-20)

v3.0.0 (2022-07-20)

💥 Breaking Change

  • #73 Refactor to support release-it@15 (ESM) (@refi93)

🐛 Bug Fix

🏠 Internal

Committers: 2

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