@availity/mui-autocomplete 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,22 @@
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-autocomplete@1.0.0-alpha.0...@availity/mui-autocomplete@1.0.0) (2025-02-25)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-form-utils` updated to version `0.10.1`
10
+ * `mui-textfield` updated to version `0.10.1`
11
+ * `@availity/mock` updated to version `0.10.1`
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * upgrade to @mui/material v6
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * element v1 release ([a6e3567](https://github.com/Availity/element/commit/a6e35671185b9f13d25c7a39c4488ecb8774633e))
20
+
5
21
  ## [1.0.0-alpha.0](https://github.com/Availity/element/compare/@availity/mui-autocomplete@0.10.1...@availity/mui-autocomplete@1.0.0-alpha.0) (2025-02-24)
6
22
 
7
23
 
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/Autocomplete/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-autocomplete",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0",
4
4
  "description": "Availity MUI Autocomplete Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@availity/api-axios": "^10.0.0",
48
- "@availity/mui-form-utils": "^1.0.0-alpha.0",
49
- "@availity/mui-textfield": "^1.0.0-alpha.0",
48
+ "@availity/mui-form-utils": "^1.0.0",
49
+ "@availity/mui-textfield": "^1.0.0",
50
50
  "@mui/material": "^6.4.5",
51
51
  "@tanstack/react-query": "^4.36.1",
52
52
  "react": "18.2.0",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@availity/api-axios": "^8.0.7",
59
- "@availity/mui-form-utils": "^1.0.0-alpha.0",
60
- "@availity/mui-textfield": "^1.0.0-alpha.0",
59
+ "@availity/mui-form-utils": "^1.0.0",
60
+ "@availity/mui-textfield": "^1.0.0",
61
61
  "@mui/material": "^6.4.5",
62
62
  "@tanstack/react-query": "^4.36.1",
63
63
  "react": ">=16.3.0"