Skip to content

Latest commit

 

History

History
219 lines (110 loc) · 8.81 KB

CHANGELOG.md

File metadata and controls

219 lines (110 loc) · 8.81 KB

Changelog

7.0.2 (2022-11-01)

Dependencies

7.0.1 (2022-10-26)

Dependencies

7.0.0 (2022-10-19)

Features

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

Dependencies

7.0.0-pre.4 (2022-10-19)

Dependencies

7.0.0-pre.3 (2022-10-13)

Dependencies

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

Dependencies

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

⚠️ BREAKING CHANGES

  • The default value of access is now public

Features

  • 525654e default access to public (@wraithgar)

Documentation

  • f0e7584 #5601 update docs/logging for new --access default (@wraithgar)

7.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)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • libnpmpack bumped from ^4.1.3 to ^5.0.0-pre.0

6.0.5 (2022-08-31)

Dependencies

  • 8ab12dc #5323 deps: @npmcli/eslint-config@3.1.0
  • The following workspace dependencies were updated
    • devDependencies
      • libnpmpack bumped from ^4.0.0 to ^4.1.3

6.0.4 (2022-04-26)

Bug Fixes

  • libnpmpublish: unpublish from custom reg (#4657) (e9163b4)

Dependencies

6.0.3 (2022-04-06)

Bug Fixes

Dependencies

6.0.2 (2022-03-15)

Documentation

Dependencies

  • normalize-package-data@4.0.0 (b2a4942)
  • npm-package-arg@9.0.1 (9555a5f)

3.0.1 (2020-03-27)

Features

3.0.0 (2020-03-09)

Breaking Changes

Miscellaneuous


All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.0.1 (2022-03-03)

Bug Fixes

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

2.0.0 (2019-09-18)

⚠ BREAKING CHANGES

  • This drops support for Node.js version 6.

Bug Fixes

  • audit warnings, drop support for Node.js v6 (d9a1fb6)

1.1.3 (2019-09-18)

1.1.2 (2019-07-16)

1.1.1 (2019-01-22)

Bug Fixes

  • auth: send username in correct key (#3) (38422d0)

1.1.0 (2018-08-31)

Features

  • publish: add support for publishConfig on manifests (161723b)

1.0.1 (2018-08-31)

Bug Fixes

  • opts: remove unused opts (2837098)

1.0.0 (2018-08-31)

Bug Fixes

  • api: use opts.algorithms, return true on success (80fe34b)
  • publish: first test pass w/ bugfixes (74135c9)
  • publish: full coverage test and related fixes (b5a3446)

Features

  • docs: add README with api docs (553c13d)
  • publish: add initial publish support. tests tbd (5b3fe94)
  • unpublish: add new api with unpublish support (1c9d594)