fix changelog formatting
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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.`,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user