react-base-data-table 0.2.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -296,6 +296,10 @@ npm run buildForNPM && yalc push --sig
296
296
 
297
297
  ---
298
298
 
299
+ ## Current version
300
+
301
+ 0.3.1
302
+
299
303
  ## License
300
304
 
301
305
  This project is licensed under the [MIT License](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-base-data-table",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "types": "dist/types/index.d.ts",