docs(release): prep stable 0.3.0 (changelog + counts)#433
Open
bntvllnt wants to merge 2 commits into
Open
Conversation
Make main release-ready for the stable 0.3.0 cut (per docs/RELEASING.md). Does NOT release — merge + dispatch Publish is a separate step. - CHANGELOG.md + packages/ui/CHANGELOG.md: move [Unreleased] → dated [0.3.0] - 2026-06-16 (the publish workflow greps `## [0.3.0]`), drop the now-satisfied pre-release notes, add a Fixed entry for the theme-adaptive CandlestickChart/SparklineGrid colors, add the v0.3.0 link reference, and open a fresh empty [Unreleased]. - Fix stale component counts 144 → 225 in README.md, packages/ui/README.md, docs/ARCHITECTURE.md. - ROADMAP: status planning → release prep; link the real 0.3.0 milestone. - RELEASING.md: document the apps/registry version bump, the doc-sync step, and the post-publish PUBLISHED_VERSION flip (registry install target must advance only after the version is live on npm latest). Deliberately NOT flipping PUBLISHED_VERSION here — that stays ^0.2.1 until 0.3.0 is published, else the deployed registry would advertise an unpublished version and break `npx shadcn add`.
|
ntk preview
Built from |
…ts, sidebar fix, react-doctor sweep - CHANGELOG (root + packages/ui): add BREAKING React 19 requirement (drop React 18, forwardRef -> ref-as-prop, useContext -> use), the 70 new components (forms 18, motion 37, core 7, charts 5, AI 3), the docs-sidebar category fix, shared-internals extraction, and the react-doctor warning sweep; re-date to 2026-06-17. - Component count 225 -> 295 across README (root + package), ARCHITECTURE, ROADMAP metric.
Collaborator
Author
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.
Closes #432
Makes
mainready to cut stable 0.3.0 (perdocs/RELEASING.md). Docs-only — this PR does not release. Merge → dispatch Publish is the separate next step.Changes
CHANGELOG.md+packages/ui/CHANGELOG.md):[Unreleased]→ dated[0.3.0] - 2026-06-16(the publish workflow's release gate greps## [0.3.0]), dropped the now-satisfied pre-release notes, added a Fixed entry (theme-adaptiveCandlestickChart/SparklineGridcolors — the two pre-existing components touched by the remediation), added thev0.3.0link reference, opened a fresh empty[Unreleased].README.mdheadline (body already said 225 — was self-contradictory),packages/ui/README.md,docs/ARCHITECTURE.md.planning→release prep;milestone TBD→ real 0.3.0 milestone.apps/registryversion bump, the doc-sync step, and the post-publishPUBLISHED_VERSIONflip.Deliberately NOT here
PUBLISHED_VERSIONflip. It stays^0.2.1until 0.3.0 is live on npmlatest; flipping before publish would make the deployed registry advertise an unpublished version and breaknpx shadcn add. It's a documented post-publish follow-up.packages/uiandapps/registryare already0.3.0.Changelog content audit
The
[0.3.0]section already covers everything: all component families (225, up from 140), OKLCH theming + runtime presets, and the site/agent surface (MCP, templates, playground, Pagefind search, en/fr routes, /vs, design endpoints). Verified the publish-workflow awk extracts the section cleanly.Release sequence after this merges
0.3.0-canary.<sha>).main→ tagsv0.3.0, publishes--tag latest, GitHub Release.PUBLISHED_VERSION→0.3.0+ regenerate registry (drift/integrity guards verify it).