@availity/mui-tabs 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,20 @@
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-tabs@1.0.0-alpha.0...@availity/mui-tabs@1.0.0) (2025-02-25)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-divider` updated to version `0.2.0`
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * upgrade to @mui/material v6
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * element v1 release ([a6e3567](https://github.com/Availity/element/commit/a6e35671185b9f13d25c7a39c4488ecb8774633e))
18
+
5
19
  ## [1.0.0-alpha.0](https://github.com/Availity/element/compare/@availity/mui-tabs@0.2.0...@availity/mui-tabs@1.0.0-alpha.0) (2025-02-24)
6
20
 
7
21
 
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="Components/Tabs/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-tabs",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0",
4
4
  "description": "Availity MUI Tabs Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -43,7 +43,7 @@
43
43
  "@mui/lab": "6.0.0-beta.12"
44
44
  },
45
45
  "devDependencies": {
46
- "@availity/mui-divider": "^1.0.0-alpha.0",
46
+ "@availity/mui-divider": "^1.0.0",
47
47
  "@mui/material": "^6.4.5",
48
48
  "react": "18.2.0",
49
49
  "react-dom": "18.2.0",