Skip to content

Commit

Permalink
1.0.22 -> 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Feb 21, 2024
1 parent 12f19ab commit 34d0bc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.23

- Bugfix: Use ResizeObserver global from parentNode realm to support case with multiple realms (#82)

## 1.0.22

- Bugfix: Treat empty-string padding values as 0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-virtualized-auto-sizer",
"version": "1.0.22",
"version": "1.0.23",
"description": "Standalone version of the AutoSizer component from react-virtualized",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
"contributors": [
Expand Down

0 comments on commit 34d0bc9

Please sign in to comment.