@availity/mui-checkbox 0.1.20 → 0.1.21

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/CHANGELOG.md +28 -11
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.21](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.20...@availity/mui-checkbox@0.1.21) (2023-12-27)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-form-utils` updated to version `0.9.0`
10
+ * `mui-page-header` updated to version `0.2.13`
11
+
12
+ ### Bug Fixes
13
+
14
+ * **mui-block-ui:** merge main branch ([8ec0ca6](https://github.com/Availity/element/commit/8ec0ca617a5b279f3657122e2c7c6b20281e3ebc))
15
+
5
16
  ## [0.1.20](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.19...@availity/mui-checkbox@0.1.20) (2023-12-21)
6
17
 
7
18
  ### Dependency Updates
@@ -12,37 +23,43 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
12
23
 
13
24
  ### Dependency Updates
14
25
 
15
- * `mui-form-utils` updated to version `0.8.0`
16
- * `mui-page-header` updated to version `0.2.11`
26
+ - `mui-form-utils` updated to version `0.8.0`
27
+ - `mui-page-header` updated to version `0.2.11`
28
+
17
29
  ## [0.1.18](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.17...@availity/mui-checkbox@0.1.18) (2023-12-14)
18
30
 
19
31
  ### Dependency Updates
20
32
 
21
- * `mui-form-utils` updated to version `0.7.2`
22
- * `mui-page-header` updated to version `0.2.10`
33
+ - `mui-form-utils` updated to version `0.7.2`
34
+ - `mui-page-header` updated to version `0.2.10`
35
+
23
36
  ## [0.1.17](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.16...@availity/mui-checkbox@0.1.17) (2023-12-14)
24
37
 
25
38
  ### Dependency Updates
26
39
 
27
- * `mui-form-utils` updated to version `0.7.1`
28
- * `mui-page-header` updated to version `0.2.9`
40
+ - `mui-form-utils` updated to version `0.7.1`
41
+ - `mui-page-header` updated to version `0.2.9`
42
+
29
43
  ## [0.1.16](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.15...@availity/mui-checkbox@0.1.16) (2023-12-14)
30
44
 
31
45
  ### Dependency Updates
32
46
 
33
- * `mui-form-utils` updated to version `0.7.0`
34
- * `mui-page-header` updated to version `0.2.8`
47
+ - `mui-form-utils` updated to version `0.7.0`
48
+ - `mui-page-header` updated to version `0.2.8`
49
+
35
50
  ## [0.1.15](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.14...@availity/mui-checkbox@0.1.15) (2023-12-13)
36
51
 
37
52
  ### Dependency Updates
38
53
 
39
- * `mui-page-header` updated to version `0.2.7`
54
+ - `mui-page-header` updated to version `0.2.7`
55
+
40
56
  ## [0.1.14](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.13...@availity/mui-checkbox@0.1.14) (2023-12-04)
41
57
 
42
58
  ### Dependency Updates
43
59
 
44
- * `mui-form-utils` updated to version `0.6.2`
45
- * `mui-page-header` updated to version `0.2.6`
60
+ - `mui-form-utils` updated to version `0.6.2`
61
+ - `mui-page-header` updated to version `0.2.6`
62
+
46
63
  ## [0.1.13](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.12...@availity/mui-checkbox@0.1.13) (2023-11-28)
47
64
 
48
65
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-checkbox",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Availity MUI Checkbox Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -32,7 +32,7 @@
32
32
  "publish:canary": "yarn npm publish --access public --tag canary"
33
33
  },
34
34
  "devDependencies": {
35
- "@availity/mui-form-utils": "^0.8.1",
35
+ "@availity/mui-form-utils": "^0.9.0",
36
36
  "@availity/mui-icon": "^0.7.3",
37
37
  "@availity/mui-typography": "^0.1.5",
38
38
  "@mui/material": "^5.11.9",