fix changelog formatting

This commit is contained in:
Prospector
2026-04-29 11:42:45 -07:00
parent e9dfe1b7f0
commit 5abcfe6c38
3 changed files with 14 additions and 2 deletions

2
.gitignore vendored
View File

@@ -84,3 +84,5 @@ apps/frontend/src/public/robots.txt
# Local dry-run output for scripts/build-theseus-release-notes.mjs
/test_result.md
packages/tooling-config/script-utils/import-sort.js

View File

@@ -24,7 +24,7 @@ const VERSIONS: VersionEntry[] = [
- Changed the name of the button for creating an instance with a modpack to make it clearer what it's for.
## Fixed
- Fixed Java auto-installation not working on macOS
- Fixed Java auto-installation not working on macOS.
- Fix a skin naming error.`,
},
{

View File

@@ -115,6 +115,16 @@ const messages = defineMessages({
h5,
h6 {
margin: 0;
margin-bottom: 0.25em;
font-weight: 600;
&:not(:first-child) {
margin-top: 0.75em;
}
}
h2 {
font-size: 1.125rem;
}
ul {