Skip to content

Commit

Permalink
Merge pull request #10 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 12, 2025
2 parents 2d22d3a + c26a0d6 commit 8ae8aa9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/chatty-timers-pump.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.8

### Patch Changes

- Updated dependencies [2d22d3a]
- @zayne-labs/ui-react@0.2.1

## 0.0.7

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

## 0.2.1

### Patch Changes

- 2d22d3a: feat(show): add function children support and improve type safety 🎯
feat(switch): add function children and better condition handling 🔄
fix(exports): update import paths and remove redundant common export 🛠️
chore(deps): bump toolkit packages to 0.8.32 and other dependencies 📦

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"packageManager": "[email protected]",
"description": "A composable UI/UI-utilities components library. ",
"author": "Ryan Zayne",
Expand Down

0 comments on commit 8ae8aa9

Please sign in to comment.