Skip to content

Commit

Permalink
chore: release 9.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and wraithgar committed Nov 15, 2023
1 parent 4c9a5e1 commit ac75e7c
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -892,3 +892,4 @@ Rahul <[email protected]>
AaronHamilton965 <[email protected]>
Fabian Vilers <[email protected]>
Yuku Kotani <[email protected]>
Manuel Spigolon <[email protected]>
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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): `[email protected]`

## [9.9.1](https://github.com/npm/cli/compare/v9.9.0...v9.9.1) (2023-10-30)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -16143,7 +16143,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.5.0",
"version": "7.5.1",
"license": "ISC",
"dependencies": {
"ci-info": "^3.6.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.9.1",
"version": "9.9.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpublish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpublish/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ac75e7c

Please sign in to comment.