Skip to content

Commit 93699fb

Browse files
chore: release 9.7.2
1 parent 29622c1 commit 93699fb

File tree

8 files changed

+36
-9
lines changed

8 files changed

+36
-9
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "9.7.1",
2+
".": "9.7.2",
33
"workspaces/arborist": "6.2.9",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.17",
@@ -8,9 +8,9 @@
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.4",
1010
"workspaces/libnpmpack": "5.0.17",
11-
"workspaces/libnpmpublish": "7.3.0",
11+
"workspaces/libnpmpublish": "7.4.0",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",
15-
"workspaces/config": "6.2.0"
15+
"workspaces/config": "6.2.1"
1616
}

CHANGELOG.md

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

3+
## [9.7.2](https://github.com/npm/cli/compare/v9.7.1...v9.7.2) (2023-06-13)
4+
5+
### Bug Fixes
6+
7+
* [`e722439`](https://github.com/npm/cli/commit/e722439b05bb4da691975359db58eac794f1f5d9) [#6497](https://github.com/npm/cli/pull/6497) move all definitions to @npmcli/config package (@lukekarrys)
8+
9+
### Dependencies
10+
11+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.2.1): `@npmcli/[email protected]`
12+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.4.0): `[email protected]`
13+
314
## [9.7.1](https://github.com/npm/cli/compare/v9.7.0...v9.7.1) (2023-06-06)
415

516
### Dependencies

package-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.7.1",
2+
"version": "9.7.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@isaacs/string-locale-compare": "^1.1.0",
5757
"@npmcli/arborist": "^6.2.9",
58-
"@npmcli/config": "^6.2.0",
58+
"@npmcli/config": "^6.2.1",
5959
"@npmcli/map-workspaces": "^3.0.4",
6060
"@npmcli/package-json": "^3.1.1",
6161
"@npmcli/run-script": "^6.0.2",
@@ -83,7 +83,7 @@
8383
"libnpmhook": "^9.0.3",
8484
"libnpmorg": "^5.0.4",
8585
"libnpmpack": "^5.0.17",
86-
"libnpmpublish": "^7.3.0",
86+
"libnpmpublish": "^7.4.0",
8787
"libnpmsearch": "^6.0.2",
8888
"libnpmteam": "^5.0.3",
8989
"libnpmversion": "^4.0.2",

workspaces/config/CHANGELOG.md

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

3+
## [6.2.1](https://github.com/npm/cli/compare/config-v6.2.0...config-v6.2.1) (2023-06-13)
4+
5+
### Bug Fixes
6+
7+
* [`e722439`](https://github.com/npm/cli/commit/e722439b05bb4da691975359db58eac794f1f5d9) [#6497](https://github.com/npm/cli/pull/6497) move all definitions to @npmcli/config package (@lukekarrys)
8+
39
## [6.2.0](https://github.com/npm/cli/compare/config-v6.1.7...config-v6.2.0) (2023-05-31)
410

511
### Features

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmpublish/CHANGELOG.md

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

3+
## [7.4.0](https://github.com/npm/cli/compare/libnpmpublish-v7.3.0...libnpmpublish-v7.4.0) (2023-06-13)
4+
5+
### Features
6+
7+
* [`7701105`](https://github.com/npm/cli/commit/770110535c07502e30619c3def8f35a522c36427) [#6526](https://github.com/npm/cli/pull/6526) Add GitLab CI provenance (#6375) (#6526) (@wraithgar, @wlynch)
8+
9+
### Bug Fixes
10+
11+
* [`29622c1`](https://github.com/npm/cli/commit/29622c1349b38173924058a1fb0ede9edf8a5f6f) [#6530](https://github.com/npm/cli/pull/6530) public package check in libnpmpublish (#6530) (@bdehamer)
12+
313
## [7.3.0](https://github.com/npm/cli/compare/libnpmpublish-v7.2.0...libnpmpublish-v7.3.0) (2023-05-31)
414

515
### 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.3.0",
3+
"version": "7.4.0",
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)