diff --git a/.changeset/tall-cycles-begin.md b/.changeset/tall-cycles-begin.md deleted file mode 100644 index dfbccc0..0000000 --- a/.changeset/tall-cycles-begin.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"@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/dev/CHANGELOG.md b/dev/CHANGELOG.md new file mode 100644 index 0000000..b6ac873 --- /dev/null +++ b/dev/CHANGELOG.md @@ -0,0 +1,8 @@ +# dev + +## 0.0.1 + +### Patch Changes + +- Updated dependencies [6c0ce3e] + - @zayne-labs/ui-react@0.0.1 diff --git a/dev/package.json b/dev/package.json index 93947cb..e7e0d69 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,7 +1,7 @@ { "name": "dev", "type": "module", - "version": "0.0.0", + "version": "0.0.1", "private": true, "scripts": { "build": "tsc && vite build", diff --git a/packages/ui-react/CHANGELOG.md b/packages/ui-react/CHANGELOG.md new file mode 100644 index 0000000..8c288e1 --- /dev/null +++ b/packages/ui-react/CHANGELOG.md @@ -0,0 +1,26 @@ +# @zayne-labs/ui-react + +## 0.0.1 + +### Patch Changes + +- 6c0ce3e: 🎉 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/packages/ui-react/package.json b/packages/ui-react/package.json index e533691..6a336fd 100644 --- a/packages/ui-react/package.json +++ b/packages/ui-react/package.json @@ -1,7 +1,7 @@ { "name": "@zayne-labs/ui-react", "type": "module", - "version": "0.0.0", + "version": "0.0.1", "packageManager": "pnpm@9.15.0", "description": "A composable UI/UI-utilities components library. ", "author": "Ryan Zayne",