@availity/mui-accordion 1.0.8 → 2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [2.0.0](https://github.com/Availity/element/compare/@availity/mui-accordion@1.0.8...@availity/mui-accordion@2.0.0) (2025-11-17)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-icon` updated to version `1.0.8`
10
+ * `mui-button` updated to version `1.0.8`
11
+ * `mui-chip` updated to version `1.0.8`
12
+ * `mui-layout` updated to version `1.0.8`
13
+ * `mui-typography` updated to version `1.0.8`
14
+
15
+ ### ⚠ BREAKING CHANGES
16
+
17
+ * @mui/material upgraded to v7
18
+ * @mui/x-* upgraded to v8
19
+ * react upgraded to v19
20
+
21
+ ### Features
22
+
23
+ * upgrade material and react dependencies ([51602a4](https://github.com/Availity/element/commit/51602a48c5304db6f61e2c7e772c9a3a4aa3f65c))
24
+
5
25
  ## [1.0.8](https://github.com/Availity/element/compare/@availity/mui-accordion@1.0.7...@availity/mui-accordion@1.0.8) (2025-10-30)
6
26
 
7
27
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-accordion",
3
- "version": "1.0.8",
3
+ "version": "2.0.0",
4
4
  "description": "Availity MUI Accordion Component - 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
  "devDependencies": {
43
- "@availity/mui-button": "^1.1.5",
44
- "@availity/mui-chip": "^1.0.5",
45
- "@availity/mui-layout": "^1.0.3",
46
- "@availity/mui-typography": "^1.0.3",
47
- "@mui/material": "^6.4.5",
48
- "react": "18.2.0",
49
- "react-dom": "18.2.0",
43
+ "@availity/mui-button": "^2.0.0",
44
+ "@availity/mui-chip": "^2.0.0",
45
+ "@availity/mui-layout": "^2.0.0",
46
+ "@availity/mui-typography": "^2.0.0",
47
+ "@mui/material": "^7.3.4",
48
+ "react": "19.2.0",
49
+ "react-dom": "19.2.0",
50
50
  "tsup": "^8.4.0",
51
51
  "typescript": "^5.4.5"
52
52
  },
53
53
  "peerDependencies": {
54
- "@availity/mui-icon": "^1.1.1",
55
- "@mui/material": "^6.4.5",
56
- "react": ">=16.3.0"
54
+ "@availity/mui-icon": "^2.0.0",
55
+ "@mui/material": "^7.0.0",
56
+ "react": ">=17.0.0"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"