Skip to content

Commit

Permalink
version bump (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nsaunders and github-actions[bot] authored Jun 21, 2024
1 parent 2e9ca01 commit c7f0d8e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-ladybugs-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-rice-trade.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @embellish/react

## 0.5.0

### Minor Changes

- 8f33c80: Simplified type definitions for the `createComponent` function. The `createStyleProps` function is now required and accepts a record with `true` values instead of an array of property names.

### Patch Changes

- a7e660a: Removed component display name validation, which is not needed because React allows any string.

## 0.4.2

### 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 @@
{
"private": false,
"name": "@embellish/react",
"version": "0.4.2",
"version": "0.5.0",
"description": "A lightweight React styling primitive, powered entirely by CSS and inline styles",
"type": "module",
"repository": {
Expand Down

0 comments on commit c7f0d8e

Please sign in to comment.