You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [core] Standardize index pattern (#41574) @DiegoAndai
43
+
- Fix typo to avoid infinite recursion in function call (#41616) @michael-land
44
+
- Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
45
+
46
+
### Docs
47
+
48
+
- [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
49
+
- [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
50
+
- [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
51
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
52
+
- [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
53
+
54
+
### Core
55
+
56
+
- [blog] Update the callout (#41645) @cherniavskii
57
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
58
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
59
+
- [blog] Add post about remote (#41565) @danilo-leal
60
+
- [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
61
+
- [core] Fix failing CI steps (#41636) @mnajdova
62
+
- [core] Update browser support versions (#41568) @siriwatknp
63
+
- [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
64
+
- [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
65
+
- [core] Init the next branch (#41552) @mnajdova
66
+
- [core] Lower the frequency of no-response action runs (#41553) @michaldudak
67
+
- [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
68
+
- [core] Run pnpm dedupe (#41658) @michaldudak
69
+
- [core] Fix dedupe check (#41657) @Janpot
70
+
- [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
71
+
- [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
72
+
- [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
73
+
- [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
74
+
- [docs] Update the installation guides to use the next tag (#41558) @mnajdova
Copy file name to clipboardExpand all lines: packages/mui-base/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@mui/base",
3
-
"version": "5.0.0-beta.40",
3
+
"version": "5.0.0-beta.41",
4
4
"private": false,
5
5
"author": "MUI Team",
6
6
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",
0 commit comments