Skip to content

Commit 91accd5

Browse files
committed
Update app changelog + fix accordion issue
1 parent 147f19f commit 91accd5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/ui/src/components/base/Accordion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<script setup lang="ts">
3131
import { DropdownIcon } from '@modrinth/assets'
32-
import { computed, ref, useSlots } from 'vue'
32+
import { computed, ref, useSlots, watch } from 'vue'
3333
3434
const props = withDefaults(
3535
defineProps<{

packages/utils/changelog.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-12-11T17:00:00-08:00`,
15+
product: 'app',
16+
version: '0.10.22',
17+
body: `## Improvements
18+
- Updated Modrinth Servers branding to new Modrinth Hosting branding.
19+
- Fixed server pinging blocking the app from loading.
20+
- Fixed instance overrides for window and Java settings not being able to be disabled.`,
21+
},
1322
{
1423
date: `2025-12-11T16:15:00-08:00`,
1524
product: 'hosting',

0 commit comments

Comments
 (0)