Skip to content

Latest commit

 

History

History
166 lines (91 loc) · 7.37 KB

CHANGELOG.md

File metadata and controls

166 lines (91 loc) · 7.37 KB

Changelog

5.0.6 (2022-12-07)

Dependencies

5.0.5 (2022-11-30)

Dependencies

5.0.4 (2022-11-16)

Dependencies

5.0.3 (2022-11-09)

Dependencies

5.0.2 (2022-11-02)

Dependencies

5.0.1 (2022-10-26)

Dependencies

5.0.0 (2022-10-19)

Features

  • 586e78d empty commit to trigger all workspace releases (@lukekarrys)

Dependencies

5.0.0-pre.3 (2022-10-19)

Dependencies

5.0.0-pre.2 (2022-10-05)

Dependencies

5.0.0-pre.1 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

Features

  • 3ae796d implement new npm-packlist behavior (@lukekarrys)

Dependencies

5.0.0-pre.0 (2022-09-08)

⚠ BREAKING CHANGES

  • workspaces: all workspace packages are now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e95017a #5485 feat(workspaces): update supported node engines in package.json (@lukekarrys)

4.0.5 (2022-08-31)

Dependencies

4.0.4 (2022-06-22)

Dependencies

4.0.3 (2022-04-06)

Bug Fixes

Dependencies

4.0.2 (2022-03-15)

Dependencies

4.0.1 (2022-03-03)

Bug Fixes

  • set proper workspace repo urls in package.json (#4476) (0cfc155)

2.0.3

  • fix name of options sent by the npm cli

2.0.2

  • fix matching basename file filter

2.0.1

  • fix for tarballs not listing folder names

2.0.0

  • API rewrite:
    • normalized all options
    • specs to compare are now an array
  • fix context=0
  • added support to filtering by folder names

1.0.1

  • fixed nameOnly option

1.0.0

  • Initial release