@atom-learning/components 1.24.1 → 1.24.2

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.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- ## [1.24.1](https://github.com/Atom-Learning/components/compare/v1.24.0...v1.24.1) (2022-08-26)
1
+ ## [1.24.2](https://github.com/Atom-Learning/components/compare/v1.24.1...v1.24.2) (2022-09-06)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **search-input:** throw onChange actual event on clear ([00c1bc6](https://github.com/Atom-Learning/components/commit/00c1bc63b8c297bfe99fd465d630d2ff77034c97))
6
+ * add checkbox indeterminate state example ([a40eeab](https://github.com/Atom-Learning/components/commit/a40eeab88752e4a3bb0bb01f0244c2474b11fed2))
7
7
 
8
8
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
9
9
 
@@ -13,3 +13,7 @@ with more specific requirements.
13
13
  ```tsx preview
14
14
  <Checkbox />
15
15
  ```
16
+
17
+ ```tsx preview
18
+ <Checkbox checked="indeterminate"/>
19
+ ```
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "module": "dist/index.js",
7
- "version": "1.24.1",
7
+ "version": "1.24.2",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"