Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 8.34 KB

CHANGELOG.md

File metadata and controls

123 lines (68 loc) · 8.34 KB

Changelog

3.0.6 (2024-04-10)

Bug Fixes

  • e2a803b #145 allow for workspace patterns to start with ./ (#145) (@wraithgar)

3.0.5 (2024-04-10)

Bug Fixes

  • c89a529 #143 faster workspace mapping (#143) (@wraithgar, @thecodrr)

Documentation

  • 304c345 #141 readme: fix broken badge URLs (#141) (@10xLaCroixDrinker)

Chores

  • 2c3d889 #137 postinstall for dependabot template-oss PR (@lukekarrys)
  • 1e78272 #137 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • a5b6bf5 #134 postinstall for dependabot template-oss PR (@lukekarrys)
  • 797d0a0 #134 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
  • 4017779 #115 postinstall for dependabot template-oss PR (@lukekarrys)
  • 803e42f #115 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
  • b214753 #114 postinstall for dependabot template-oss PR (@lukekarrys)
  • 17747a7 #114 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
  • ff82968 #113 postinstall for dependabot template-oss PR (@lukekarrys)
  • f38ff1e #113 bump @npmcli/template-oss from 4.17.0 to 4.18.0 (@dependabot[bot])
  • cf234ce #112 postinstall for dependabot template-oss PR (@lukekarrys)
  • 414331d #112 bump @npmcli/template-oss from 4.15.1 to 4.17.0 (@dependabot[bot])
  • 003893e #110 postinstall for dependabot template-oss PR (@lukekarrys)
  • 8fcd7ee #110 bump @npmcli/template-oss from 4.14.1 to 4.15.1 (@dependabot[bot])

3.0.4 (2023-04-27)

Dependencies

3.0.3 (2023-03-21)

Dependencies

  • f37aeb1 #96 bump glob from 8.1.0 to 9.3.1 (#96)
  • 98d3b80 #92 bump minimatch from 6.2.0 to 7.4.2 (#92)

3.0.2 (2023-02-06)

Dependencies

3.0.1 (2022-12-14)

Dependencies

  • 15c752f #75 bump @npmcli/name-from-folder from 1.0.1 to 2.0.0

3.0.0 (2022-10-12)

⚠️ BREAKING CHANGES

  • @npmcli/map-workspaces is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • d018d85 #60 postinstall for dependabot template-oss PR (@lukekarrys)

Documentation

  • 2f9abc7 #64 update readme install package name (#64) (@wraithgar)

Dependencies

  • 8f3fcce #68 bump read-package-json-fast from 2.0.3 to 3.0.0

2.0.4 (2022-06-29)

Bug Fixes

  • replace deprecated String.prototype.substr() (#41) (1452a05)

2.0.3 (2022-04-20)

Dependencies

2.0.2 (2022-03-10)

Bug Fixes

  • evaluate all patterns before throwing EDUPLICATEWORKSPACE (#32) (ca0bf18)

Dependencies

  • update minimatch requirement from ^5.0.0 to ^5.0.1 (#28) (5c4fd0d)

2.0.1 (2022-02-17)

Bug Fixes

Dependencies

  • bump minimatch from 3.1.1 to 4.1.1 (305629e)
  • bump minimatch from 4.2.1 to 5.0.0 (2098531)
  • update glob requirement from ^7.1.6 to ^7.2.0 (588b229)
  • update read-package-json-fast requirement from ^2.0.1 to ^2.0.3 (0eeb67d)

0.0.0-pre.0

  • Initial pre-release.