Uh oh!
There was an error while loading. Please reload this page.
release: promote 0.0.11-beta.13 to stable 0.0.11 - #459
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 |
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