diff --git a/.changeset/fuzzy-pixels-coordinate.md b/.changeset/fuzzy-pixels-coordinate.md deleted file mode 100644 index fbffd2d..0000000 --- a/.changeset/fuzzy-pixels-coordinate.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@react-pixel-ui/core": patch -"@react-pixel-ui/react": patch ---- - -Preserve existing parent filters when `usePixelRef` renders shadows, coordinate -filters shared by sibling instances, and reuse one root theme observer. - -Correct the published package documentation and PNG terminology. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 57b5194..d9804a9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @react-pixel-ui/core +## 2.2.1 + +### Patch Changes + +- [#8](https://github.com/Todari/react-pixel-ui/pull/8) [`ba4979c`](https://github.com/Todari/react-pixel-ui/commit/ba4979cd7a4870ed2b0911c26a41c7a3d7b4bcd0) Thanks [@Todari](https://github.com/Todari)! - Preserve existing parent filters when `usePixelRef` renders shadows, coordinate + filters shared by sibling instances, and reuse one root theme observer. + + Correct the published package documentation and PNG terminology. + ## 2.2.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 996bf34..e6287c4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-pixel-ui/core", - "version": "2.2.0", + "version": "2.2.1", "description": "Core engine for @react-pixel-ui/react. Generates pixel art styles from CSS. Install @react-pixel-ui/react directly.", "keywords": [ "pixel", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 16c5b0b..508c893 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @react-pixel-ui/react +## 2.2.1 + +### Patch Changes + +- [#8](https://github.com/Todari/react-pixel-ui/pull/8) [`ba4979c`](https://github.com/Todari/react-pixel-ui/commit/ba4979cd7a4870ed2b0911c26a41c7a3d7b4bcd0) Thanks [@Todari](https://github.com/Todari)! - Preserve existing parent filters when `usePixelRef` renders shadows, coordinate + filters shared by sibling instances, and reuse one root theme observer. + + Correct the published package documentation and PNG terminology. + +- Updated dependencies [[`ba4979c`](https://github.com/Todari/react-pixel-ui/commit/ba4979cd7a4870ed2b0911c26a41c7a3d7b4bcd0)]: + - @react-pixel-ui/core@2.2.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0e79fb6..8ed964d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@react-pixel-ui/react", - "version": "2.2.0", + "version": "2.2.1", "description": "Wrap any element with and your CSS becomes pixel art. Tailwind, inline styles, CSS modules — all supported. No Canvas, SSR compatible.", "keywords": [ "react",