@availity/mui-checkbox 0.1.20 → 0.1.22

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 +33 -11
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.22](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.21...@availity/mui-checkbox@0.1.22) (2024-01-03)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-page-header` updated to version `0.2.14`
10
+ ## [0.1.21](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.20...@availity/mui-checkbox@0.1.21) (2023-12-27)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `mui-form-utils` updated to version `0.9.0`
15
+ * `mui-page-header` updated to version `0.2.13`
16
+
17
+ ### Bug Fixes
18
+
19
+ * **mui-block-ui:** merge main branch ([8ec0ca6](https://github.com/Availity/element/commit/8ec0ca617a5b279f3657122e2c7c6b20281e3ebc))
20
+
5
21
  ## [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
22
 
7
23
  ### Dependency Updates
@@ -12,37 +28,43 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
12
28
 
13
29
  ### Dependency Updates
14
30
 
15
- * `mui-form-utils` updated to version `0.8.0`
16
- * `mui-page-header` updated to version `0.2.11`
31
+ - `mui-form-utils` updated to version `0.8.0`
32
+ - `mui-page-header` updated to version `0.2.11`
33
+
17
34
  ## [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
35
 
19
36
  ### Dependency Updates
20
37
 
21
- * `mui-form-utils` updated to version `0.7.2`
22
- * `mui-page-header` updated to version `0.2.10`
38
+ - `mui-form-utils` updated to version `0.7.2`
39
+ - `mui-page-header` updated to version `0.2.10`
40
+
23
41
  ## [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
42
 
25
43
  ### Dependency Updates
26
44
 
27
- * `mui-form-utils` updated to version `0.7.1`
28
- * `mui-page-header` updated to version `0.2.9`
45
+ - `mui-form-utils` updated to version `0.7.1`
46
+ - `mui-page-header` updated to version `0.2.9`
47
+
29
48
  ## [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
49
 
31
50
  ### Dependency Updates
32
51
 
33
- * `mui-form-utils` updated to version `0.7.0`
34
- * `mui-page-header` updated to version `0.2.8`
52
+ - `mui-form-utils` updated to version `0.7.0`
53
+ - `mui-page-header` updated to version `0.2.8`
54
+
35
55
  ## [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
56
 
37
57
  ### Dependency Updates
38
58
 
39
- * `mui-page-header` updated to version `0.2.7`
59
+ - `mui-page-header` updated to version `0.2.7`
60
+
40
61
  ## [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
62
 
42
63
  ### Dependency Updates
43
64
 
44
- * `mui-form-utils` updated to version `0.6.2`
45
- * `mui-page-header` updated to version `0.2.6`
65
+ - `mui-form-utils` updated to version `0.6.2`
66
+ - `mui-page-header` updated to version `0.2.6`
67
+
46
68
  ## [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
69
 
48
70
  ### 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.22",
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",