@availity/mui-feedback 0.1.7 → 0.1.8

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 +25 -15
  2. package/package.json +3 -3
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.8](https://github.com/Availity/element/compare/@availity/mui-feedback@0.1.7...@availity/mui-feedback@0.1.8) (2023-12-14)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-form-utils` updated to version `0.7.0`
10
+ * `mui-textfield` updated to version `0.5.0`
5
11
  ## [0.1.7](https://github.com/Availity/element/compare/@availity/mui-feedback@0.1.6...@availity/mui-feedback@0.1.7) (2023-12-13)
6
12
 
7
13
  ## [0.1.6](https://github.com/Availity/element/compare/@availity/mui-feedback@0.1.5...@availity/mui-feedback@0.1.6) (2023-12-04)
@@ -15,39 +21,43 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
15
21
 
16
22
  ### Dependency Updates
17
23
 
18
- * `mui-textfield` updated to version `0.4.2`
24
+ - `mui-textfield` updated to version `0.4.2`
25
+
19
26
  ## [0.1.4](https://github.com/Availity/element/compare/@availity/mui-feedback@0.1.3...@availity/mui-feedback@0.1.4) (2023-11-27)
20
27
 
21
28
  ### Dependency Updates
22
29
 
23
- * `mui-form-utils` updated to version `0.6.1`
24
- * `mui-textfield` updated to version `0.4.1`
30
+ - `mui-form-utils` updated to version `0.6.1`
31
+ - `mui-textfield` updated to version `0.4.1`
32
+
25
33
  ## [0.1.3](https://github.com/Availity/element/compare/@availity/mui-feedback@0.1.2...@availity/mui-feedback@0.1.3) (2023-11-22)
26
34
 
27
35
  ### Dependency Updates
28
36
 
29
- * `mui-form-utils` updated to version `0.6.0`
30
- * `mui-textfield` updated to version `0.4.0`
37
+ - `mui-form-utils` updated to version `0.6.0`
38
+ - `mui-textfield` updated to version `0.4.0`
39
+
31
40
  ## [0.1.2](https://github.com/Availity/element/compare/@availity/mui-feedback@0.1.1...@availity/mui-feedback@0.1.2) (2023-11-21)
32
41
 
33
42
  ### Dependency Updates
34
43
 
35
- * `mui-toggle-button` updated to version `0.1.7`
44
+ - `mui-toggle-button` updated to version `0.1.7`
45
+
36
46
  ## [0.1.1](https://github.com/Availity/element/compare/@availity/mui-feedback@0.1.0...@availity/mui-feedback@0.1.1) (2023-11-21)
37
47
 
38
48
  ## 0.1.0 (2023-11-21)
39
49
 
40
50
  ### Dependency Updates
41
51
 
42
- * `mui-button` updated to version `0.5.1`
43
- * `mui-icon` updated to version `0.7.3`
44
- * `mui-popover` updated to version `0.1.1`
45
- * `mui-textfield` updated to version `0.3.3`
46
- * `mui-toggle-button` updated to version `0.1.6`
47
- * `mui-form-utils` updated to version `0.5.4`
48
- * `mui-typography` updated to version `0.1.5`
52
+ - `mui-button` updated to version `0.5.1`
53
+ - `mui-icon` updated to version `0.7.3`
54
+ - `mui-popover` updated to version `0.1.1`
55
+ - `mui-textfield` updated to version `0.3.3`
56
+ - `mui-toggle-button` updated to version `0.1.6`
57
+ - `mui-form-utils` updated to version `0.5.4`
58
+ - `mui-typography` updated to version `0.1.5`
49
59
 
50
60
  ### Features
51
61
 
52
- * **mui-feedback:** initial commit ([2362d7f](https://github.com/Availity/element/commit/2362d7f892274f6260d4814fd8b19b85d8e4fe70))
53
- * **mui-page-header:** add feedback ([c4ae9cf](https://github.com/Availity/element/commit/c4ae9cff82c163c72818f8d015e103f10869cdd0))
62
+ - **mui-feedback:** initial commit ([2362d7f](https://github.com/Availity/element/commit/2362d7f892274f6260d4814fd8b19b85d8e4fe70))
63
+ - **mui-page-header:** add feedback ([c4ae9cf](https://github.com/Availity/element/commit/c4ae9cff82c163c72818f8d015e103f10869cdd0))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-feedback",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Availity MUI Feedback Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -48,10 +48,10 @@
48
48
  "dependencies": {
49
49
  "@availity/api-axios": "^8.0.3",
50
50
  "@availity/mui-button": "^0.6.0",
51
- "@availity/mui-form-utils": "^0.6.2",
51
+ "@availity/mui-form-utils": "^0.7.0",
52
52
  "@availity/mui-icon": "^0.7.3",
53
53
  "@availity/mui-popover": "^0.1.1",
54
- "@availity/mui-textfield": "^0.4.3",
54
+ "@availity/mui-textfield": "^0.5.0",
55
55
  "@availity/mui-toggle-button": "^0.1.7",
56
56
  "@availity/mui-typography": "^0.1.5",
57
57
  "react-hook-form": "^7.48.2"