Skip to content

Commit c0773db

Browse files
chore: release 11.2.1
1 parent 1814b45 commit c0773db

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "11.2.0",
2+
".": "11.2.1",
33
"workspaces/arborist": "9.0.1",
44
"workspaces/libnpmaccess": "10.0.0",
55
"workspaces/libnpmdiff": "8.0.1",
@@ -11,5 +11,5 @@
1111
"workspaces/libnpmsearch": "9.0.0",
1212
"workspaces/libnpmteam": "8.0.0",
1313
"workspaces/libnpmversion": "8.0.0",
14-
"workspaces/config": "10.1.0"
14+
"workspaces/config": "10.1.1"
1515
}

CHANGELOG.md

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

3+
### Dependencies
4+
5+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.1.1): `@npmcli/config@10.1.1`
6+
37
## [11.2.0](https://github.com/npm/cli/compare/v11.1.0...v11.2.0) (2025-03-05)
48
### Features
59
* [`247ee1d`](https://github.com/npm/cli/commit/247ee1d95a12983e181c3c3f2f1fdb790dd21794) [#8100](https://github.com/npm/cli/pull/8100) cache: add npx commands (@wraithgar)

package-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.2.0",
9+
"version": "11.2.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -18810,7 +18810,7 @@
1881018810
},
1881118811
"workspaces/config": {
1881218812
"name": "@npmcli/config",
18813-
"version": "10.1.0",
18813+
"version": "10.1.1",
1881418814
"license": "ISC",
1881518815
"dependencies": {
1881618816
"@npmcli/map-workspaces": "^4.0.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.2.0",
2+
"version": "11.2.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
5555
"@npmcli/arborist": "^9.0.1",
56-
"@npmcli/config": "^10.1.0",
56+
"@npmcli/config": "^10.1.1",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^4.0.2",
5959
"@npmcli/package-json": "^6.1.1",

workspaces/config/CHANGELOG.md

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

3+
## [10.1.1](https://github.com/npm/cli/compare/config-v10.1.0...config-v10.1.1) (2025-03-07)
4+
### Bug Fixes
5+
* [`1814b45`](https://github.com/npm/cli/commit/1814b451d4b14c04cd8cb61f934277fa4d0d4723) [#8145](https://github.com/npm/cli/pull/8145) re-add positional arg and abbrev warnings (#8145) (@wraithgar)
6+
37
## [10.1.0](https://github.com/npm/cli/compare/config-v10.0.1...config-v10.1.0) (2025-03-05)
48
### Features
59
* [`3a80a7b`](https://github.com/npm/cli/commit/3a80a7b7d168c23b5e297cba7b47ba5b9875934d) [#8081](https://github.com/npm/cli/pull/8081) add --init-type flag (#8081) (@reggi)

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": "10.1.0",
3+
"version": "10.1.1",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)