From ac75e7c43e7e72613121527387ce08bdede75aec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:14:04 +0000 Subject: [PATCH] chore: release 9.9.2 --- .release-please-manifest.json | 4 ++-- AUTHORS | 1 + CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 8 ++++---- package.json | 4 ++-- workspaces/libnpmpublish/CHANGELOG.md | 6 ++++++ workspaces/libnpmpublish/package.json | 2 +- 7 files changed, 32 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d06d77ade0f53..1842249a692cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "9.9.1", + ".": "9.9.2", "workspaces/arborist": "6.5.0", "workspaces/libnpmaccess": "7.0.2", "workspaces/libnpmdiff": "5.0.20", @@ -8,7 +8,7 @@ "workspaces/libnpmhook": "9.0.3", "workspaces/libnpmorg": "5.0.4", "workspaces/libnpmpack": "5.0.20", - "workspaces/libnpmpublish": "7.5.0", + "workspaces/libnpmpublish": "7.5.1", "workspaces/libnpmsearch": "6.0.2", "workspaces/libnpmteam": "5.0.3", "workspaces/libnpmversion": "4.0.2", diff --git a/AUTHORS b/AUTHORS index ce86979e5dbad..f6e81aa7fb264 100644 --- a/AUTHORS +++ b/AUTHORS @@ -892,3 +892,4 @@ Rahul <122141535+rahulio96@users.noreply.github.com> AaronHamilton965 <91709196+AaronHamilton965@users.noreply.github.com> Fabian Vilers Yuku Kotani +Manuel Spigolon diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac4794bdd05c..df57d82371313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [9.9.2](https://github.com/npm/cli/compare/v9.9.1...v9.9.2) (2023-11-14) + +### Bug Fixes + +* [`4c9a5e1`](https://github.com/npm/cli/commit/4c9a5e15cdb7195a0781d765997eab49ef759d36) [#6993](https://github.com/npm/cli/pull/6993) look in workspace for exec commands (#6993) (@wraithgar) +* [`bb6f496`](https://github.com/npm/cli/commit/bb6f4960caebfefa81bfb82bbee2a54ff2b3a8b4) [#6992](https://github.com/npm/cli/pull/6992) correctly handle object licenses in SBOM generation (#6992) (@bdehamer, @jamietanna) +* [`10db3ca`](https://github.com/npm/cli/commit/10db3ca830408721c3d1ed108a4f04d9135a0598) [#6990](https://github.com/npm/cli/pull/6990) pkg: properly output in workspace mode (#6990) (@wraithgar) + +### Documentation + +* [`6ab06d7`](https://github.com/npm/cli/commit/6ab06d7a86614abb9b296feb85864e86f178f97e) [#6985](https://github.com/npm/cli/pull/6985) update npm-prune description (#6985) (@Eomm) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.5.1): `libnpmpublish@7.5.1` + ## [9.9.1](https://github.com/npm/cli/compare/v9.9.0...v9.9.1) (2023-10-30) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 06bf8e10b26fd..9ca72da2b9810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "9.9.1", + "version": "9.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "9.9.1", + "version": "9.9.2", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -120,7 +120,7 @@ "libnpmhook": "^9.0.3", "libnpmorg": "^5.0.4", "libnpmpack": "^5.0.20", - "libnpmpublish": "^7.5.0", + "libnpmpublish": "^7.5.1", "libnpmsearch": "^6.0.2", "libnpmteam": "^5.0.3", "libnpmversion": "^4.0.2", @@ -16143,7 +16143,7 @@ } }, "workspaces/libnpmpublish": { - "version": "7.5.0", + "version": "7.5.1", "license": "ISC", "dependencies": { "ci-info": "^3.6.1", diff --git a/package.json b/package.json index de62b691e935f..6e4e40f9ade42 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.9.1", + "version": "9.9.2", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -83,7 +83,7 @@ "libnpmhook": "^9.0.3", "libnpmorg": "^5.0.4", "libnpmpack": "^5.0.20", - "libnpmpublish": "^7.5.0", + "libnpmpublish": "^7.5.1", "libnpmsearch": "^6.0.2", "libnpmteam": "^5.0.3", "libnpmversion": "^4.0.2", diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md index 48ee7cb1883f5..a3accd6e50446 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.5.1](https://github.com/npm/cli/compare/libnpmpublish-v7.5.0...libnpmpublish-v7.5.1) (2023-11-14) + +### Bug Fixes + +* [`68e5cb6`](https://github.com/npm/cli/commit/68e5cb67305e6c62c7eac276bf1e9af4d680c504) [#6991](https://github.com/npm/cli/pull/6991) split github workflow ref (#6991) (@bdehamer, @sxzz) + ## [7.5.0](https://github.com/npm/cli/compare/libnpmpublish-v7.4.0...libnpmpublish-v7.5.0) (2023-07-05) ### Features diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index 3f447d1c4a261..7ae3bdec11d83 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "7.5.0", + "version": "7.5.1", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js",