Commit b3eb355
chore(release): 0.23.1 coordinated (npm/PyPI/NuGet 0.23.1 · Maven 7.23.1)
Every registry carries a real changed product file, so none of the four is a
version-parity bump: npm (cli/codegen-ts/render), PyPI (render + fr019 generator),
NuGet (MetaObjects.Render + Fr019SharedEnum), Maven (render).
The theme is a check that was confidently wrong. Each fix is a guarantee the
toolchain already made and quietly failed to keep, and each survived because the
thing that would have caught it did not exist -- the render corpus had no fixture
using a derived accessor at all, nothing compared codegen's CHECK-constraint name
to migrate's, and no gate read the committed schema snapshot.
CHANGELOG: adds the @provided entry the branch shipped without. That fix is
adopter-visible in three registries -- a chained abstract enum declaration
(B extends @provided A) was classified provided under a resolving read, so TS, C#
and Python emitted a reference to a hand-written type the adopter never declared
instead of materialising B from its inherited @values.
Also corrects CLAUDE.md's "Current release line", which still read 0.21.x /
7.21.x after drifting through three cuts.
Preflight evidence:
- PR #296 merged; local-ci success on the release SHA dfdb60f
- RELEASING.md Step 0 scan: 4 unmerged branches, each decided.
feat/int-backed-enum-values waits -- it adds @intValueMap, registered
vocabulary, so it is a MINOR and must not auto-adopt on a patch.
The other three verified as already-shipped work on main.
- check-publish-intent: OK (lockstep 0.23.0; 2 declared source-only)
- 33 version files, each a clean 1/1 diff; packed cli tarball resolves
workspace:* to 0.23.1 with no stale pins
- clean rebuild + workspace typecheck green
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent dfdb60f commit b3eb355
43 files changed
Lines changed: 160 additions & 80 deletions
File tree
- client/web/packages
- react
- runtime-web
- tanstack
- docs
- llms
- ports
- server
- csharp
- java
- codegen-base
- codegen-kotlin
- codegen-mustache
- codegen-plantuml
- codegen-spring
- core-spring
- integration-tests-kotlin
- integration-tests
- maven-plugin
- metadata-ktx
- metadata
- omdb-ktx
- omdb
- om
- render
- spring-boot-starter
- python
- typescript/packages
- ai-runtime
- cli
- codegen-ts-react
- codegen-ts-tanstack
- codegen-ts
- docs-site
- metadata
- migrate-ts
- render
- runtime-ts
- sdk
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
10 | 31 | | |
11 | 32 | | |
12 | 33 | | |
| |||
45 | 66 | | |
46 | 67 | | |
47 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
48 | 106 | | |
49 | 107 | | |
50 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments