diff --git a/.changeset/wild-colts-tie.md b/.changeset/wild-colts-tie.md deleted file mode 100644 index b60e8935..00000000 --- a/.changeset/wild-colts-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-cool-virtual": patch ---- - -fix: filter data with dynamic size causes empty row/column diff --git a/CHANGELOG.md b/CHANGELOG.md index b4274741..3dbfb7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-cool-virtual +## 0.5.2 + +### Patch Changes + +- [#252](https://github.com/wellyshen/react-cool-virtual/pull/252) [`9467444`](https://github.com/wellyshen/react-cool-virtual/commit/9467444b2eb558d3e23d74a5b61cedd471b06232) Thanks [@wellyshen](https://github.com/wellyshen)! - fix: filter data with dynamic size causes empty row/column + ## 0.5.1 ### Patch Changes diff --git a/package.json b/package.json index 798d1f52..dec6a7ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-cool-virtual", - "version": "0.5.1", + "version": "0.5.2", "description": "A tiny React hook for rendering large datasets like a breeze.", "license": "MIT", "homepage": "https://github.com/wellyshen/react-cool-virtual#readme",