Skip to content

Commit

Permalink
[code-infra] Update changelog script (mui#16218)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored Jan 17, 2025
1 parent 3f5b6b1 commit 6ff55f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/releaseChangelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ ${logTeamSection()}
${logChangelogMessages('DataGrid')}
#### \`@mui/x-data-grid@__VERSION__\`
${logChangelogSection(dataGridCommits) || `No changes since \`@mui/x-data-grid@${lastRelease}\`.`}
${logChangelogSection(dataGridCommits) || 'Internal changes.'}
#### \`@mui/x-data-grid-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
Expand All @@ -376,7 +376,7 @@ ${logChangelogSection(dataGridPremiumCommits)}${dataGridPremiumCommits.length >
${logChangelogMessages('pickers')}
#### \`@mui/x-date-pickers@__VERSION__\`
${logChangelogSection(pickersCommits) || `No changes since \`@mui/x-date-pickers@${lastRelease}\`.`}
${logChangelogSection(pickersCommits) || 'Internal changes.'}
#### \`@mui/x-date-pickers-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
Expand All @@ -388,7 +388,7 @@ ${logChangelogSection(pickersProCommits)}${pickersProCommits.length > 0 ? '\n' :
${logChangelogMessages('charts')}
#### \`@mui/x-charts@__VERSION__\`
${logChangelogSection(chartsCommits) || `No changes since \`@mui/x-charts@${lastRelease}\`.`}
${logChangelogSection(chartsCommits) || 'Internal changes.'}
#### \`@mui/x-charts-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
Expand All @@ -397,7 +397,7 @@ ${logChangelogSection(chartsProCommits)}${chartsProCommits.length > 0 ? '\n' : '
### Tree View
${logChangelogMessages('TreeView')}
#### \`@mui/x-tree-view@__VERSION__\`
${logChangelogSection(treeViewProCommits) || `No changes since \`@mui/x-tree-view-pro@${lastRelease}\`.`}
${logChangelogSection(treeViewProCommits) || 'Internal changes.'}
#### \`@mui/x-tree-view-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
Expand Down

0 comments on commit 6ff55f5

Please # to comment.