Skip to content

Commit

Permalink
9.18.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jan 31, 2018
1 parent 4c989a8 commit e775173
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
Changelog
------------

##### 9.18.4
* ✨ Upgrade flow to prop types converter and enable esm

##### 9.18.3
* 🐛 Temporary revert prop types in esm

##### 9.18.2
* 🐛 Fix previous change
##### 9.18.5
* 🐛 Revert changes > 9.18.0

<!--
##### 9.18.1
* ✨ Prevent generating cjs `prop-types` requires in esm build ([TrySound](https://github.com/TrySound) - [#950](https://github.com/bvaughn/react-virtualized/pull/950))
-->

##### 9.18.0
* ✨ Add `onScrollbarPresenceChange` prop to `MultiGrid`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React components for efficiently rendering large, scrollable lists and tabular data",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"user": "bvaughn",
"version": "9.18.4",
"version": "9.18.5",
"homepage": "https://github.com/bvaughn/react-virtualized",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit e775173

Please sign in to comment.