diff --git a/CHANGELOG.md b/CHANGELOG.md
index 425746e0d6a3c2..ca92dad497c11b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,91 @@
# [Versions](https://mui.com/versions/)
+## 5.11.7
+
+
+
+_Jan 31, 2023_
+
+A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
+
+- @siriwatknp added `Table` component to Joy UI (#35872)
+- many other 🐛 bug fixes and 📚 documentation improvements
+
+### `@mui/material@5.11.7`
+
+- [Autocomplete] Prevent reset scroll position when new options are added (#35735) @sai6855
+- [CssVarsProvider] Skip `unstable_sxConfig` variables (#35932) @siriwatknp
+- [InputLabel] Add missing `component` type (#35852) @sai6855
+- [Tooltip] Fix tooltip position (#35909) @marktoman
+
+### `@mui/base@5.0.0-alpha.116`
+
+- [ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus (#35838) @SaidMarar
+
+### `@mui/joy@5.0.0-alpha.65`
+
+#### Breaking changes
+
+- [Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
+
+ - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
+
+ ```diff
+
+ ```
+
+ You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-classname-prefix) to help with the migration.
+
+- [Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
+
+ - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
+
+ ```diff
+
+ ```
+
+ You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-row-prop) to help with the migration.
+
+#### Changes
+
+- [Joy][Checkbox] Display correct icon in checkbox (#35943) @sai6855
+- [Joy] Add `Table` component (#35872) @siriwatknp
+- [Joy] Miscellaneous fixes (#35953) @siriwatknp
+
+### Docs
+
+- [blog] Add RSS feed (#35777) @gorjiali
+- [blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
+- [docs] Add to codemod README about an added script (#35999) @hbjORbj
+- [docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
+- [docs] Fix Joy UI variables playground (#35950) @siriwatknp
+- [docs] Fix typos in base components docs (#35985) @HeVictor
+- [docs] Fix event's label reported to GA (#35930) @oliviertassinari
+- [docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
+- [docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
+- [docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
+- [docs] Update community theme builder to forked updated one (#35928) @idebeijer
+- [docs] Add Joy default theme viewer (#35554) @siriwatknp
+- [docs][joy] Fixed a typo in `Using icon libraries` page (#35989) @badalsaibo
+- [docs][joy] Removed Badge info from Chip docs (#35955) @Vivek-Prajapatii
+- [docs][system] Fix border color of Boxes in demos of `Configure the sx prop` page in dark mode (#35961) @ZeeshanTamboli
+
+### Core
+
+- [core] Boolean props always have a default value of `false` in API docs (#35913) @hbjORbj
+- [core] Improve types for usePreviousProps (#35833) @sai6855
+- [website] Fix 404 link to store (#35973) @oliviertassinari
+- [website] Fix 302 of diamond sponsor link @oliviertassinari
+- [website] Fix outdated YouTube link @oliviertassinari
+
+All contributors of this release in alphabetical order: @ArthurPedroti, @badalsaibo, @gorjiali, @hbjORbj, @HeVictor, @idebeijer, @joserodolfofreitas, @marktoman, @oliviertassinari, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Vivek-Prajapatii, @ZeeshanTamboli
+
## 5.11.6
diff --git a/benchmark/package.json b/benchmark/package.json
index bcaf2c9c0a47cf..05e62a28b01b7a 100644
--- a/benchmark/package.json
+++ b/benchmark/package.json
@@ -15,9 +15,9 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^2.2.1",
- "@mui/material": "^5.11.6",
- "@mui/styles": "^5.11.2",
- "@mui/system": "^5.11.5",
+ "@mui/material": "^5.11.7",
+ "@mui/styles": "^5.11.7",
+ "@mui/system": "^5.11.7",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.29.2",
diff --git a/docs/package.json b/docs/package.json
index 7069322c8b351a..33cb1472430a5c 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -31,18 +31,18 @@
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
- "@mui/base": "5.0.0-alpha.115",
- "@mui/docs": "^5.11.2",
+ "@mui/base": "5.0.0-alpha.116",
+ "@mui/docs": "^5.11.7",
"@mui/icons-material": "^5.11.0",
- "@mui/joy": "5.0.0-alpha.64",
- "@mui/lab": "5.0.0-alpha.117",
+ "@mui/joy": "5.0.0-alpha.65",
+ "@mui/lab": "5.0.0-alpha.118",
"@mui/markdown": "^5.0.0",
- "@mui/material": "^5.11.6",
- "@mui/material-next": "6.0.0-alpha.72",
+ "@mui/material": "^5.11.7",
+ "@mui/material-next": "6.0.0-alpha.73",
"@mui/styled-engine": "^5.11.0",
"@mui/styled-engine-sc": "^5.11.0",
- "@mui/styles": "^5.11.2",
- "@mui/system": "^5.11.5",
+ "@mui/styles": "^5.11.7",
+ "@mui/system": "^5.11.7",
"@mui/types": "^7.2.3",
"@mui/x-data-grid": "6.0.0-alpha.14",
"@mui/x-data-grid-generator": "6.0.0-alpha.14",
diff --git a/package.json b/package.json
index 99829cc589ffd9..0e1510b85550a0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
- "version": "5.11.6",
+ "version": "5.11.7",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json
index 93d03e846347a0..2aabfd32208891 100644
--- a/packages/mui-base/package.json
+++ b/packages/mui-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/base",
- "version": "5.0.0-alpha.115",
+ "version": "5.0.0-alpha.116",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
@@ -54,7 +54,7 @@
"@babel/runtime": "^7.20.7",
"@emotion/is-prop-valid": "^1.2.0",
"@mui/types": "^7.2.3",
- "@mui/utils": "^5.11.2",
+ "@mui/utils": "^5.11.7",
"@popperjs/core": "^2.11.6",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json
index af0846d3ab21d0..16e89be4f16d8c 100644
--- a/packages/mui-codemod/package.json
+++ b/packages/mui-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
- "version": "5.11.6",
+ "version": "5.11.7",
"bin": "./codemod.js",
"private": false,
"author": "MUI Team",
diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json
index 366b698077a370..50b440dfc33a03 100644
--- a/packages/mui-core-downloads-tracker/package.json
+++ b/packages/mui-core-downloads-tracker/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/core-downloads-tracker",
- "version": "5.11.6",
+ "version": "5.11.7",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json
index ebc3dc3aea3a62..99a7c15aa5c407 100644
--- a/packages/mui-docs/package.json
+++ b/packages/mui-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/docs",
- "version": "5.11.2",
+ "version": "5.11.7",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
@@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.7",
- "@mui/utils": "^5.11.2",
+ "@mui/utils": "^5.11.7",
"nprogress": "^0.2.0"
},
"publishConfig": {
diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json
index 98f452d6980e7a..6c1d79d1d5dd30 100644
--- a/packages/mui-joy/package.json
+++ b/packages/mui-joy/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/joy",
- "version": "5.0.0-alpha.64",
+ "version": "5.0.0-alpha.65",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
@@ -57,11 +57,11 @@
},
"dependencies": {
"@babel/runtime": "^7.20.7",
- "@mui/base": "5.0.0-alpha.115",
- "@mui/core-downloads-tracker": "^5.11.6",
- "@mui/system": "^5.11.5",
+ "@mui/base": "5.0.0-alpha.116",
+ "@mui/core-downloads-tracker": "^5.11.7",
+ "@mui/system": "^5.11.7",
"@mui/types": "^7.2.3",
- "@mui/utils": "^5.11.2",
+ "@mui/utils": "^5.11.7",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"prop-types": "^15.8.1",
diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json
index 0a8878bc96d0d0..822be9d4ede9fe 100644
--- a/packages/mui-lab/package.json
+++ b/packages/mui-lab/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/lab",
- "version": "5.0.0-alpha.117",
+ "version": "5.0.0-alpha.118",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
@@ -61,10 +61,10 @@
},
"dependencies": {
"@babel/runtime": "^7.20.7",
- "@mui/base": "5.0.0-alpha.115",
- "@mui/system": "^5.11.5",
+ "@mui/base": "5.0.0-alpha.116",
+ "@mui/system": "^5.11.7",
"@mui/types": "^7.2.3",
- "@mui/utils": "^5.11.2",
+ "@mui/utils": "^5.11.7",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json
index 38b54e42ed28b4..ccab97f86ccf73 100644
--- a/packages/mui-material-next/package.json
+++ b/packages/mui-material-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material-next",
- "version": "6.0.0-alpha.72",
+ "version": "6.0.0-alpha.73",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
@@ -59,11 +59,11 @@
},
"dependencies": {
"@babel/runtime": "^7.20.7",
- "@mui/base": "5.0.0-alpha.115",
- "@mui/material": "^5.11.6",
- "@mui/system": "^5.11.5",
+ "@mui/base": "5.0.0-alpha.116",
+ "@mui/material": "^5.11.7",
+ "@mui/system": "^5.11.7",
"@mui/types": "^7.2.3",
- "@mui/utils": "^5.11.2",
+ "@mui/utils": "^5.11.7",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.1",
diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json
index cabefd03cdf15c..cedefb5d3ca29b 100644
--- a/packages/mui-material/package.json
+++ b/packages/mui-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
- "version": "5.11.6",
+ "version": "5.11.7",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
@@ -61,11 +61,11 @@
},
"dependencies": {
"@babel/runtime": "^7.20.7",
- "@mui/base": "5.0.0-alpha.115",
- "@mui/core-downloads-tracker": "^5.11.6",
- "@mui/system": "^5.11.5",
+ "@mui/base": "5.0.0-alpha.116",
+ "@mui/core-downloads-tracker": "^5.11.7",
+ "@mui/system": "^5.11.7",
"@mui/types": "^7.2.3",
- "@mui/utils": "^5.11.2",
+ "@mui/utils": "^5.11.7",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json
index 56688cc164f1ed..353b53e582bb33 100644
--- a/packages/mui-private-theming/package.json
+++ b/packages/mui-private-theming/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/private-theming",
- "version": "5.11.2",
+ "version": "5.11.7",
"private": false,
"author": "MUI Team",
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.7",
- "@mui/utils": "^5.11.2",
+ "@mui/utils": "^5.11.7",
"prop-types": "^15.8.1"
},
"sideEffects": false,
diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json
index b3133bb0ce9a4e..154073413e8d45 100644
--- a/packages/mui-styles/package.json
+++ b/packages/mui-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/styles",
- "version": "5.11.2",
+ "version": "5.11.7",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
@@ -49,9 +49,9 @@
"dependencies": {
"@babel/runtime": "^7.20.7",
"@emotion/hash": "^0.9.0",
- "@mui/private-theming": "^5.11.2",
+ "@mui/private-theming": "^5.11.7",
"@mui/types": "^7.2.3",
- "@mui/utils": "^5.11.2",
+ "@mui/utils": "^5.11.7",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"hoist-non-react-statics": "^3.3.2",
diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json
index 8e88b3cf791b0e..4308bcc33ff94d 100644
--- a/packages/mui-system/package.json
+++ b/packages/mui-system/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
- "version": "5.11.5",
+ "version": "5.11.7",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
@@ -58,10 +58,10 @@
},
"dependencies": {
"@babel/runtime": "^7.20.7",
- "@mui/private-theming": "^5.11.2",
+ "@mui/private-theming": "^5.11.7",
"@mui/styled-engine": "^5.11.0",
"@mui/types": "^7.2.3",
- "@mui/utils": "^5.11.2",
+ "@mui/utils": "^5.11.7",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"prop-types": "^15.8.1"
diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json
index 6d4a53885761ed..b2c2b5853ee860 100644
--- a/packages/mui-utils/package.json
+++ b/packages/mui-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/utils",
- "version": "5.11.2",
+ "version": "5.11.7",
"private": false,
"author": "MUI Team",
"description": "Utility functions for React components.",