Skip to content

Commit 5abcfe6

Browse files
committed
fix changelog formatting
1 parent e9dfe1b commit 5abcfe6

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/blog/changelog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`,

packages/ui/src/components/changelog/ChangelogEntry.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)