Skip to content

Publish @a2ui/react to npm #867

@zeroasterisk

Description

@zeroasterisk

Summary

@a2ui/react (merged via PR #542) is not published to npm. The other renderer packages are published:

Package npm Status
@a2ui/lit 0.8.3 ✅ Published
@a2ui/web_core 0.8.0 ✅ Published
@a2ui/angular Published ✅ Published
@a2ui/react ❌ 404 Not published

Why this matters

The React renderer exists at renderers/react/ with a package.json declaring name: "@a2ui/react" and version: "0.8.0", but it was never added to the npm publish pipeline.

This blocks downstream consumers from using the React renderer without file: dependencies, which don't work in hosted environments (Vercel, Cloudflare, etc.).

What needs to happen

  1. Add renderers/react to the existing npm publish workflow (same as @a2ui/lit and @a2ui/web_core)
  2. Run npm publish for @a2ui/react@0.8.0

Related

Metadata

Metadata

Labels

P1sprint readyThis issue should be included in sprint planning views

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions