docs(0.2.1): bump CDN install URLs in CDN_CONSUMPTION.md#28
Merged
Conversation
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) <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
corrupted-theme | 3ec438e | Commit Preview URL Branch Preview URL |
May 24 2026, 11:25 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #27.
docs/CDN_CONSUMPTION.mdhad three pinned-version install examples still on@0.2.0because the file wasn't inVERSION_REFERENCES.md's bump checklist.@0.2.1.docs/CDN_CONSUMPTION.mdas entry feat(0.2.0 #3): CDN distribution via R2 + cdn.{whykusanagi.xyz,nikkers.cc} #17 to the VERSION_REFERENCES.md checklist so the gap doesn't recur.Not changed
Per-component doc headers (
**Version**: 0.2.0onWEB_IMPLEMENTATION.md,COMPONENT_MAPPING.md,COMPONENT_LIBRARY.md,ANIMATION_GUIDELINES.md,GLASSMORPHISM.md,COLOR_SYSTEM.md,DESIGN_TOKENS.md,CLI_IMPLEMENTATION.md) 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 content changes.Historical refs (
@version 0.2.0JSDoc, "Since: 0.2.0" markers,MIGRATION_CONTAINER_0.2.0.mdfilename, CHANGELOG history, "0.2.0 New Components" section labels) also left as-is — they describe when a thing was added, not the current shipped version.Test plan
grep -rn "@0\.2\.0" docs/returns 0 hits in install/usage examplesVERSION_REFERENCES.mdchecklist includes CDN_CONSUMPTION.md🤖 Generated with Claude Code