@availity/mui-textfield 0.5.4 → 0.5.6

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 +27 -8
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.5.6](https://github.com/Availity/element/compare/@availity/mui-textfield@0.5.5...@availity/mui-textfield@0.5.6) (2024-01-09)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-form-utils` updated to version `0.9.1`
10
+ ## [0.5.5](https://github.com/Availity/element/compare/@availity/mui-textfield@0.5.4...@availity/mui-textfield@0.5.5) (2023-12-27)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `mui-form-utils` updated to version `0.9.0`
15
+
16
+ ### Bug Fixes
17
+
18
+ * **mui-block-ui:** merge main branch ([8ec0ca6](https://github.com/Availity/element/commit/8ec0ca617a5b279f3657122e2c7c6b20281e3ebc))
19
+
5
20
  ## [0.5.4](https://github.com/Availity/element/compare/@availity/mui-textfield@0.5.3...@availity/mui-textfield@0.5.4) (2023-12-21)
6
21
 
7
22
  ### Dependency Updates
@@ -11,34 +26,38 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
11
26
 
12
27
  ### Dependency Updates
13
28
 
14
- * `mui-form-utils` updated to version `0.8.0`
29
+ - `mui-form-utils` updated to version `0.8.0`
30
+
15
31
  ## [0.5.2](https://github.com/Availity/element/compare/@availity/mui-textfield@0.5.1...@availity/mui-textfield@0.5.2) (2023-12-14)
16
32
 
17
33
  ### Dependency Updates
18
34
 
19
- * `mui-form-utils` updated to version `0.7.2`
35
+ - `mui-form-utils` updated to version `0.7.2`
36
+
20
37
  ## [0.5.1](https://github.com/Availity/element/compare/@availity/mui-textfield@0.5.0...@availity/mui-textfield@0.5.1) (2023-12-14)
21
38
 
22
39
  ### Dependency Updates
23
40
 
24
- * `mui-form-utils` updated to version `0.7.1`
41
+ - `mui-form-utils` updated to version `0.7.1`
42
+
25
43
  ## [0.5.0](https://github.com/Availity/element/compare/@availity/mui-textfield@0.4.3...@availity/mui-textfield@0.5.0) (2023-12-14)
26
44
 
27
45
  ### Dependency Updates
28
46
 
29
- * `mui-form-utils` updated to version `0.7.0`
47
+ - `mui-form-utils` updated to version `0.7.0`
30
48
 
31
49
  ### Features
32
50
 
33
- * add form story ([11d1f6c](https://github.com/Availity/element/commit/11d1f6c6191540bf02ff42d4056ac553eecc8c73))
34
- * **mui-textfield:** pass aria-required to inputProps ([3c7e497](https://github.com/Availity/element/commit/3c7e4976348ac8649b1accbff7e6f9a9f3c01bd8))
51
+ - add form story ([11d1f6c](https://github.com/Availity/element/commit/11d1f6c6191540bf02ff42d4056ac553eecc8c73))
52
+ - **mui-textfield:** pass aria-required to inputProps ([3c7e497](https://github.com/Availity/element/commit/3c7e4976348ac8649b1accbff7e6f9a9f3c01bd8))
35
53
 
36
54
  ## [0.4.3](https://github.com/Availity/element/compare/@availity/mui-textfield@0.4.2...@availity/mui-textfield@0.4.3) (2023-12-04)
37
55
 
38
56
  ### Dependency Updates
39
57
 
40
- * `mui-form-utils` updated to version `0.6.2`
41
- * `mui-button` updated to version `0.6.0`
58
+ - `mui-form-utils` updated to version `0.6.2`
59
+ - `mui-button` updated to version `0.6.0`
60
+
42
61
  ## [0.4.2](https://github.com/Availity/element/compare/@availity/mui-textfield@0.4.1...@availity/mui-textfield@0.4.2) (2023-11-28)
43
62
 
44
63
  ## [0.4.1](https://github.com/Availity/element/compare/@availity/mui-textfield@0.4.0...@availity/mui-textfield@0.4.1) (2023-11-27)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-textfield",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "Availity MUI Textfield 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
  "dependencies": {
35
- "@availity/mui-form-utils": "0.8.1",
35
+ "@availity/mui-form-utils": "0.9.1",
36
36
  "@availity/mui-icon": "0.7.3"
37
37
  },
38
38
  "devDependencies": {