Skip to content

Commit 107b5eb

Browse files
author
DevBot
committed
docs(release): sync version truth after the v0.44.0-beta.2 npm publication
npm dist-tag beta now serves 0.44.0-beta.2 for all five packages (published during the beta.2 release lane). release-state records the landed train; VERSION_PLAN records the amended patch-checkpoint topology (beta.2.1 -> beta.2.2 -> beta.2.3 -> beta.3, ADR-0151 amendment 2026-09-05); the roadmap timeline gains the patch-checkpoint entry (en/zh) while the machine-maintained CURRENT anchor stays on beta.2. Part of #1288 / #1320.
1 parent 983470e commit 107b5eb

3 files changed

Lines changed: 27 additions & 5 deletions

File tree

docs/current/VERSION_PLAN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ OpenElement = Web Components-native fullstack application framework.
55
The published stable line remains the 0.43 series on npm `latest`.
66
`v0.44.0-beta.2` is the current public v0.44 prerelease (Beta.2 —
77
Productization + Governance Offload) under dist-tag `beta`, succeeding the
8-
published Beta.1. The next stage is Beta.3 (`v0.44.0-beta.3`) per ADR-0151.
8+
published Beta.1. The Beta.2 stage continues with three patch checkpoints per
9+
ADR-0151 (as amended 2026-09-05): `v0.44.0-beta.2.1` (Router convergence) ->
10+
`v0.44.0-beta.2.2` (Document convergence) -> `v0.44.0-beta.2.3` (repository /
11+
governance closure), before Beta.3 (`v0.44.0-beta.3`, real workload / formal
12+
benchmark / hardening).
913

1014
ADR-0147 defines the Alpha workspace train, which is complete through Alpha.9.
1115
ADR-0151 retopologizes the release train and supersedes the ADR-0149 five-Beta
@@ -143,4 +147,4 @@ RC1 is the immutable frozen candidate. Any code, dependency, lockfile or artifac
143147
change after candidate freeze creates a new candidate and repeats qualification. RC
144148
promotion does not rebuild the artifacts and requires explicit human GO.
145149

146-
`internal alpha.1-alpha.9 workspaces (complete) -> internal alpha.10 truth closure (current) -> beta.1 framework qualification + governance freeze -> beta.2 productization + governance offload -> beta.3 final hardening + formal benchmark + real SaaS qualification -> RC1 frozen candidate / soak -> Stable/1.0 decision on Beta.3 evidence`
150+
`internal alpha.1-alpha.9 workspaces (complete) -> internal alpha.10 truth closure (complete) -> beta.1 framework qualification + governance freeze (published) -> beta.2 productization + governance offload (published) -> beta.2.1 router convergence -> beta.2.2 document convergence -> beta.2.3 repository/governance closure (cumulative Beta.2 verifier) -> beta.3 final hardening + formal benchmark + real SaaS qualification -> RC1 frozen candidate / soak -> Stable/1.0 decision on Beta.3 evidence`

docs/release/release-state.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"schemaVersion": 1,
3-
"sourceVersion": "0.44.0-beta.1",
4-
"publishedVersion": "0.44.0-beta.1",
5-
"latestLandedTrain": "v0.44.0-beta.1",
3+
"sourceVersion": "0.44.0-beta.2",
4+
"publishedVersion": "0.44.0-beta.2",
5+
"latestLandedTrain": "v0.44.0-beta.2",
66
"activeTarget": "v0.44.0-beta.2",
77
"nextPlannedTrain": "v0.44.0-beta.3",
88
"maturity": "beta"

www/app/routes/roadmap.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ const entries: Record<'en' | 'zh', TimelineEntry[]> = {
4242
stamp: 'CURRENT',
4343
status: 'prerelease',
4444
},
45+
{
46+
version: 'v0.44.0-beta.2.1 → 2.3',
47+
theme: 'Beta.2 patch checkpoints',
48+
copy:
49+
'Patch releases inside the Beta.2 stage: Router convergence (upstream URLPatternList + one RouteResolution), Document convergence (one resolved page meaning, post-build SEO rewriting removed) and repository/governance closure. Beta.3 keeps its real-workload and formal-benchmark theme.',
50+
state: 'next',
51+
stamp: 'NEXT',
52+
status: 'patch train',
53+
},
4554
{
4655
version: 'v0.44 alpha',
4756
theme: 'compiled OpenElement foundations',
@@ -94,6 +103,15 @@ const entries: Record<'en' | 'zh', TimelineEntry[]> = {
94103
stamp: 'CURRENT',
95104
status: '预发布',
96105
},
106+
{
107+
version: 'v0.44.0-beta.2.1 → 2.3',
108+
theme: 'Beta.2 补丁检查点',
109+
copy:
110+
'Beta.2 阶段内的补丁发布:Router 收敛(上游 URLPatternList + 单一 RouteResolution)、Document 收敛(单一页面语义,移除构建后 SEO 改写)与仓库/治理关闭。Beta.3 保持真实负载与正式基准主题。',
111+
state: 'next',
112+
stamp: 'NEXT',
113+
status: '补丁序列',
114+
},
97115
{
98116
version: 'v0.44 alpha',
99117
theme: '编译型 OpenElement 地基',

0 commit comments

Comments
 (0)