From 3ec438e53d8ece5355a621a307d4e75d5ab8fbaa Mon Sep 17 00:00:00 2001 From: whyKusanagi <169282093+whykusanagi@users.noreply.github.com> Date: Sun, 24 May 2026 16:25:06 -0700 Subject: [PATCH] docs(0.2.1): bump CDN install URLs in CDN_CONSUMPTION.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CDN_CONSUMPTION.md had three pinned-version install examples still on @0.2.0 — slipped through the 0.2.1 bump because the file wasn't in VERSION_REFERENCES.md's checklist. Bumped all three to @0.2.1 and added the file to the checklist (entry #17) so future bumps catch it. No content change beyond the version digit. Doc headers like **Version**: 0.2.0 on per-component docs are deliberately left alone — they record when the doc content was last substantively revised, and 0.2.1 is a build-infra patch with no doc changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/CDN_CONSUMPTION.md | 6 +++--- docs/governance/VERSION_REFERENCES.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/CDN_CONSUMPTION.md b/docs/CDN_CONSUMPTION.md index 2f121ff..9ebd3a0 100644 --- a/docs/CDN_CONSUMPTION.md +++ b/docs/CDN_CONSUMPTION.md @@ -24,9 +24,9 @@ third-party warnings. ```html + href="https://cdn.nikkers.cc/corrupted-theme/@0.2.1/dist/theme.min.css"> + src="https://cdn.nikkers.cc/corrupted-theme/@0.2.1/dist/corrupted-text.min.js"> ``` **Pro:** Breaking changes never auto-propagate. **Con:** Manual version @@ -52,7 +52,7 @@ For production hardening, add SRI hashes: ```html ``` diff --git a/docs/governance/VERSION_REFERENCES.md b/docs/governance/VERSION_REFERENCES.md index ec306bb..738e683 100644 --- a/docs/governance/VERSION_REFERENCES.md +++ b/docs/governance/VERSION_REFERENCES.md @@ -31,6 +31,7 @@ | 14 | `docs/governance/VERSION_REFERENCES.md` *(this file)* | line 5 | `**Current Version**: X.Y.Z` | | 15 | `docs/governance/VERSION_MANAGEMENT.md` | lines 107, 444 | `Current Celeste version: X.Y.Z` | | 16 | `docs/platforms/NPM_PACKAGE.md` | lines 34, 83, 667, 675–676 (table), 695, 853 | CDN link, install example, semver example, version table (add new row at top), footer | +| 17 | `docs/CDN_CONSUMPTION.md` | search for `@X.Y.Z/dist/` | Pinned-version install examples (3 occurrences as of 0.2.1) | ---