diff --git a/.changeset/long-seals-sparkle.md b/.changeset/long-seals-sparkle.md new file mode 100644 index 0000000..dfbccc0 --- /dev/null +++ b/.changeset/long-seals-sparkle.md @@ -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 diff --git a/package.json b/package.json index a2258a3..21df63b 100644 --- a/package.json +++ b/package.json @@ -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" },