feat(catalog): add comprehensive README documenting package purpose, components, usage, development workflow, and legal information

This commit is contained in:
2026-02-20 15:36:47 +00:00
parent bf451e7a17
commit 01c77d9427
3 changed files with 238 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-20 - 2.1.0 - feat(catalog)
add comprehensive README documenting package purpose, components, usage, development workflow, and legal information
- Adds new readme.md at repository root for @serve.zone/catalog describing 30+ UI components, tags, and example usage.
- Includes installation instructions, import examples, demo app shell info, development scripts (pnpm install/watch/build/test) and project structure overview.
- Documents TypeScript interfaces exported, component architecture patterns, and license/trademark/company contact details.
## 2026-02-20 - 2.0.1 - fix(catalog)
no changes detected