Skip to content

Commit ac75e7c

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.9.2
1 parent 4c9a5e1 commit ac75e7c

File tree

7 files changed

+32
-9
lines changed

7 files changed

+32
-9
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "9.9.1",
2+
".": "9.9.2",
33
"workspaces/arborist": "6.5.0",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.20",
@@ -8,7 +8,7 @@
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.4",
1010
"workspaces/libnpmpack": "5.0.20",
11-
"workspaces/libnpmpublish": "7.5.0",
11+
"workspaces/libnpmpublish": "7.5.1",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,3 +892,4 @@ Rahul <[email protected]>
892892
AaronHamilton965 <[email protected]>
893893
Fabian Vilers <[email protected]>
894894
Yuku Kotani <[email protected]>
895+
Manuel Spigolon <[email protected]>

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [9.9.2](https://github.com/npm/cli/compare/v9.9.1...v9.9.2) (2023-11-14)
4+
5+
### Bug Fixes
6+
7+
* [`4c9a5e1`](https://github.com/npm/cli/commit/4c9a5e15cdb7195a0781d765997eab49ef759d36) [#6993](https://github.com/npm/cli/pull/6993) look in workspace for exec commands (#6993) (@wraithgar)
8+
* [`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)
9+
* [`10db3ca`](https://github.com/npm/cli/commit/10db3ca830408721c3d1ed108a4f04d9135a0598) [#6990](https://github.com/npm/cli/pull/6990) pkg: properly output in workspace mode (#6990) (@wraithgar)
10+
11+
### Documentation
12+
13+
* [`6ab06d7`](https://github.com/npm/cli/commit/6ab06d7a86614abb9b296feb85864e86f178f97e) [#6985](https://github.com/npm/cli/pull/6985) update npm-prune description (#6985) (@Eomm)
14+
15+
### Dependencies
16+
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.5.1): `[email protected]`
18+
319
## [9.9.1](https://github.com/npm/cli/compare/v9.9.0...v9.9.1) (2023-10-30)
420

521
### Bug Fixes

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.9.1",
3+
"version": "9.9.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.9.1",
9+
"version": "9.9.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -120,7 +120,7 @@
120120
"libnpmhook": "^9.0.3",
121121
"libnpmorg": "^5.0.4",
122122
"libnpmpack": "^5.0.20",
123-
"libnpmpublish": "^7.5.0",
123+
"libnpmpublish": "^7.5.1",
124124
"libnpmsearch": "^6.0.2",
125125
"libnpmteam": "^5.0.3",
126126
"libnpmversion": "^4.0.2",
@@ -16143,7 +16143,7 @@
1614316143
}
1614416144
},
1614516145
"workspaces/libnpmpublish": {
16146-
"version": "7.5.0",
16146+
"version": "7.5.1",
1614716147
"license": "ISC",
1614816148
"dependencies": {
1614916149
"ci-info": "^3.6.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.9.1",
2+
"version": "9.9.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -83,7 +83,7 @@
8383
"libnpmhook": "^9.0.3",
8484
"libnpmorg": "^5.0.4",
8585
"libnpmpack": "^5.0.20",
86-
"libnpmpublish": "^7.5.0",
86+
"libnpmpublish": "^7.5.1",
8787
"libnpmsearch": "^6.0.2",
8888
"libnpmteam": "^5.0.3",
8989
"libnpmversion": "^4.0.2",

workspaces/libnpmpublish/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [7.5.1](https://github.com/npm/cli/compare/libnpmpublish-v7.5.0...libnpmpublish-v7.5.1) (2023-11-14)
4+
5+
### Bug Fixes
6+
7+
* [`68e5cb6`](https://github.com/npm/cli/commit/68e5cb67305e6c62c7eac276bf1e9af4d680c504) [#6991](https://github.com/npm/cli/pull/6991) split github workflow ref (#6991) (@bdehamer, @sxzz)
8+
39
## [7.5.0](https://github.com/npm/cli/compare/libnpmpublish-v7.4.0...libnpmpublish-v7.5.0) (2023-07-05)
410

511
### Features

workspaces/libnpmpublish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "7.5.0",
3+
"version": "7.5.1",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)