Release summaries
fresh-toes-build
Pass Bun transpile paths through production JSX mode so published browser bundles stop emitting the dev runtime.
maintainer
Shared Bun transpile paths now force production JSX mode, and the affected published browser bundles were rebuilt against that fix.
integrator
Browser-facing Contractspec packages no longer publish `react/jsx-dev-runtime` imports in their production JS artifacts.
customer
Production React bundles built from the affected Contractspec packages stop depending on the development JSX runtime.
native-publish-closure
Harden published cross-platform UI packages around precise public subpath imports and closed native dist graphs.
maintainer
Native builds now include generic shared entries in dist/native so native public exports have a resolvable helper closure.
integrator
Cross-package UI imports should use precise public subpaths instead of root design-system imports when published packages may be consumed through platform conditions.
platform-suffix-bun-build
Support ios, android, native, and web platform suffixes in the shared Bun build tool and Metro presentation helper.
maintainer
contractspec-bun-build now treats ios and android as native-family platform variants while keeping web and native export behavior stable.
integrator
Packages can publish .ios, .android, .native, and .web source variants with matching conditional exports and build outputs.
customer
Cross-platform UI packages can resolve platform-specific variants more reliably in Expo, React Native, and Next.js projects.
