Skip to content

Commit 9ad8c1f

Browse files
authored
v6.0.0-beta.2 (#42966)
1 parent f9ed36b commit 9ad8c1f

File tree

8 files changed

+23
-7
lines changed

8 files changed

+23
-7
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## v6.0.0-beta.2
4+
5+
<!-- generated comparing v6.0.0-beta.1..next -->
6+
7+
_Jul 16, 2024_
8+
9+
10+
11+
- &#8203;<!-- 1 -->[material] Add missing dependency (#42961) @mnajdova
12+
13+
### Docs
14+
15+
- &#8203;<!-- 2 -->[docs] Move feedback from Canny to GitHub @oliviertassinari
16+
17+
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
18+
319
## v6.0.0-beta.1
420

521
<!-- generated comparing v6.0.0-beta.0..next -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-core-downloads-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-icons-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",

packages/mui-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

0 commit comments

Comments
 (0)