Skip to content

Commit e727af7

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.2.4
1 parent da18e4f commit e727af7

File tree

7 files changed

+34
-9
lines changed

7 files changed

+34
-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-
".": "10.2.3",
2+
".": "10.2.4",
33
"workspaces/arborist": "7.2.1",
44
"workspaces/libnpmaccess": "8.0.1",
55
"workspaces/libnpmdiff": "6.0.3",
@@ -8,7 +8,7 @@
88
"workspaces/libnpmhook": "10.0.0",
99
"workspaces/libnpmorg": "6.0.1",
1010
"workspaces/libnpmpack": "6.0.3",
11-
"workspaces/libnpmpublish": "9.0.1",
11+
"workspaces/libnpmpublish": "9.0.2",
1212
"workspaces/libnpmsearch": "7.0.0",
1313
"workspaces/libnpmteam": "6.0.0",
1414
"workspaces/libnpmversion": "5.0.1",

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,3 +908,6 @@ Wes Todd <[email protected]>
908908
Mike McCready <[email protected]>
909909
Piotr Kmieć <[email protected]>
910910
Santoshraj2 <[email protected]>
911+
Jamie Tanna <[email protected]>
912+
三咲智子 Kevin Deng <[email protected]>
913+
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+
## [10.2.4](https://github.com/npm/cli/compare/v10.2.3...v10.2.4) (2023-11-13)
4+
5+
### Bug Fixes
6+
7+
* [`0f70088`](https://github.com/npm/cli/commit/0f7008851f1c250405e8dc326f15d535e8fc1eae) [#6969](https://github.com/npm/cli/pull/6969) correctly handle object licenses in SBOM generation (#6969) (@jamietanna)
8+
* [`dce3b08`](https://github.com/npm/cli/commit/dce3b0896ba81b2109fea42ab32edd8a3193324c) [#6951](https://github.com/npm/cli/pull/6951) properly catch missing url opener error (#6951) (@wraithgar)
9+
10+
### Documentation
11+
12+
* [`da18e4f`](https://github.com/npm/cli/commit/da18e4f9baa180beeb325a384759a26a19ac2919) [#6987](https://github.com/npm/cli/pull/6987) update npm-prune description (#6987) (@Eomm)
13+
14+
### Dependencies
15+
16+
* [`b3a53c6`](https://github.com/npm/cli/commit/b3a53c6ab5fd933fc7f8258c155ed31be834393e) [#6949](https://github.com/npm/cli/pull/6949) `[email protected]` (#6949)
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.2): `[email protected]`
18+
319
## [10.2.3](https://github.com/npm/cli/compare/v10.2.2...v10.2.3) (2023-11-02)
420

521
### Dependencies

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": "10.2.3",
3+
"version": "10.2.4",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.2.3",
9+
"version": "10.2.4",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -122,7 +122,7 @@
122122
"libnpmhook": "^10.0.0",
123123
"libnpmorg": "^6.0.1",
124124
"libnpmpack": "^6.0.3",
125-
"libnpmpublish": "^9.0.1",
125+
"libnpmpublish": "^9.0.2",
126126
"libnpmsearch": "^7.0.0",
127127
"libnpmteam": "^6.0.0",
128128
"libnpmversion": "^5.0.1",
@@ -17763,7 +17763,7 @@
1776317763
}
1776417764
},
1776517765
"workspaces/libnpmpublish": {
17766-
"version": "9.0.1",
17766+
"version": "9.0.2",
1776717767
"license": "ISC",
1776817768
"dependencies": {
1776917769
"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": "10.2.3",
2+
"version": "10.2.4",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -84,7 +84,7 @@
8484
"libnpmhook": "^10.0.0",
8585
"libnpmorg": "^6.0.1",
8686
"libnpmpack": "^6.0.3",
87-
"libnpmpublish": "^9.0.1",
87+
"libnpmpublish": "^9.0.2",
8888
"libnpmsearch": "^7.0.0",
8989
"libnpmteam": "^6.0.0",
9090
"libnpmversion": "^5.0.1",

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+
## [9.0.2](https://github.com/npm/cli/compare/libnpmpublish-v9.0.1...libnpmpublish-v9.0.2) (2023-11-13)
4+
5+
### Bug Fixes
6+
7+
* [`fff8698`](https://github.com/npm/cli/commit/fff8698169441a6398319f6d0510dde4090e01ce) [#6978](https://github.com/npm/cli/pull/6978) publish: split github workflow ref (#6978) (@sxzz)
8+
39
## [9.0.1](https://github.com/npm/cli/compare/libnpmpublish-v9.0.0...libnpmpublish-v9.0.1) (2023-10-02)
410

511
### Dependencies

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": "9.0.1",
3+
"version": "9.0.2",
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)