diff --git a/.size-snapshot.json b/.size-snapshot.json index 88c11b8..09ef870 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -1,20 +1,20 @@ { "dist/index.js": { - "bundled": 112754, - "minified": 52324, - "gzipped": 13765 + "bundled": 112721, + "minified": 52301, + "gzipped": 13754 }, "dist/index.es.js": { - "bundled": 111817, - "minified": 51488, - "gzipped": 13599, + "bundled": 111784, + "minified": 51465, + "gzipped": 13587, "treeshaked": { "rollup": { "code": 80, "import_statements": 21 }, "webpack": { - "code": 8484 + "code": 8461 } } }, diff --git a/package.json b/package.json index b67c59c..3db8e91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-table", - "version": "7.0.0-rc.14", + "version": "7.0.0-rc.15", "description": "Hooks for building lightweight, fast and extendable datagrids for React", "license": "MIT", "homepage": "https://github.com/tannerlinsley/react-table#readme",