File tree Expand file tree Collapse file tree
ui/src/components/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,3 +84,5 @@ apps/frontend/src/public/robots.txt
8484
8585# Local dry-run output for scripts/build-theseus-release-notes.mjs
8686/test_result.md
87+
88+ packages /tooling-config /script-utils /import-sort.js
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const VERSIONS: VersionEntry[] = [
2424- Changed the name of the button for creating an instance with a modpack to make it clearer what it's for.
2525
2626## Fixed
27- - Fixed Java auto-installation not working on macOS
28- - Fix a skin naming error.`,
27+ - Fixed Java auto-installation not working on macOS.
28+ - Fix a skin naming error.` ,
2929 } ,
3030 {
3131 date : `2026-04-29T17:19:44+00:00` ,
Original file line number Diff line number Diff line change @@ -115,6 +115,16 @@ const messages = defineMessages({
115115 h5 ,
116116 h6 {
117117 margin : 0 ;
118+ margin-bottom : 0.25em ;
119+ font-weight : 600 ;
120+
121+ & :not (:first-child ) {
122+ margin-top : 0.75em ;
123+ }
124+ }
125+
126+ h2 {
127+ font-size : 1.125rem ;
118128 }
119129
120130 ul {
You can’t perform that action at this time.
0 commit comments