From b0dbfaa62e855bb104004d16c8a29b63ede1ba95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Jan 2025 10:58:06 +0000 Subject: [PATCH] ci(changesets): update package version --- .changeset/long-seals-sparkle.md | 24 ------------------------ dev/CHANGELOG.md | 7 +++++++ dev/package.json | 2 +- packages/ui-react/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/ui-react/package.json | 2 +- 5 files changed, 34 insertions(+), 26 deletions(-) delete mode 100644 .changeset/long-seals-sparkle.md diff --git a/.changeset/long-seals-sparkle.md b/.changeset/long-seals-sparkle.md deleted file mode 100644 index dfbccc0..0000000 --- a/.changeset/long-seals-sparkle.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 index bc82d26..c133c86 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,12 @@ # dev +## 0.0.3 + +### Patch Changes + +- Updated dependencies [360a087] + - @zayne-labs/ui-react@0.0.3 + ## 0.0.2 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index 9ba02d5..91e1ef1 100644 --- a/dev/package.json +++ b/dev/package.json @@ -1,7 +1,7 @@ { "name": "dev", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "build": "tsc && vite build", diff --git a/packages/ui-react/CHANGELOG.md b/packages/ui-react/CHANGELOG.md index 975842f..478d6aa 100644 --- a/packages/ui-react/CHANGELOG.md +++ b/packages/ui-react/CHANGELOG.md @@ -1,5 +1,30 @@ # @zayne-labs/ui-react +## 0.0.3 + +### Patch Changes + +- 360a087: 🎉 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 + ## 0.0.2 ### Patch Changes diff --git a/packages/ui-react/package.json b/packages/ui-react/package.json index 3400760..d8947a8 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.2", + "version": "0.0.3", "packageManager": "pnpm@9.15.0", "description": "A composable UI/UI-utilities components library. ", "author": "Ryan Zayne",