Skip to content

Commit

Permalink
version bump (#67)
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 Aug 7, 2024
1 parent a408bdc commit 3ed62b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-peas-care.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- a408bdc: Renamed the `is` prop to `as`. Aside from `as` being the more common prop name, the HTML `as` attribute applies only to `link` elements, which are strictly non-presentational. On the other hand, the `is` prop is a global attribute used for customizing built-in elements, making the `is` prop collision more likely to create an impediment.

## 0.6.4

### 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.6.4",
"version": "0.7.0",
"description": "A lightweight React styling primitive, powered entirely by CSS and inline styles",
"type": "module",
"repository": {
Expand Down

0 comments on commit 3ed62b6

Please sign in to comment.