Skip to content

Commit

Permalink
Merge pull request #43 from zayne-labs/changeset-release/main
Browse files Browse the repository at this point in the history
[ci]: update package version
  • Loading branch information
Ryan-Zayne authored Nov 8, 2024
2 parents cc6c4d6 + 5c51791 commit 5ad6c38
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/strong-fireants-promise.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 [cc6c4d6]
- @zayne-labs/toolkit@0.6.4

## 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
9 changes: 9 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zayne-labs/toolkit

## 0.6.4

### Patch Changes

- cc6c4d6: refactor(toolkit): update polymorphism types

- Update `InferOtherProps` to use `React.ComponentPropsWithRef` instead of `React.ComponentPropsWithoutRef` to include ref prop
- Remove the separate `RefProp` and `PolymorphicPropsWithRef` types as the ref prop is now included in `PolymorphicProps`

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zayne-labs/toolkit",
"type": "module",
"version": "0.6.3",
"version": "0.6.4",
"packageManager": "[email protected]",
"description": "A collection of utility functions, types and composables used by my other projects. Nothing too fancy but can be useful.",
"author": "Ryan Zayne",
Expand Down

0 comments on commit 5ad6c38

Please sign in to comment.