diff --git a/.changeset/shy-mirrors-sin.md b/.changeset/shy-mirrors-sin.md deleted file mode 100644 index 57b7a2ac..00000000 --- a/.changeset/shy-mirrors-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-cool-virtual": patch ---- - -fix: filter items not updated correctly diff --git a/CHANGELOG.md b/CHANGELOG.md index 41911a30..dad02387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-cool-virtual +## 0.5.4 + +### Patch Changes + +- [#256](https://github.com/wellyshen/react-cool-virtual/pull/256) [`281a31e`](https://github.com/wellyshen/react-cool-virtual/commit/281a31ef500360c41829098db892f873633fbedd) Thanks [@wellyshen](https://github.com/wellyshen)! - fix: filter items not updated correctly + ## 0.5.3 ### Patch Changes diff --git a/package.json b/package.json index 49a2dbd3..8f93be8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-cool-virtual", - "version": "0.5.3", + "version": "0.5.4", "description": "A tiny React hook for rendering large datasets like a breeze.", "license": "MIT", "homepage": "https://github.com/wellyshen/react-cool-virtual#readme",