Skip to content

Commit

Permalink
Merge pull request #1 from zayne-labs/changeset-release/main
Browse files Browse the repository at this point in the history
ci(changesets): update package version
  • Loading branch information
Ryan-Zayne authored Jan 2, 2025
2 parents 6c0ce3e + 4edc882 commit edc7808
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .changeset/tall-cycles-begin.md

This file was deleted.

8 changes: 8 additions & 0 deletions dev/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dev",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "tsc && vite build",
Expand Down
26 changes: 26 additions & 0 deletions packages/ui-react/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
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",
Expand Down

0 comments on commit edc7808

Please sign in to comment.