diff --git a/.changeset/dry-peas-care.md b/.changeset/dry-peas-care.md deleted file mode 100644 index d4d3306..0000000 --- a/.changeset/dry-peas-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@embellish/react": minor ---- - -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. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 75755aa..b31a7e6 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 60a6c9a..9ff11a8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": {