Skip to content

Commit 881dab3

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.0.1-pre.1
1 parent 687ab12 commit 881dab3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-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.1-pre.1",
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

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

3+
## [11.0.1-pre.1](https://github.com/npm/cli/compare/v11.0.0-pre.1...v11.0.1-pre.1) (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+
### Chores
7+
* [`687ab12`](https://github.com/npm/cli/commit/687ab12eb5ea0ee1017101f3a83d42fd76299627) [#7970](https://github.com/npm/cli/pull/7970) remove pre-release mode from npm 11 and workspaces (#7970) (@wraithgar)
8+
39
## [11.0.0-pre.1](https://github.com/npm/cli/compare/v11.0.0-pre.0...v11.0.0-pre.1) (2024-12-06)
410
### ⚠️ BREAKING CHANGES
511
* 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.1-pre.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.0.0-pre.1",
9+
"version": "11.0.1-pre.1",
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.1-pre.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)