@availity/mui-checkbox 0.1.15 → 0.1.16

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 +20 -8
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.16](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.15...@availity/mui-checkbox@0.1.16) (2023-12-14)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-form-utils` updated to version `0.7.0`
10
+ * `mui-page-header` updated to version `0.2.8`
5
11
  ## [0.1.15](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.14...@availity/mui-checkbox@0.1.15) (2023-12-13)
6
12
 
7
13
  ### Dependency Updates
@@ -17,34 +23,40 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
17
23
 
18
24
  ### Dependency Updates
19
25
 
20
- * `mui-page-header` updated to version `0.2.5`
26
+ - `mui-page-header` updated to version `0.2.5`
27
+
21
28
  ## [0.1.12](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.11...@availity/mui-checkbox@0.1.12) (2023-11-27)
22
29
 
23
30
  ### Dependency Updates
24
31
 
25
- * `mui-form-utils` updated to version `0.6.1`
26
- * `mui-page-header` updated to version `0.2.4`
32
+ - `mui-form-utils` updated to version `0.6.1`
33
+ - `mui-page-header` updated to version `0.2.4`
34
+
27
35
  ## [0.1.11](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.10...@availity/mui-checkbox@0.1.11) (2023-11-22)
28
36
 
29
37
  ### Dependency Updates
30
38
 
31
- * `mui-form-utils` updated to version `0.6.0`
32
- * `mui-page-header` updated to version `0.2.3`
39
+ - `mui-form-utils` updated to version `0.6.0`
40
+ - `mui-page-header` updated to version `0.2.3`
41
+
33
42
  ## [0.1.10](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.9...@availity/mui-checkbox@0.1.10) (2023-11-21)
34
43
 
35
44
  ### Dependency Updates
36
45
 
37
- * `mui-page-header` updated to version `0.2.2`
46
+ - `mui-page-header` updated to version `0.2.2`
47
+
38
48
  ## [0.1.9](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.8...@availity/mui-checkbox@0.1.9) (2023-11-21)
39
49
 
40
50
  ### Dependency Updates
41
51
 
42
- * `mui-page-header` updated to version `0.2.1`
52
+ - `mui-page-header` updated to version `0.2.1`
53
+
43
54
  ## [0.1.8](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.7...@availity/mui-checkbox@0.1.8) (2023-11-21)
44
55
 
45
56
  ### Dependency Updates
46
57
 
47
- * `mui-page-header` updated to version `0.2.0`
58
+ - `mui-page-header` updated to version `0.2.0`
59
+
48
60
  ## [0.1.7](https://github.com/Availity/element/compare/@availity/mui-checkbox@0.1.6...@availity/mui-checkbox@0.1.7) (2023-11-16)
49
61
 
50
62
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-checkbox",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
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.6.2",
35
+ "@availity/mui-form-utils": "^0.7.0",
36
36
  "@availity/mui-icon": "^0.7.3",
37
37
  "@availity/mui-typography": "^0.1.5",
38
38
  "@mui/material": "^5.11.9",