v7.0.0-rc.4

This commit is contained in:
Tanner Linsley 2019-12-08 19:26:49 -07:00
parent 1ac1d99f23
commit c1e4fb8956
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 7.0.0-rc.4
- A maintenance release, purely intended to update the @latest tag (which was overwritten by a v6 publish)
## 7.0.0-rc.3
- Fixed an issue where `column.clearSortBy` would crash

View File

@ -1,6 +1,6 @@
{
"name": "react-table",
"version": "7.0.0-rc.3",
"version": "7.0.0-rc.4",
"description": "Hooks for building lightweight, fast and extendable datagrids for React",
"license": "MIT",
"homepage": "https://github.com/tannerlinsley/react-table#readme",