@@ -334,7 +334,7 @@ ${logTeamSection()}
334
334
335
335
#### \`@mui/x-data-grid@__VERSION__\`
336
336
337
- ${ logChangelogSection ( dataGridCommits ) || `No changes since \`@mui/x-data-grid@ ${ lastRelease } \`.` }
337
+ ${ logChangelogSection ( dataGridCommits ) || 'Internal changes.' }
338
338
339
339
#### \`@mui/x-data-grid-pro@__VERSION__\` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
340
340
@@ -352,7 +352,7 @@ ${logChangelogSection(dataGridPremiumCommits)}${dataGridPremiumCommits.length >
352
352
353
353
#### \`@mui/x-date-pickers@__VERSION__\`
354
354
355
- ${ logChangelogSection ( pickersCommits ) || `No changes since \`@mui/x-date-pickers@ ${ lastRelease } \`.` }
355
+ ${ logChangelogSection ( pickersCommits ) || 'Internal changes.' }
356
356
357
357
#### \`@mui/x-date-pickers-pro@__VERSION__\` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
358
358
@@ -364,7 +364,7 @@ ${logChangelogSection(pickersProCommits)}${pickersProCommits.length > 0 ? '\n' :
364
364
365
365
#### \`@mui/x-charts@__VERSION__\`
366
366
367
- ${ logChangelogSection ( chartsCommits ) || `No changes since \`@mui/x-charts@ ${ lastRelease } \`.` }
367
+ ${ logChangelogSection ( chartsCommits ) || 'Internal changes.' }
368
368
369
369
#### \`@mui/x-charts-pro@__VERSION__\` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
370
370
@@ -373,7 +373,7 @@ ${logChangelogSection(chartsProCommits)}${chartsProCommits.length > 0 ? '\n' : '
373
373
### Tree View
374
374
375
375
#### \`@mui/x-tree-view@__VERSION__\`
376
- ${ logChangelogSection ( treeViewProCommits ) || `No changes since \`@mui/x-tree-view-pro@ ${ lastRelease } \`.` }
376
+ ${ logChangelogSection ( treeViewProCommits ) || 'Internal changes.' }
377
377
378
378
#### \`@mui/x-tree-view-pro@__VERSION__\` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
379
379
0 commit comments