Skip to content

Commit

Permalink
Merge pull request #3 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 3, 2025
2 parents 360a087 + b0dbfaa commit 2bc2739
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .changeset/long-seals-sparkle.md

This file was deleted.

7 changes: 7 additions & 0 deletions dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.2",
"version": "0.0.3",
"private": true,
"scripts": {
"build": "tsc && vite build",
Expand Down
25 changes: 25 additions & 0 deletions packages/ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.2",
"version": "0.0.3",
"packageManager": "[email protected]",
"description": "A composable UI/UI-utilities components library. ",
"author": "Ryan Zayne",
Expand Down

0 comments on commit 2bc2739

Please sign in to comment.