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
|
# Local dry-run output for scripts/build-theseus-release-notes.mjs
|
||||||
/test_result.md
|
/test_result.md
|
||||||
|
|
||||||
|
packages/tooling-config/script-utils/import-sort.js
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ const VERSIONS: VersionEntry[] = [
|
|||||||
- Changed the name of the button for creating an instance with a modpack to make it clearer what it's for.
|
- Changed the name of the button for creating an instance with a modpack to make it clearer what it's for.
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
- Fixed Java auto-installation not working on macOS
|
- Fixed Java auto-installation not working on macOS.
|
||||||
- Fix a skin naming error.`,
|
- Fix a skin naming error.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2026-04-29T17:19:44+00:00`,
|
date: `2026-04-29T17:19:44+00:00`,
|
||||||
|
|||||||
@@ -115,6 +115,16 @@ const messages = defineMessages({
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
margin-bottom: 0.25em;
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
|
&:not(:first-child) {
|
||||||
|
margin-top: 0.75em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1.125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|||||||
Reference in New Issue
Block a user