From 8aceb4a0050666ceb1b6da63d589d3cfcb03aa3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:04:55 +0000 Subject: [PATCH] chore: release 9.8.0 --- .release-please-manifest.json | 4 ++-- AUTHORS | 1 + CHANGELOG.md | 10 ++++++++++ package-lock.json | 8 ++++---- package.json | 4 ++-- workspaces/libnpmpublish/CHANGELOG.md | 6 ++++++ workspaces/libnpmpublish/package.json | 2 +- 7 files changed, 26 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..df83c75210398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [9.8.0](https://github.com/npm/cli/compare/v9.7.2...v9.8.0) (2023-06-30) + +### Features + +* [`89b2741`](https://github.com/npm/cli/commit/89b27413952ca454f715fee314d37e26f371444d) [#6548](https://github.com/npm/cli/pull/6548) add ps1 scripts (#6548) (@mribbons, @lukekarrys) + +### Dependencies + +* [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 a165f8ad35955..22abb1d79b5ff 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", @@ -15801,7 +15801,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 f345781248e43..5f5c08ebc3151 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..f17dc913333a3 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-06-30) + +### 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",