Skip to content

Commit

Permalink
chore: update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Zayne committed Jan 3, 2025
1 parent c3542cd commit 360a087
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .changeset/long-seals-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
"@zayne-labs/ui-react": patch
---

🎉 feat(initial): bootstrap @zayne-labs/ui library

✨ Features:

Set up monorepo structure with React UI package
Configure build system with Vite and TSUP
Add development environment with hot reloading
Configure TypeScript, ESLint, and Prettier
Set up GitHub Actions for CI/CD
Add Tailwind CSS integration
Configure package publishing settings
🔧 Tooling:

Add size-limit for bundle analysis
Set up changesets for versioning
Configure ESLint with React and Tailwind plugins
Add Prettier plugins for class names and Tailwind
📝 Documentation:

Add comprehensive README with features and setup guide
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:publint": "pnpm --filter \"./packages/*\" version-package:publint",
"lint:size": "pnpm --filter \"./packages/*\" lint:size",
"prepare": "husky",
"release": "pnpm --filter \"./packages/*\" release",
"release": "changeset publish",
"test:release": "pnpx pkg-pr-new publish './packages/*'",
"version-package": "changeset version"
},
Expand Down

0 comments on commit 360a087

Please sign in to comment.