@scheels-softdev/kendoreact-generics 2.0.3 → 2.0.4

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,8 @@ Note: This package has only been tested with typescript. if you're using javascr
20
20
  - [MultiSelect Dropdown](#multiselect-dropdown)
21
21
  - [Filter Cell Dropdown](#filter-cell-dropdown)
22
22
  - [Command Cell Dropdown](#command-cell-dropdown)
23
+ - [Command Cell Date](#command-cell-date)
24
+ - [Command Cell Checkbox](#command-cell-checkbox)
23
25
 
24
26
  ---
25
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scheels-softdev/kendoreact-generics",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",