This commit is contained in:
Tanner Linsley 2020-04-02 14:34:15 -06:00
parent 052633a786
commit 6bb6aa435d
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ route: /changelog
# React Table Changelog
## 7.0.4
- Fixed a regression where @scarf/scarf was somehow removed from the package dependencies
## 7.0.3
- Fixed an issue where unnecessary documentation dependencies were added when installing the library

View File

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