From 5abcfe6c38801e24de7f4eb81c79541ef5f98e8e Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:42:45 -0700 Subject: [PATCH] fix changelog formatting --- .gitignore | 2 ++ packages/blog/changelog.ts | 4 ++-- .../ui/src/components/changelog/ChangelogEntry.vue | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dddf6bab9..f6132031b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index e1e87d5f9..5c8fe95cb 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -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. ## Fixed - - Fixed Java auto-installation not working on macOS - - Fix a skin naming error.`, +- Fixed Java auto-installation not working on macOS. +- Fix a skin naming error.`, }, { date: `2026-04-29T17:19:44+00:00`, diff --git a/packages/ui/src/components/changelog/ChangelogEntry.vue b/packages/ui/src/components/changelog/ChangelogEntry.vue index 6fc3d3962..1beca1736 100644 --- a/packages/ui/src/components/changelog/ChangelogEntry.vue +++ b/packages/ui/src/components/changelog/ChangelogEntry.vue @@ -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 {