diff --git a/package-lock.json b/package-lock.json index 964c6de178d6b..072ae9f45d147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10138,7 +10138,7 @@ } }, "workspaces/libnpmorg": { - "version": "4.0.3", + "version": "5.0.0", "license": "ISC", "dependencies": { "aproba": "^2.0.0", diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md index da03f0833615e..8f08011fb55b4 100644 --- a/workspaces/libnpmorg/CHANGELOG.md +++ b/workspaces/libnpmorg/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [5.0.0](https://github.com/10088/cli/compare/libnpmorg-v4.0.3...libnpmorg-v5.0.0) (2022-05-31) + + +### ⚠ BREAKING CHANGES + +* **libnpmorg:** 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)) +* libnpmorg@4.0.0 ([cf273f1](https://github.com/10088/cli/commit/cf273f1cf31775c8a73cc67b654faf87b44f7f79)) +* libnpmorg@4.0.3 ([dda8a97](https://github.com/10088/cli/commit/dda8a976a9dd696cf2b2e2be5b55b2048e768768)) +* **libnpmorg:** update to latest major versions of npm deps ([73a42ba](https://github.com/10088/cli/commit/73a42ba177cf6de98c60ab3efe777ee402700db2)) +* npm-registry-fetch@12.0.1 ([1bfc507](https://github.com/10088/cli/commit/1bfc507f2a5afa02f04d4dea2fc6d151d4fef3ac)) + ### [4.0.3](https://github.com/npm/cli/compare/libnpmorg-v4.0.2...libnpmorg-v4.0.3) (2022-04-06) diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json index 280fa5339ca53..2bbbe46c37de4 100644 --- a/workspaces/libnpmorg/package.json +++ b/workspaces/libnpmorg/package.json @@ -1,6 +1,6 @@ { "name": "libnpmorg", - "version": "4.0.3", + "version": "5.0.0", "description": "Programmatic api for `npm org` commands", "author": "GitHub Inc.", "main": "lib/index.js",