bearnie 0.1.6–0.1.7
All releasesTwo releases that laid the groundwork for everything since:
- npm workspaces monorepo with unified
build:packagesandbuild:allscripts. - Release automation script with changelog, tagging, and optional npm publish; CI workflow with build, smoke tests, and a registry drift check.
- Coordinated registry versioning via a single
registryVersionfield. - MCP
add_componentsbatch tool with dependency resolution and barrel-last ordering; local registry path support. - Barrel export via
bearnie add barrelforimport { ... } from "@/components/bearnie". create-bearniewritesbearnie.jsonon all scaffolds so projects are CLI-ready; template bumped to Astro 7 with Tailwind v4.- Restored TypeScript declaration builds for
bearnie,create-bearnie, and@bearnie/mcp.