Skip to content

Commit

Permalink
Merge pull request #6 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 8, 2025
2 parents 647fdf8 + d69d7f8 commit 0e1b42c
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .changeset/gorgeous-guests-do.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.6

### Patch Changes

- Updated dependencies [f02d029]
- @zayne-labs/ui-react@0.1.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"scripts": {
"build": "tsc && vite build",
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @zayne-labs/ui-react

## 0.1.0

### Minor Changes

- f02d029: feat(form):

- ✨ Add FormDescription component for form field descriptions
- 🏗️ Move context logic to dedicated form-context.ts file
- 🛠️ Add useFormFieldContext hook with better error handling
- ♻️ Improve error message types and render prop patterns

refactor(form): 🔄 Enhance form component architecture and API

style(form):

- 🎨 Rename compound component exports to use -parts suffix
- 🔤 Update provider names for better DX

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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.9",
"version": "0.1.0",
"packageManager": "[email protected]",
"description": "A composable UI/UI-utilities components library. ",
"author": "Ryan Zayne",
Expand Down

0 comments on commit 0e1b42c

Please sign in to comment.