@availity/mui-checkbox 0.1.19 → 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 +34 -11
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,41 +2,64 @@
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
+
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)
17
+
18
+ ### Dependency Updates
19
+
20
+ * `mui-form-utils` updated to version `0.8.1`
21
+ * `mui-page-header` updated to version `0.2.12`
5
22
  ## [0.1.19](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.18...@availity/mui-checkbox@0.1.19) (2023-12-15)
6
23
 
7
24
  ### Dependency Updates
8
25
 
9
- * `mui-form-utils` updated to version `0.8.0`
10
- * `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
+
11
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)
12
30
 
13
31
  ### Dependency Updates
14
32
 
15
- * `mui-form-utils` updated to version `0.7.2`
16
- * `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
+
17
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)
18
37
 
19
38
  ### Dependency Updates
20
39
 
21
- * `mui-form-utils` updated to version `0.7.1`
22
- * `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
+
23
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)
24
44
 
25
45
  ### Dependency Updates
26
46
 
27
- * `mui-form-utils` updated to version `0.7.0`
28
- * `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
+
29
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)
30
51
 
31
52
  ### Dependency Updates
32
53
 
33
- * `mui-page-header` updated to version `0.2.7`
54
+ - `mui-page-header` updated to version `0.2.7`
55
+
34
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)
35
57
 
36
58
  ### Dependency Updates
37
59
 
38
- * `mui-form-utils` updated to version `0.6.2`
39
- * `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
+
40
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)
41
64
 
42
65
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-checkbox",
3
- "version": "0.1.19",
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.0",
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",