Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Generated 2026-05-29. See [README.md](./README.md) for the RFC process.

## Accepted (7)
## Accepted (6)

| # | Title | Created | Accepted | Implemented | Withdrawn | Implementation |
| - | ----- | ------- | -------- | ----------- | --------- | -------------- |
Expand All @@ -14,9 +14,8 @@ Generated 2026-05-29. See [README.md](./README.md) for the RFC process.
| [0037](./accepted/0037-audit-overrides.md) | npm audit fix can apply overrides | — | — | — | — | — |
| [0035](./accepted/0035-registry-spec.md) | The `registry:` Dependency Specifier | — | — | — | — | — |
| [0028](./accepted/0028-publish-prompt.md) | Publish confirmation prompt | — | — | — | — | — |
| [0007](./accepted/0007-publish-without-tag.md) | Publish older versions without a tag | — | — | — | — | — |

## Implemented (37)
## Implemented (38)

| # | Title | Created | Accepted | Implemented | Withdrawn | Implementation |
| - | ----- | ------- | -------- | ----------- | --------- | -------------- |
Expand Down Expand Up @@ -54,6 +53,7 @@ Generated 2026-05-29. See [README.md](./README.md) for the RFC process.
| [0013](./implemented/0013-no-package-json-_fields.md) | Do Not Put Meta Information In `_`-Prefixed `package.json` Fields | — | — | — | — | — |
| [0012](./implemented/0012-running-as-root.md) | Don't change EUID/perms when running as root | — | — | — | — | — |
| [0010](./implemented/0010-monorepo-subdirectory-declaration.md) | Monorepo subdirectory declaration | — | — | — | — | — |
| [0007](./implemented/0007-publish-without-tag.md) | Publish older versions without a tag | — | — | 2026-05-29 | — | [link](<https://github.com/npm/cli/pull/7939>) |
| [0005](./implemented/0005-update-package-json.md) | Change how `npm update` edits `package.json` | — | — | — | — | — |
| [0003](./implemented/0003-run-suggestions.md) | Run Suggestions | — | — | — | — | — |
| [0001](./implemented/0001-package-aliases.md) | Package Aliases | — | — | — | — | — |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Publish older versions without a tag
number: 7
status: accepted
status: implemented
created: null
accepted_at: null
implemented_at: null
implemented_at: 2026-05-29
withdrawn_at: null
implementation: null
implementation: https://github.com/npm/cli/pull/7939
---
# Publish older versions without a tag

Expand Down