Skip to content

Commit

Permalink
v7.0.0-beta.6 (#12375)
Browse files Browse the repository at this point in the history
Signed-off-by: Flavien DELANGLE <flaviendelangle@gmail.com>
Co-authored-by: Lukas <llukas.tyla@gmail.com>
Co-authored-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 8, 2024
1 parent b66a472 commit f96c319
Show file tree
Hide file tree
Showing 13 changed files with 161 additions and 71 deletions.
184 changes: 135 additions & 49 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"private": true,
"scripts": {
"start": "yarn && yarn docs:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-charts",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"description": "The community edition of the charts components (MUI X).",
"author": "MUI Team",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-codemod",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.6",
"bin": "./codemod.js",
"private": false,
"author": "MUI Team",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-generator",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"description": "Generate fake data for demo purposes only.",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@babel/runtime": "^7.24.0",
"@mui/base": "^5.0.0-beta.36",
"@mui/x-data-grid-premium": "7.0.0-beta.5",
"@mui/x-data-grid-premium": "7.0.0-beta.6",
"chance": "^1.1.11",
"clsx": "^2.1.0",
"lru-cache": "^7.18.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-premium",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"description": "The Premium plan edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -45,9 +45,9 @@
"@babel/runtime": "^7.24.0",
"@mui/system": "^5.15.9",
"@mui/utils": "^5.15.9",
"@mui/x-data-grid": "7.0.0-beta.5",
"@mui/x-data-grid-pro": "7.0.0-beta.5",
"@mui/x-license": "7.0.0-beta.2",
"@mui/x-data-grid": "7.0.0-beta.6",
"@mui/x-data-grid-pro": "7.0.0-beta.6",
"@mui/x-license": "7.0.0-beta.6",
"@types/format-util": "^1.0.4",
"clsx": "^2.1.0",
"exceljs": "^4.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-pro",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"description": "The Pro plan edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@babel/runtime": "^7.24.0",
"@mui/system": "^5.15.9",
"@mui/utils": "^5.15.9",
"@mui/x-data-grid": "7.0.0-beta.5",
"@mui/x-license": "7.0.0-beta.2",
"@mui/x-data-grid": "7.0.0-beta.6",
"@mui/x-license": "7.0.0-beta.6",
"@types/format-util": "^1.0.4",
"clsx": "^2.1.0",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"description": "The community edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-date-pickers-pro",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"description": "The commercial edition of the date picker components (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@mui/base": "^5.0.0-beta.36",
"@mui/system": "^5.15.9",
"@mui/utils": "^5.15.9",
"@mui/x-date-pickers": "7.0.0-beta.5",
"@mui/x-license": "7.0.0-beta.2",
"@mui/x-date-pickers": "7.0.0-beta.6",
"@mui/x-license": "7.0.0-beta.6",
"clsx": "^2.1.0",
"prop-types": "^15.8.1",
"react-transition-group": "^4.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-date-pickers",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"description": "The community edition of the date picker components (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-license",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.6",
"description": "MUI X License verification",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-tree-view",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"description": "The community edition of the tree view components (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down
10 changes: 7 additions & 3 deletions scripts/releaseChangelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Same changes as in \`@mui/x-data-grid-pro@__VERSION__\`${
dataGridPremiumCommits.length > 0 ? ', plus:\n' : '.'
}
${logChangelogSection(dataGridPremiumCommits)}${dataGridPremiumCommits.length > 0 ? '\n' : ''}
### Date Pickers
### Date and Time Pickers
#### \`@mui/x-date-pickers@__VERSION__\`
Expand All @@ -259,11 +259,15 @@ Same changes as in \`@mui/x-date-pickers@__VERSION__\`${
}
${logChangelogSection(pickersProCommits)}
### Charts / \`@mui/x-charts@__VERSION__\`
### Charts
#### \`@mui/x-charts@__VERSION__\`
${logChangelogSection(chartsCommits)}
### Tree View / \`@mui/x-tree-view@__VERSION__\`
### Tree View
#### \`@mui/x-tree-view@__VERSION__\`
${logChangelogSection(treeViewCommits)}
${logChangelogSection(codemodCommits, `### \`@mui/x-codemod@__VERSION__\``)}
Expand Down

0 comments on commit f96c319

Please sign in to comment.