Skip to content

Commit

Permalink
Merge pull request #8 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 11, 2025
2 parents 76dd494 + d8dc4fa commit 4023fce
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/ten-shirts-sort.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.7

### Patch Changes

- Updated dependencies [88b9957]
- @zayne-labs/ui-react@0.2.0

## 0.0.6

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

## 0.2.0

### Minor Changes

- 88b9957: feat(exports)!: ♻️ 🔧 simplify package exports using path patterns. slot and co are now under ./common/\* pattern

feat(components): ✨ export all components from root entry point

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

0 comments on commit 4023fce

Please sign in to comment.