From 594d87dab0e43e641a6826c935df8f2c10672955 Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Mon, 12 Sep 2022 15:37:30 +0100 Subject: [PATCH] v5.10.5 (#34287) --- CHANGELOG.md | 46 +++++++++++++++++++ benchmark/package.json | 4 +- docs/package.json | 14 +++--- package.json | 2 +- packages/mui-base/package.json | 2 +- packages/mui-codemod/package.json | 2 +- .../mui-core-downloads-tracker/package.json | 2 +- packages/mui-joy/package.json | 8 ++-- packages/mui-lab/package.json | 6 +-- packages/mui-material-next/package.json | 8 ++-- packages/mui-material/package.json | 8 ++-- packages/mui-styled-engine/package.json | 2 +- packages/mui-system/package.json | 4 +- 13 files changed, 77 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bd10efdea8a9..7501f2408edc02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # [Versions](https://mui.com/versions/) +## 5.10.5 + + + +_Sep 12, 2022_ + +A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the MUI Base package is out thanks to @michaldudak. +- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp +- And more 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.10.5` + +- ​[ListItemText] Fix variant mapping in `primaryTypography` (#33880) @iamxukai +- ​[Timeline] Add left and right aligned timeline demos in docs (#34156) @ZeeshanTamboli + +### `@mui/joy@5.0.0-alpha.45` + +- ​[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj +- ​[Joy UI] Add `FormControl` component (#34187) @siriwatknp +- ​[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp +- ​[Joy UI] Add `Modal` component (#34043) @siriwatknp +- ​[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010 +- ​[Joy] Adjust typography decorator margin (#34257) @siriwatknp +- ​[Joy] Miscellaneous fixes (#34193) @siriwatknp +- ​[Radio][joy] Integrate with form control (#34277) @siriwatknp +- ​[Joy][textarea] Pass `textarea` props from `componentsProps` (#34223) @HexM7 + +### Docs + +- ​[blog] Introducing MUI Base (#33778) @michaldudak +- ​[docs] Fix spelling error (#34209) @ChrystianDeMatos +- ​[docs] Improve link to the security policy (#34219) @oliviertassinari +- ​[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504 +- ​[website] Add Lukas to the about page (#34284) @LukasTy +- ​[website] Update diamond sponsor URL (#34256) @oliviertassinari + +### Core + +- ​[test] Replace argos-cli with @argos-ci/core (#34178) @michaldudak +- ​[core] Create a script to generate codeowners (#34175) @michaldudak +- ​[core] Add RFC GH issue template (#33871) @bytasv + +All contributors of this release in alphabetical order: @bytasv, @ChrystianDeMatos, @hbjORbj, @HexM7, @iamxukai, @kushagra010, @LukasTy, @michaldudak, @oliviertassinari, @siriwatknp, @ZeeshanTamboli, @zillion504 + ## 5.10.4 diff --git a/benchmark/package.json b/benchmark/package.json index 836c3a4e529bc2..71abd6b5bda7a1 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.10.0", "@emotion/styled": "^11.10.0", "@mdx-js/react": "^2.1.3", - "@mui/material": "^5.10.4", + "@mui/material": "^5.10.5", "@mui/styles": "^5.10.3", - "@mui/system": "^5.10.4", + "@mui/system": "^5.10.5", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.25.1", diff --git a/docs/package.json b/docs/package.json index 8610643237c033..3787a0b90ae4b5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,17 +31,17 @@ "@fortawesome/fontawesome-svg-core": "^6.1.2", "@fortawesome/free-solid-svg-icons": "^6.1.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/base": "5.0.0-alpha.96", + "@mui/base": "5.0.0-alpha.97", "@mui/docs": "^5.10.3", "@mui/icons-material": "^5.10.3", - "@mui/joy": "5.0.0-alpha.44", - "@mui/lab": "5.0.0-alpha.98", - "@mui/material": "^5.10.4", - "@mui/material-next": "6.0.0-alpha.52", - "@mui/styled-engine": "^5.10.4", + "@mui/joy": "5.0.0-alpha.45", + "@mui/lab": "5.0.0-alpha.99", + "@mui/material": "^5.10.5", + "@mui/material-next": "6.0.0-alpha.53", + "@mui/styled-engine": "^5.10.5", "@mui/styled-engine-sc": "^5.10.3", "@mui/styles": "^5.10.3", - "@mui/system": "^5.10.4", + "@mui/system": "^5.10.5", "@mui/types": "^7.2.0", "@mui/x-data-grid": "^5.15.2", "@mui/x-data-grid-generator": "^5.15.2", diff --git a/package.json b/package.json index a5c6876d891a6a..574496865cf07c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.10.4", + "version": "5.10.5", "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 5984333179d062..4891e0c975bd93 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.96", + "version": "5.0.0-alpha.97", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 3667d137ffddfa..c56cdd8d01ebfc 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.10.4", + "version": "5.10.5", "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 cd984bde084832..f51bdc77e3a126 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.10.4", + "version": "5.10.5", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 9bc2afe2cff1f2..1d9faf6ef507a9 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.44", + "version": "5.0.0-alpha.45", "private": false, "author": "MUI Team", "description": "A library of beautifully designed React UI components.", @@ -57,9 +57,9 @@ }, "dependencies": { "@babel/runtime": "^7.18.9", - "@mui/base": "5.0.0-alpha.96", - "@mui/core-downloads-tracker": "^5.10.4", - "@mui/system": "^5.10.4", + "@mui/base": "5.0.0-alpha.97", + "@mui/core-downloads-tracker": "^5.10.5", + "@mui/system": "^5.10.5", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.3", "clsx": "^1.2.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index ed8d50e7939c96..4915672acfa67f 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.98", + "version": "5.0.0-alpha.99", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -61,8 +61,8 @@ }, "dependencies": { "@babel/runtime": "^7.18.9", - "@mui/base": "5.0.0-alpha.96", - "@mui/system": "^5.10.4", + "@mui/base": "5.0.0-alpha.97", + "@mui/system": "^5.10.5", "@mui/utils": "^5.10.3", "clsx": "^1.2.1", "prop-types": "^15.8.1", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 7c9968009d2e8d..0444663666ada3 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.52", + "version": "6.0.0-alpha.53", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -59,9 +59,9 @@ }, "dependencies": { "@babel/runtime": "^7.18.9", - "@mui/base": "5.0.0-alpha.96", - "@mui/material": "^5.10.4", - "@mui/system": "^5.10.4", + "@mui/base": "5.0.0-alpha.97", + "@mui/material": "^5.10.5", + "@mui/system": "^5.10.5", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.3", "@popperjs/core": "^2.11.6", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index ac77daef59f39f..50d8a08a766cae 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.10.4", + "version": "5.10.5", "private": false, "author": "MUI Team", "description": "React components that implement Google's Material Design.", @@ -61,9 +61,9 @@ }, "dependencies": { "@babel/runtime": "^7.18.9", - "@mui/base": "5.0.0-alpha.96", - "@mui/core-downloads-tracker": "^5.10.4", - "@mui/system": "^5.10.4", + "@mui/base": "5.0.0-alpha.97", + "@mui/core-downloads-tracker": "^5.10.5", + "@mui/system": "^5.10.5", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.3", "@types/react-transition-group": "^4.4.5", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index 50a18ea5f6630a..6eb5c2d3129ede 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "5.10.4", + "version": "5.10.5", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for emotion.", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 0b3d825edbefa9..01cee20b6e524d 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.10.4", + "version": "5.10.5", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -59,7 +59,7 @@ "dependencies": { "@babel/runtime": "^7.18.9", "@mui/private-theming": "^5.10.3", - "@mui/styled-engine": "^5.10.4", + "@mui/styled-engine": "^5.10.5", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.3", "clsx": "^1.2.1",