generated from zayne-labs/create-ts-library
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from zayne-labs/changeset-release/main
ci(changesets): update package version
- Loading branch information
Showing
5 changed files
with
36 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# dev | ||
|
||
## 0.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [6c0ce3e] | ||
- @zayne-labs/ui-react@0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@zayne-labs/ui-react", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"packageManager": "[email protected]", | ||
"description": "A composable UI/UI-utilities components library. ", | ||
"author": "Ryan Zayne", | ||
|