diff --git a/package-lock.json b/package-lock.json index 964c6de178d6b..fc96a3c44963f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10212,7 +10212,7 @@ } }, "workspaces/libnpmteam": { - "version": "4.0.3", + "version": "5.0.0", "license": "ISC", "dependencies": { "aproba": "^2.0.0", diff --git a/workspaces/libnpmteam/CHANGELOG.md b/workspaces/libnpmteam/CHANGELOG.md index b203fe7d6dea7..23d541c50a337 100644 --- a/workspaces/libnpmteam/CHANGELOG.md +++ b/workspaces/libnpmteam/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [5.0.0](https://github.com/10088/cli/compare/libnpmteam-v4.0.3...libnpmteam-v5.0.0) (2022-05-31) + + +### ⚠ BREAKING CHANGES + +* **libnpmteam:** the log option is no longer passed to the updated deps + +### Bug Fixes + +* **logout:** require proper auth.js from npm-registry-fetch ([90c384c](https://github.com/10088/cli/commit/90c384ccccac32c80c481a04c438cbcbea82539c)) +* set proper workspace repo urls in package.json ([#4476](https://github.com/10088/cli/issues/4476)) ([0cfc155](https://github.com/10088/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754)) +* update readme badges ([#4658](https://github.com/10088/cli/issues/4658)) ([2829cb2](https://github.com/10088/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d)) + + +### Documentation + +* standardize changelog heading ([#4510](https://github.com/10088/cli/issues/4510)) ([91f03ee](https://github.com/10088/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f)) + + +### Dependencies + +* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/10088/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08)) +* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/10088/cli/issues/4639)) ([a59fd2c](https://github.com/10088/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f)) +* libnpmteam@4.0.0 ([0b2fa7f](https://github.com/10088/cli/commit/0b2fa7feda4643fe16c9a492497908f94d310dbd)) +* libnpmteam@4.0.3 ([35e5100](https://github.com/10088/cli/commit/35e5100e287925d19df4aab98de96cf70a6ff5a6)) +* **libnpmteam:** update to latest major versions of npm deps ([c5a801d](https://github.com/10088/cli/commit/c5a801d0f46e474133b3ebdf2bf42be29ffce494)) +* npm-registry-fetch@12.0.1 ([1bfc507](https://github.com/10088/cli/commit/1bfc507f2a5afa02f04d4dea2fc6d151d4fef3ac)) + ### [4.0.3](https://github.com/npm/cli/compare/libnpmteam-v4.0.2...libnpmteam-v4.0.3) (2022-04-06) diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json index 569678b5d864a..4dadfe055391f 100644 --- a/workspaces/libnpmteam/package.json +++ b/workspaces/libnpmteam/package.json @@ -1,7 +1,7 @@ { "name": "libnpmteam", "description": "npm Team management APIs", - "version": "4.0.3", + "version": "5.0.0", "author": "GitHub Inc.", "license": "ISC", "main": "lib/index.js",