trotl-table 1.0.8 → 1.0.9

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,8 @@ yarn add trotl-table
25
25
  ```
26
26
 
27
27
  ## Versions
28
-
28
+ ```js
29
+ 1.0.9 => fix readme
29
30
  1.0.8 => fix readme
30
31
  1.0.7 => removed context (better for npm consumers)
31
32
  1.0.6 => ...
@@ -34,6 +35,7 @@ yarn add trotl-table
34
35
  1.0.3 => ...
35
36
  1.0.2 => prepare for npm consumers
36
37
  1.0.1 => initial release
38
+ ```
37
39
 
38
40
  ## ⚡ Quick Start
39
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trotl-table",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Reusable table UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",