Skip to content

Commit

Permalink
1.0.16 -> 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed May 15, 2023
1 parent 63422e9 commit 147af9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 1.0.17
* Support non-integer padding styles.

## 1.0.16
* Relaxed `children` prop return type from `ReactElement` to `ReactNode`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-virtualized-auto-sizer",
"version": "1.0.16",
"version": "1.0.17",
"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 147af9b

Please sign in to comment.