@mui/x-charts 9.11.0 → 9.11.1

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
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.11.1
4
+
5
+ _Aug 6, 2026_
6
+
7
+ We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🐛 Fix the empty `@mui/x-charts-vendor` package published in v9.11.0
10
+
11
+ The following team members contributed to this release:
12
+ @JCQuintas, @rita-codes
13
+
14
+ ### Charts
15
+
16
+ #### `@mui/x-charts@9.11.1`
17
+
18
+ - [charts] Fix empty `@mui/x-charts-vendor` published package (#23310) @JCQuintas
19
+
20
+ #### `@mui/x-charts-pro@9.11.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
21
+
22
+ Same changes as in `@mui/x-charts@9.11.1`.
23
+
24
+ #### `@mui/x-charts-premium@9.11.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
25
+
26
+ Same changes as in `@mui/x-charts-pro@9.11.1`.
27
+
28
+ #### `@mui/x-charts-vendor@9.11.1`
29
+
30
+ - [charts] Fix empty `@mui/x-charts-vendor` published package (#23310) @JCQuintas
31
+
32
+ ### Scheduler
33
+
34
+ #### `@mui/x-scheduler@9.0.0-beta.9`
35
+
36
+ - [scheduler] Show the range validation errors on the End date and End time fields (#23291) @rita-codes
37
+
38
+ #### `@mui/x-scheduler-premium@9.0.0-beta.9` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
39
+
40
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.9`.
41
+
3
42
  ## 9.11.0
4
43
 
5
44
  _Aug 6, 2026_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts v9.11.0
2
+ * @mui/x-charts v9.11.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts v9.11.0
2
+ * @mui/x-charts v9.11.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-charts",
3
- "version": "9.11.0",
3
+ "version": "9.11.1",
4
4
  "author": "MUI Team",
5
5
  "description": "The community edition of MUI X Charts components.",
6
6
  "license": "MIT",
@@ -34,9 +34,9 @@
34
34
  "prop-types": "^15.8.1",
35
35
  "reselect": "^5.2.0",
36
36
  "use-sync-external-store": "^1.6.0",
37
+ "@mui/x-charts-vendor": "^9.11.1",
37
38
  "@mui/x-internal-gestures": "^9.10.0",
38
- "@mui/x-internals": "^9.11.0",
39
- "@mui/x-charts-vendor": "^9.11.0"
39
+ "@mui/x-internals": "^9.11.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@emotion/react": "^11.9.0",