Skip to content

Latest commit

 

History

History
319 lines (167 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

319 lines (167 loc) · 12.5 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.0.0 (2022-10-12)

Note: Version bump only for package @lerna/filter-options

6.0.0-alpha.2 (2022-10-12)

Note: Version bump only for package @lerna/filter-options

6.0.0-alpha.1 (2022-10-09)

6.0.0-alpha.0 (2022-10-07)

Note: Version bump only for package @lerna/filter-options

5.6.2 (2022-10-09)

Note: Version bump only for package @lerna/filter-options

5.6.1 (2022-09-30)

Note: Version bump only for package @lerna/filter-options

5.6.0 (2022-09-29)

Note: Version bump only for package @lerna/filter-options

5.5.4 (2022-09-28)

Note: Version bump only for package @lerna/filter-options

5.5.3 (2022-09-28)

Note: Version bump only for package @lerna/filter-options

5.5.2 (2022-09-20)

Note: Version bump only for package @lerna/filter-options

5.5.1 (2022-09-09)

Note: Version bump only for package @lerna/filter-options

5.5.0 (2022-08-31)

Note: Version bump only for package @lerna/filter-options

5.4.3 (2022-08-16)

Note: Version bump only for package @lerna/filter-options

5.4.2 (2022-08-14)

Note: Version bump only for package @lerna/filter-options

5.4.1 (2022-08-12)

Note: Version bump only for package @lerna/filter-options

5.4.0 (2022-08-08)

Note: Version bump only for package @lerna/filter-options

5.3.0 (2022-07-27)

Note: Version bump only for package @lerna/filter-options

5.2.0 (2022-07-22)

Note: Version bump only for package @lerna/filter-options

5.1.8 (2022-07-07)

Note: Version bump only for package @lerna/filter-options

5.1.7 (2022-07-06)

Note: Version bump only for package @lerna/filter-options

5.1.6 (2022-06-24)

Note: Version bump only for package @lerna/filter-options

5.1.5 (2022-06-24)

Note: Version bump only for package @lerna/filter-options

5.1.4 (2022-06-15)

Note: Version bump only for package @lerna/filter-options

5.1.3 (2022-06-15)

Note: Version bump only for package @lerna/filter-options

5.1.2 (2022-06-13)

Bug Fixes

  • update all transitive inclusions of ansi-regex (#3166) (56eaa15)

5.1.1 (2022-06-09)

Bug Fixes

  • allow maintenance LTS node 14 engines starting at 14.15.0 (#3161) (72305e4)

5.1.0 (2022-06-07)

Note: Version bump only for package @lerna/filter-options

5.1.0-alpha.0 (2022-05-25)

Note: Version bump only for package @lerna/filter-options

5.0.0 (2022-05-24)

Note: Version bump only for package @lerna/filter-options

4.0.0 (2021-02-10)

Bug Fixes

  • Improve accuracy of JSDoc type annotations (1ec69f0)

Features

  • Consume named exports of sibling modules (63499e3)
  • Drop support for Node v6.x & v8.x (ff4bb4d)
  • Expose named export (c1303f1)
  • Remove default export (e2f1ec3)
  • filter-options: Remove figgy-pudding (7d90289)

BREAKING CHANGES

  • The default export has been removed, please use a named export instead.
  • Node v6.x & v8.x are no longer supported. Please upgrade to the latest LTS release.

Here's the gnarly one-liner I used to make these changes:

npx lerna exec --concurrency 1 --stream -- 'json -I -f package.json -e '"'"'this.engines=this.engines||{};this.engines.node=">= 10.18.0"'"'"

(requires npm i -g json beforehand)

3.20.0 (2019-12-27)

Note: Version bump only for package @lerna/filter-options

3.18.4 (2019-11-08)

Bug Fixes

  • filter-options: Clarify --since description (b649b35)
  • filter-options: Ensure --include-merged-tags is available to all --since-filterable commands (287bcd8), closes #2332

3.18.0 (2019-10-15)

Bug Fixes

  • bootstrap: Move all filter logging into get-filtered-packages method (54dca56)

Features

  • filter-options: Add --exclude-dependents option (ff50e29), closes #2198
  • filter-options: Allow command to continue if no packages are matched (#2280) (a706023)
  • filter-options: Rename --include-filtered-* options (f2c3a92)
  • filter-options: Use figgy-pudding in getFilteredPackages() (73badee)

3.16.5 (2019-10-07)

Note: Version bump only for package @lerna/filter-options

3.16.0 (2019-07-18)

Note: Version bump only for package @lerna/filter-options

3.14.2 (2019-06-09)

Note: Version bump only for package @lerna/filter-options

3.14.0 (2019-05-14)

Note: Version bump only for package @lerna/filter-options

3.13.3 (2019-04-17)

Note: Version bump only for package @lerna/filter-options

3.13.0 (2019-02-15)

Features

  • meta: Add repository.directory field to package.json (aec5023)
  • meta: Normalize package.json homepage field (abeb4dc)

3.12.1 (2019-02-14)

Note: Version bump only for package @lerna/filter-options

3.12.0 (2019-02-14)

Note: Version bump only for package @lerna/filter-options

3.11.0 (2019-02-08)

Bug Fixes

  • filter-options: Require arguments to --scope and --ignore (4b81dad)

3.10.6 (2019-01-19)

Bug Fixes

  • options: Document negated boolean options explicitly (8bc9669)

3.10.1 (2019-01-09)

Note: Version bump only for package @lerna/filter-options

3.10.0 (2019-01-08)

Note: Version bump only for package @lerna/filter-options

3.9.0 (2019-01-08)

Note: Version bump only for package @lerna/filter-options

3.8.1 (2018-12-31)

Note: Version bump only for package @lerna/filter-options

3.6.0 (2018-12-07)

Note: Version bump only for package @lerna/filter-options

3.5.0 (2018-11-27)

Note: Version bump only for package @lerna/filter-options

3.3.2 (2018-09-12)

Note: Version bump only for package @lerna/filter-options

3.3.0 (2018-09-06)

Note: Version bump only for package @lerna/filter-options

3.1.2 (2018-08-20)

Bug Fixes

  • filter-options: Move filterPackages logic into named export (e863c28)

3.0.5 (2018-08-15)

Bug Fixes

  • filter-options: Allow --private to be configured from file (21e134c)
  • help: Insert line break before describing boolean negations (da2f886)

3.0.0 (2018-08-10)

Note: Version bump only for package @lerna/filter-options

3.0.0-rc.0 (2018-07-27)

Features

  • cli: Upgrade to Yargs 12 (7899ab8)

3.0.0-beta.18 (2018-04-24)

Features

  • filters: Add --include-filtered-dependents flag (#1393) (2838260)

3.0.0-beta.9 (2018-03-24)

Bug Fixes

  • filter-options: Move include/exclude validation into filter-packages (503251d)

3.0.0-beta.2 (2018-03-10)

Features

  • Replace @lerna/match-package-name with multimatch (423f82c)

3.0.0-beta.1 (2018-03-09)

Features

  • filter-options: Exclude private packages with --no-private (6674d18)