Skip to content

Commit

Permalink
1.0.18 -> 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed May 29, 2023
1 parent 2600af2 commit d9c4e86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.0.19
* Further improved TypeScript definitions to avoid `any` types for `children` function parameters.
* [61](https://github.com/bvaughn/react-virtualized-auto-sizer/pull/61): Build release bundle with Preconstruct.

## 1.0.18
* Refine TypeScript types so that `disableHeight` and `disableWidth` are properly paired with conditional types like `children` and `onResize`.

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

Please sign in to comment.