Skip to content

Commit c4fbcdf

Browse files
chore: release 11.0.0-pre.2
1 parent 8a911da commit c4fbcdf

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "11.0.0-pre.1",
2+
".": "11.0.0-pre.2",
33
"workspaces/arborist": "9.0.0-pre.1",
44
"workspaces/libnpmaccess": "10.0.0-pre.0",
55
"workspaces/libnpmdiff": "8.0.0-pre.1",

CHANGELOG.md

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

3+
## [11.0.0-pre.2](https://github.com/npm/cli/compare/v11.0.0-pre.1...v11.0.0-pre.2) (2024-12-09)
4+
### Documentation
5+
* [`8a911da`](https://github.com/npm/cli/commit/8a911da452b9785bcd051778570beeb2d8b27421) [#7963](https://github.com/npm/cli/pull/7963) ls: removed design change pending section note (#7963) (@milaninfy)
6+
37
## [11.0.0-pre.1](https://github.com/npm/cli/compare/v11.0.0-pre.0...v11.0.0-pre.1) (2024-12-06)
48
### ⚠️ BREAKING CHANGES
59
* Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.

package-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.0.0-pre.1",
3+
"version": "11.0.0-pre.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.0.0-pre.1",
9+
"version": "11.0.0-pre.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.0.0-pre.1",
2+
"version": "11.0.0-pre.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)