release: promote 0.0.11-beta.13 to stable 0.0.11#459
Closed
NiveditJain wants to merge 1 commit into
Closed
Conversation
Cut the first stable release of the 0.0.11 line: - package.json 0.0.11-beta.13 -> 0.0.11 (drops the -beta suffix so publish.yml publishes under the `latest` dist-tag, not `beta`). - Add the `## 0.0.11 — 2026-06-26` CHANGELOG section, mirroring the 0.0.10 promote-to-stable convention; the per-beta 0.0.11-beta.* sections below carry the full feature/fix/docs detail for the cycle. Sanity-checked locally against all CI gates: lint (0 errors), tsc, 1895 unit tests, build, validate:mdx (300 pages), 298 e2e tests, and a frozen-lockfile install — all green. Publishing to npm happens when the GitHub Release v0.0.11 is created; publish.yml then auto-bumps main to 0.0.12-beta.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TD26MQ8M3gyaTLN2cwufTf
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthrough
ChangesStable release update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Member
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.
Stable release:
0.0.11Cuts the first stable release of the
0.0.11line. This PR only preparesmain; the actual npm publish happens when the GitHub Releasev0.0.11is created (see How publishing works below).Changes
package.json:0.0.11-beta.13→0.0.11. Dropping the-betasuffix makespublish.ymlpublish under thelatestdist-tag instead ofbeta.CHANGELOG.md: add the## 0.0.11 — 2026-06-26section with a promote-to-stable Docs entry, mirroring the existing0.0.10convention. The per-beta0.0.11-beta.*sections below it carry the full feature/fix/docs detail for the cycle.Sanity check (all CI gates run locally, green)
no-img-elementwarnings)--noEmitpackages/)bun run build)validate:mdxfailproofai --version(fresh CLI build) reports0.0.11.How publishing works (for the merger)
Publishing is driven by GitHub Releases, not by merging this PR (
.github/workflows/publish.yml):mainis at0.0.11.v0.0.11.publish.ymlpublishes0.0.11to npm underlatest, publishes the alias packages, then auto-bumpsmainto0.0.12-beta.0with a[skip ci]commit.🤖 Generated with Claude Code
Summary by CodeRabbit