Skip to content

Commit

Permalink
chore: release 10.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Nov 13, 2023
1 parent da18e4f commit e727af7
Show file tree
Hide file tree
Showing 7 changed files with 34 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 @@
{
".": "10.2.3",
".": "10.2.4",
"workspaces/arborist": "7.2.1",
"workspaces/libnpmaccess": "8.0.1",
"workspaces/libnpmdiff": "6.0.3",
Expand All @@ -8,7 +8,7 @@
"workspaces/libnpmhook": "10.0.0",
"workspaces/libnpmorg": "6.0.1",
"workspaces/libnpmpack": "6.0.3",
"workspaces/libnpmpublish": "9.0.1",
"workspaces/libnpmpublish": "9.0.2",
"workspaces/libnpmsearch": "7.0.0",
"workspaces/libnpmteam": "6.0.0",
"workspaces/libnpmversion": "5.0.1",
Expand Down
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -908,3 +908,6 @@ Wes Todd <[email protected]>
Mike McCready <[email protected]>
Piotr Kmieć <[email protected]>
Santoshraj2 <[email protected]>
Jamie Tanna <[email protected]>
三咲智子 Kevin Deng <[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

## [10.2.4](https://github.com/npm/cli/compare/v10.2.3...v10.2.4) (2023-11-13)

### Bug Fixes

* [`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)
* [`dce3b08`](https://github.com/npm/cli/commit/dce3b0896ba81b2109fea42ab32edd8a3193324c) [#6951](https://github.com/npm/cli/pull/6951) properly catch missing url opener error (#6951) (@wraithgar)

### Documentation

* [`da18e4f`](https://github.com/npm/cli/commit/da18e4f9baa180beeb325a384759a26a19ac2919) [#6987](https://github.com/npm/cli/pull/6987) update npm-prune description (#6987) (@Eomm)

### Dependencies

* [`b3a53c6`](https://github.com/npm/cli/commit/b3a53c6ab5fd933fc7f8258c155ed31be834393e) [#6949](https://github.com/npm/cli/pull/6949) `[email protected]` (#6949)
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.2): `[email protected]`

## [10.2.3](https://github.com/npm/cli/compare/v10.2.2...v10.2.3) (2023-11-02)

### Dependencies
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": "10.2.3",
"version": "10.2.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.2.3",
"version": "10.2.4",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -122,7 +122,7 @@
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.1",
"libnpmpack": "^6.0.3",
"libnpmpublish": "^9.0.1",
"libnpmpublish": "^9.0.2",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
"libnpmversion": "^5.0.1",
Expand Down Expand Up @@ -17763,7 +17763,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "9.0.1",
"version": "9.0.2",
"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": "10.2.3",
"version": "10.2.4",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -84,7 +84,7 @@
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.1",
"libnpmpack": "^6.0.3",
"libnpmpublish": "^9.0.1",
"libnpmpublish": "^9.0.2",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
"libnpmversion": "^5.0.1",
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

## [9.0.2](https://github.com/npm/cli/compare/libnpmpublish-v9.0.1...libnpmpublish-v9.0.2) (2023-11-13)

### Bug Fixes

* [`fff8698`](https://github.com/npm/cli/commit/fff8698169441a6398319f6d0510dde4090e01ce) [#6978](https://github.com/npm/cli/pull/6978) publish: split github workflow ref (#6978) (@sxzz)

## [9.0.1](https://github.com/npm/cli/compare/libnpmpublish-v9.0.0...libnpmpublish-v9.0.1) (2023-10-02)

### Dependencies
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": "9.0.1",
"version": "9.0.2",
"description": "Programmatic API for the bits behind npm publish and unpublish",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down

0 comments on commit e727af7

Please sign in to comment.