From e3d215eca521a51ef115dad12c71fe7ea3317023 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 17:54:38 +0000 Subject: [PATCH] chore: release 9.8.0 --- .release-please-manifest.json | 4 ++-- AUTHORS | 1 + CHANGELOG.md | 11 +++++++++++ package-lock.json | 8 ++++---- package.json | 4 ++-- workspaces/libnpmpublish/CHANGELOG.md | 6 ++++++ workspaces/libnpmpublish/package.json | 2 +- 7 files changed, 27 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73d8ff091c515..21971f5adff2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "9.7.2", + ".": "9.8.0", "workspaces/arborist": "6.2.10", "workspaces/libnpmaccess": "7.0.2", "workspaces/libnpmdiff": "5.0.18", @@ -8,7 +8,7 @@ "workspaces/libnpmhook": "9.0.3", "workspaces/libnpmorg": "5.0.4", "workspaces/libnpmpack": "5.0.18", - "workspaces/libnpmpublish": "7.4.0", + "workspaces/libnpmpublish": "7.5.0", "workspaces/libnpmsearch": "6.0.2", "workspaces/libnpmteam": "5.0.3", "workspaces/libnpmversion": "4.0.2", diff --git a/AUTHORS b/AUTHORS index efa0778688021..dea48ae527b87 100644 --- a/AUTHORS +++ b/AUTHORS @@ -887,3 +887,4 @@ Michaƫl Bitard may <63159454+m4rch3n1ng@users.noreply.github.com> Rayyan Ul Haq <31252332+Rayyan98@users.noreply.github.com> DaviDevMod <98312056+DaviDevMod@users.noreply.github.com> +Mike Ribbons diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c56a25e78bd..419d162378d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [9.8.0](https://github.com/npm/cli/compare/v9.7.2...v9.8.0) (2023-07-05) + +### Features + +* [`89b2741`](https://github.com/npm/cli/commit/89b27413952ca454f715fee314d37e26f371444d) [#6548](https://github.com/npm/cli/pull/6548) add ps1 scripts (#6548) (@mribbons, @lukekarrys) + +### Dependencies + +* [`9238682`](https://github.com/npm/cli/commit/92386822ddf0a849fd2c269b1f5ee9ee47082da0) [#6623](https://github.com/npm/cli/pull/6623) `sigstore@1.7.0` (#6623) +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.5.0): `libnpmpublish@7.5.0` + ## [9.7.2](https://github.com/npm/cli/compare/v9.7.1...v9.7.2) (2023-06-21) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index ac4ba66c3c26f..7082fd29ed228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "9.7.2", + "version": "9.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "9.7.2", + "version": "9.8.0", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -114,7 +114,7 @@ "libnpmhook": "^9.0.3", "libnpmorg": "^5.0.4", "libnpmpack": "^5.0.18", - "libnpmpublish": "^7.4.0", + "libnpmpublish": "^7.5.0", "libnpmsearch": "^6.0.2", "libnpmteam": "^5.0.3", "libnpmversion": "^4.0.2", @@ -15799,7 +15799,7 @@ } }, "workspaces/libnpmpublish": { - "version": "7.4.0", + "version": "7.5.0", "license": "ISC", "dependencies": { "ci-info": "^3.6.1", diff --git a/package.json b/package.json index d335bb8dabed3..4c99b869f401a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.7.2", + "version": "9.8.0", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -81,7 +81,7 @@ "libnpmhook": "^9.0.3", "libnpmorg": "^5.0.4", "libnpmpack": "^5.0.18", - "libnpmpublish": "^7.4.0", + "libnpmpublish": "^7.5.0", "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 106784026d86f..48ee7cb1883f5 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.5.0](https://github.com/npm/cli/compare/libnpmpublish-v7.4.0...libnpmpublish-v7.5.0) (2023-07-05) + +### Features + +* [`5baf6a2`](https://github.com/npm/cli/commit/5baf6a2c6274d9838556617e9ff5b66fe87ede51) [#6613](https://github.com/npm/cli/pull/6613) SLSA 1.0 provenance statement (#6613) (@bdehamer) + ## [7.4.0](https://github.com/npm/cli/compare/libnpmpublish-v7.3.0...libnpmpublish-v7.4.0) (2023-06-21) ### Features diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index 151f455afb6e8..6ea6a7181b0b7 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "7.4.0", + "version": "7.5.0", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js",