@availity/mui-controlled-form 1.0.0-alpha.0 → 1.0.0

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.0.0](https://github.com/Availity/element/compare/@availity/mui-controlled-form@1.0.0-alpha.0...@availity/mui-controlled-form@1.0.0) (2025-02-25)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-button` updated to version `0.3.2`
10
+ * `mui-layout` updated to version `0.3.2`
11
+ * `mui-menu` updated to version `0.3.2`
12
+ * `mui-paper` updated to version `0.3.2`
13
+ * `mui-typography` updated to version `0.3.2`
14
+ * `mui-autocomplete` updated to version `0.3.2`
15
+ * `mui-checkbox` updated to version `0.3.2`
16
+ * `mui-datepicker` updated to version `0.3.2`
17
+ * `mui-form-utils` updated to version `0.3.2`
18
+ * `mui-textfield` updated to version `0.3.2`
19
+ * `@availity/mock` updated to version `0.3.2`
20
+ * `theme-provider` updated to version `0.3.2`
21
+
22
+ ### ⚠ BREAKING CHANGES
23
+
24
+ * upgrade to @mui/material v6
25
+
26
+ ### Miscellaneous Chores
27
+
28
+ * element v1 release ([a6e3567](https://github.com/Availity/element/commit/a6e35671185b9f13d25c7a39c4488ecb8774633e))
29
+
5
30
  ## [1.0.0-alpha.0](https://github.com/Availity/element/compare/@availity/mui-controlled-form@0.3.2...@availity/mui-controlled-form@1.0.0-alpha.0) (2025-02-24)
6
31
 
7
32
 
package/introduction.mdx CHANGED
@@ -1,7 +1,10 @@
1
1
  import { Markdown } from '@storybook/blocks';
2
2
  import { Meta } from '@storybook/addon-docs';
3
3
  import ReadMe from './README.md?raw';
4
+ import CHANGELOG from './CHANGELOG.md?raw';
4
5
 
5
6
  <Meta title="Form Components/Controlled Form/Introduction" />
6
7
 
7
8
  <Markdown>{ReadMe}</Markdown>
9
+
10
+ <Markdown>{CHANGELOG}</Markdown>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-controlled-form",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0",
4
4
  "description": "Availity MUI/react-hook-form controlled form components - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -40,20 +40,20 @@
40
40
  "publish:canary": "yarn npm publish --access public --tag canary"
41
41
  },
42
42
  "dependencies": {
43
- "@availity/mui-autocomplete": "^1.0.0-alpha.0",
44
- "@availity/mui-checkbox": "^1.0.0-alpha.0",
45
- "@availity/mui-datepicker": "^1.0.0-alpha.0",
46
- "@availity/mui-form-utils": "^1.0.0-alpha.0",
47
- "@availity/mui-textfield": "^1.0.0-alpha.0",
43
+ "@availity/mui-autocomplete": "^1.0.0",
44
+ "@availity/mui-checkbox": "^1.0.0",
45
+ "@availity/mui-datepicker": "^1.0.0",
46
+ "@availity/mui-form-utils": "^1.0.0",
47
+ "@availity/mui-textfield": "^1.0.0",
48
48
  "react-hook-form": "^7.54.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@availity/api-axios": "^10.0.0",
52
- "@availity/mui-button": "^1.0.0-alpha.0",
53
- "@availity/mui-layout": "^1.0.0-alpha.0",
54
- "@availity/mui-menu": "^1.0.0-alpha.0",
55
- "@availity/mui-paper": "^1.0.0-alpha.0",
56
- "@availity/mui-typography": "^1.0.0-alpha.0",
52
+ "@availity/mui-button": "^1.0.0",
53
+ "@availity/mui-layout": "^1.0.0",
54
+ "@availity/mui-menu": "^1.0.0",
55
+ "@availity/mui-paper": "^1.0.0",
56
+ "@availity/mui-typography": "^1.0.0",
57
57
  "@hookform/resolvers": "^4.0.0",
58
58
  "@mui/material": "^6.4.5",
59
59
  "@tanstack/react-query": "^4.36.1",