diff --git a/.changeset/young-waves-rest.md b/.changeset/young-waves-rest.md deleted file mode 100644 index fbebada8..00000000 --- a/.changeset/young-waves-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@watching/clips-react': patch ---- - -Remove unnecessary props in React wrapper components diff --git a/packages/clips-react/CHANGELOG.md b/packages/clips-react/CHANGELOG.md index 537afd6e..74faa95b 100644 --- a/packages/clips-react/CHANGELOG.md +++ b/packages/clips-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @watching/clips-react +## 0.5.5 + +### Patch Changes + +- [`f39da5f8`](https://github.com/lemonmade/watch/commit/f39da5f8910220fcfea6589701d98a3d5552e0ea) Thanks [@lemonmade](https://github.com/lemonmade)! - Remove unnecessary props in React wrapper components + ## 0.5.4 ### Patch Changes diff --git a/packages/clips-react/package.json b/packages/clips-react/package.json index 5584e6a4..cb9b45dc 100644 --- a/packages/clips-react/package.json +++ b/packages/clips-react/package.json @@ -1,6 +1,6 @@ { "name": "@watching/clips-react", - "version": "0.5.4", + "version": "0.5.5", "license": "MIT", "type": "module", "publishConfig": {