From 81ba2a725c2dfd5dda430470c0a21cb548b74029 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Fri, 29 May 2026 21:06:10 +0000 Subject: [PATCH] =?UTF-8?q?rfc:=20transition=20#0007=20=E2=86=92=20impleme?= =?UTF-8?q?nted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INDEX.md | 6 +++--- {accepted => implemented}/0007-publish-without-tag.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) rename {accepted => implemented}/0007-publish-without-tag.md (97%) diff --git a/INDEX.md b/INDEX.md index fa4c24db..857dbe67 100644 --- a/INDEX.md +++ b/INDEX.md @@ -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 | | - | ----- | ------- | -------- | ----------- | --------- | -------------- | @@ -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 | | - | ----- | ------- | -------- | ----------- | --------- | -------------- | @@ -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]() | | [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 | — | — | — | — | — | diff --git a/accepted/0007-publish-without-tag.md b/implemented/0007-publish-without-tag.md similarity index 97% rename from accepted/0007-publish-without-tag.md rename to implemented/0007-publish-without-tag.md index 7dbc77cf..70cfca47 100644 --- a/accepted/0007-publish-without-tag.md +++ b/implemented/0007-publish-without-tag.md @@ -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