From 39cdc9d225cbcddbe3ff1a38a33a5cbceb7037f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:44:22 +0000 Subject: [PATCH] chore(latest): release 1.0.0 --- workspaces/libnpmpublish/CHANGELOG.md | 35 +++++++++++++++++++++++++++ workspaces/libnpmpublish/package.json | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md index 0948c1c2776ab..a21bb5ee49462 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## 1.0.0 (2022-04-06) + + +### ⚠ BREAKING CHANGES + +* **libnpmpublish:** the log option is no longer passed to the updated deps + +### Bug Fixes + +* added arborist action and updated template-oss ([#4215](https://github.com/petershin/cli/issues/4215)) ([aa538df](https://github.com/petershin/cli/commit/aa538df4c19f46d2e24e2635d1214176c662fcea)) +* **libnpmpublish:** remove superfluous argument ([#4463](https://github.com/petershin/cli/issues/4463)) ([d9b6378](https://github.com/petershin/cli/commit/d9b63784dbef50c5b3a7bd62ba5df1aaa45133fc)) +* **logout:** require proper auth.js from npm-registry-fetch ([90c384c](https://github.com/petershin/cli/commit/90c384ccccac32c80c481a04c438cbcbea82539c)) +* replace deprecated String.prototype.substr() ([#4667](https://github.com/petershin/cli/issues/4667)) ([e3da5df](https://github.com/petershin/cli/commit/e3da5df4152fbe547f7871547165328e1bf06262)) +* set proper workspace repo urls in package.json ([#4476](https://github.com/petershin/cli/issues/4476)) ([0cfc155](https://github.com/petershin/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754)) +* update readme badges ([#4658](https://github.com/petershin/cli/issues/4658)) ([2829cb2](https://github.com/petershin/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d)) + + +### Documentation + +* standardize changelog heading ([#4510](https://github.com/petershin/cli/issues/4510)) ([91f03ee](https://github.com/petershin/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f)) + + +### Dependencies + +* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/petershin/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08)) +* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/petershin/cli/issues/4639)) ([a59fd2c](https://github.com/petershin/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f)) +* cacache@16.0.1 ([f95396a](https://github.com/petershin/cli/commit/f95396a033b75e2a3e9aa83f0b06c527641027a4)) +* libnpmpack@4.0.0 ([8b1d963](https://github.com/petershin/cli/commit/8b1d9636ad2374254263d154f2b4ca8ea6416f4c)) +* libnpmpublish@6.0.0 ([67aed05](https://github.com/petershin/cli/commit/67aed05429163fc120e05e6fb15f8f3cd9c6ef22)) +* **libnpmpublish:** update to latest major versions of npm deps ([b8f0829](https://github.com/petershin/cli/commit/b8f082950667d7f6aee46f13a958c465dd9d68f6)) +* normalize-package-data@4.0.0 ([b2a4942](https://github.com/petershin/cli/commit/b2a494283f45a25d1b87bc40bf2d68812871e89c)) +* npm-package-arg@9.0.1 ([9555a5f](https://github.com/petershin/cli/commit/9555a5f1d135aa1b8f7374273403efe41e99ee26)) +* npm-registry-fetch@12.0.1 ([1bfc507](https://github.com/petershin/cli/commit/1bfc507f2a5afa02f04d4dea2fc6d151d4fef3ac)) +* ssri@9.0.0 ([a2781a3](https://github.com/petershin/cli/commit/a2781a367d62328d7f870de878f1b63d66593f4f)) + ### [6.0.2](https://www.github.com/npm/cli/compare/libnpmpublish-v6.0.1...libnpmpublish-v6.0.2) (2022-03-15) diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index f183c625777c8..d4a07ab813043 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "6.0.2", + "version": "1.0.0", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js",