@availity/mui-textfield 0.5.4 → 0.5.5

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