diff --git a/apps/frontend/src/public/news/feed/articles.json b/apps/frontend/src/public/news/feed/articles.json index 4b76e3bb..64201cba 100644 --- a/apps/frontend/src/public/news/feed/articles.json +++ b/apps/frontend/src/public/news/feed/articles.json @@ -4,7 +4,7 @@ "title": "Creators: Verify Your Environment Metadata", "summary": "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.", "thumbnail": "https://modrinth.com/news/article/new-environments/thumbnail.webp", - "date": "2025-08-28T07:00:00.000Z", + "date": "2025-08-28T23:50:00.000Z", "link": "https://modrinth.com/news/article/new-environments" }, { diff --git a/packages/blog/articles/new-environments.md b/packages/blog/articles/new-environments.md index 773300cd..f5ce7996 100644 --- a/packages/blog/articles/new-environments.md +++ b/packages/blog/articles/new-environments.md @@ -1,7 +1,7 @@ --- title: 'Creators: Verify Your Environment Metadata' summary: We've overhauled the environment metadata on Modrinth, and all creators must verify their settings. -date: 2025-08-28T00:00:00-07:00 +date: 2025-08-28T16:50:00-07:00 authors: ['Dc7EYhxG'] --- diff --git a/packages/blog/compiled/new_environments.ts b/packages/blog/compiled/new_environments.ts index c672da4e..c78a1748 100644 --- a/packages/blog/compiled/new_environments.ts +++ b/packages/blog/compiled/new_environments.ts @@ -3,7 +3,7 @@ export const article = { html: () => import(`./new_environments.content`).then(m => m.html), title: "Creators: Verify Your Environment Metadata", summary: "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.", - date: "2025-08-28T07:00:00.000Z", + date: "2025-08-28T23:50:00.000Z", slug: "new-environments", authors: ["Dc7EYhxG"], thumbnail: true, diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 686a6751..de425dca 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,21 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-08-28T16:50:00-07:00`, + product: 'web', + body: `### Improvements +- Overhauled creator-facing project environment metadata + - This is part of a larger project to make environment data across Modrinth more reliable. Read [this blog post](/news/article/new-environments) for more information. +- Improved performance of project pages.`, + }, + { + date: `2025-08-28T16:50:00-07:00`, + product: 'servers', + body: `### Improvements +- Fixed issue with Files page not showing files in the correct order sometimes. +- Fixed Medal servers showing a confusing cancellation/suspension notice.`, + }, { date: `2025-08-20T13:30:00-07:00`, product: 'app',