Practical release checks before using EnterUI in public apps.
Use this checklist before publishing a new EnterUI version or adopting it in a public product surface.
@froggdesign/enter-ui-react exports only documented public entry points.@froggdesign/enter-ui-react/styles.css is included in the published package.sideEffects keeps CSS imports from being tree-shaken.npm pack --dry-run lists only expected package files.pnpm exec biome check packages/enter-ui-react apps/web
pnpm --filter @froggdesign/enter-ui-react typecheck
pnpm --filter @froggdesign/enter-ui-react test
pnpm --filter @froggdesign/enter-ui-react build
pnpm --filter @froggdesign/web typecheck
pnpm --filter @froggdesign/web build
pnpm --filter @froggdesign/enter-ui-react exec npm pack --dry-runUse Changesets for public package changes. Patch releases should be limited to bug fixes, documentation, tests, and additive non-breaking behavior. Minor releases may add components or props. Major releases are required for breaking contract changes.