Skip to content

Commit dd88296

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.6.2
1 parent 434b461 commit dd88296

8 files changed

+39
-14
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "9.6.1",
2+
".": "9.6.2",
33
"workspaces/arborist": "6.2.5",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.13",
@@ -8,9 +8,9 @@
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.3",
1010
"workspaces/libnpmpack": "5.0.13",
11-
"workspaces/libnpmpublish": "7.1.1",
11+
"workspaces/libnpmpublish": "7.1.2",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",
15-
"workspaces/config": "6.1.3"
15+
"workspaces/config": "6.1.4"
1616
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [9.6.2](https://github.com/npm/cli/compare/v9.6.1...v9.6.2) (2023-03-14)
4+
5+
### Bug Fixes
6+
7+
* [`4622b42`](https://github.com/npm/cli/commit/4622b425751bc6e3eebb9abfa5fc3fbf94890e34) [#6247](https://github.com/npm/cli/pull/6247) add provenance publish notice (#6247) (@bdehamer)
8+
9+
### Dependencies
10+
11+
* [`434b461`](https://github.com/npm/cli/commit/434b461e4c15513817eaec6acfe82c7814789c85) [#6255](https://github.com/npm/cli/pull/6255) `[email protected]` (#6255)
12+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.4): `@npmcli/[email protected]`
13+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.1.2): `[email protected]`
14+
315
## [9.6.1](https://github.com/npm/cli/compare/v9.6.0...v9.6.1) (2023-03-08)
416

517
### Bug Fixes

package-lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.6.1",
3+
"version": "9.6.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.6.1",
9+
"version": "9.6.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -85,7 +85,7 @@
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
8787
"@npmcli/arborist": "^6.2.5",
88-
"@npmcli/config": "^6.1.3",
88+
"@npmcli/config": "^6.1.4",
8989
"@npmcli/map-workspaces": "^3.0.2",
9090
"@npmcli/package-json": "^3.0.0",
9191
"@npmcli/run-script": "^6.0.0",
@@ -113,7 +113,7 @@
113113
"libnpmhook": "^9.0.3",
114114
"libnpmorg": "^5.0.3",
115115
"libnpmpack": "^5.0.13",
116-
"libnpmpublish": "^7.1.1",
116+
"libnpmpublish": "^7.1.2",
117117
"libnpmsearch": "^6.0.2",
118118
"libnpmteam": "^5.0.3",
119119
"libnpmversion": "^4.0.2",
@@ -15050,7 +15050,7 @@
1505015050
},
1505115051
"workspaces/config": {
1505215052
"name": "@npmcli/config",
15053-
"version": "6.1.3",
15053+
"version": "6.1.4",
1505415054
"license": "ISC",
1505515055
"dependencies": {
1505615056
"@npmcli/map-workspaces": "^3.0.2",
@@ -15213,7 +15213,7 @@
1521315213
}
1521415214
},
1521515215
"workspaces/libnpmpublish": {
15216-
"version": "7.1.1",
15216+
"version": "7.1.2",
1521715217
"license": "ISC",
1521815218
"dependencies": {
1521915219
"ci-info": "^3.6.1",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.6.1",
2+
"version": "9.6.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@isaacs/string-locale-compare": "^1.1.0",
5656
"@npmcli/arborist": "^6.2.5",
57-
"@npmcli/config": "^6.1.3",
57+
"@npmcli/config": "^6.1.4",
5858
"@npmcli/map-workspaces": "^3.0.2",
5959
"@npmcli/package-json": "^3.0.0",
6060
"@npmcli/run-script": "^6.0.0",
@@ -82,7 +82,7 @@
8282
"libnpmhook": "^9.0.3",
8383
"libnpmorg": "^5.0.3",
8484
"libnpmpack": "^5.0.13",
85-
"libnpmpublish": "^7.1.1",
85+
"libnpmpublish": "^7.1.2",
8686
"libnpmsearch": "^6.0.2",
8787
"libnpmteam": "^5.0.3",
8888
"libnpmversion": "^4.0.2",

workspaces/config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.1.4](https://github.com/npm/cli/compare/config-v6.1.3...config-v6.1.4) (2023-03-14)
4+
5+
### Bug Fixes
6+
7+
* [`968f63a`](https://github.com/npm/cli/commit/968f63ada828ee8ccfdba3d6d437c9e7c6917026) [#6236](https://github.com/npm/cli/pull/6236) parse date objects from config files (#6236) (@wraithgar)
8+
39
## [6.1.3](https://github.com/npm/cli/compare/config-v6.1.2...config-v6.1.3) (2023-02-07)
410

511
### Dependencies

workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "6.1.3",
3+
"version": "6.1.4",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmpublish/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [7.1.2](https://github.com/npm/cli/compare/libnpmpublish-v7.1.1...libnpmpublish-v7.1.2) (2023-03-14)
4+
5+
### Bug Fixes
6+
7+
* [`4622b42`](https://github.com/npm/cli/commit/4622b425751bc6e3eebb9abfa5fc3fbf94890e34) [#6247](https://github.com/npm/cli/pull/6247) add provenance publish notice (#6247) (@bdehamer)
8+
* [`17adfb7`](https://github.com/npm/cli/commit/17adfb7b6c125cf033ac259936fb15bb85339aac) [#6228](https://github.com/npm/cli/pull/6228) provenance build type v2 (#6228) (@bdehamer, @feelepxyz)
9+
310
## [7.1.1](https://github.com/npm/cli/compare/libnpmpublish-v7.1.0...libnpmpublish-v7.1.1) (2023-03-08)
411

512
### Bug Fixes

workspaces/libnpmpublish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "7.1.1",
3+
"version": "7.1.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)