Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/fuzzy-pixels-coordinate.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pixel-ui/react",
"version": "2.2.0",
"version": "2.2.1",
"description": "Wrap any element with <Pixel> and your CSS becomes pixel art. Tailwind, inline styles, CSS modules — all supported. No Canvas, SSR compatible.",
"keywords": [
"react",
Expand Down