Skip to content

Commit 697468e

Browse files
committed
update changelog + blog post date
1 parent 46c325f commit 697468e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

apps/frontend/src/public/news/feed/articles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Creators: Verify Your Environment Metadata",
55
"summary": "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.",
66
"thumbnail": "https://modrinth.com/news/article/new-environments/thumbnail.webp",
7-
"date": "2025-08-28T07:00:00.000Z",
7+
"date": "2025-08-28T23:50:00.000Z",
88
"link": "https://modrinth.com/news/article/new-environments"
99
},
1010
{

packages/blog/articles/new-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Creators: Verify Your Environment Metadata'
33
summary: We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.
4-
date: 2025-08-28T00:00:00-07:00
4+
date: 2025-08-28T16:50:00-07:00
55
authors: ['Dc7EYhxG']
66
---
77

packages/blog/compiled/new_environments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const article = {
33
html: () => import(`./new_environments.content`).then(m => m.html),
44
title: "Creators: Verify Your Environment Metadata",
55
summary: "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.",
6-
date: "2025-08-28T07:00:00.000Z",
6+
date: "2025-08-28T23:50:00.000Z",
77
slug: "new-environments",
88
authors: ["Dc7EYhxG"],
99
thumbnail: true,

packages/utils/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-08-28T16:50:00-07:00`,
15+
product: 'web',
16+
body: `### Improvements
17+
- Overhauled creator-facing project environment metadata
18+
- 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.
19+
- Improved performance of project pages.`,
20+
},
21+
{
22+
date: `2025-08-28T16:50:00-07:00`,
23+
product: 'servers',
24+
body: `### Improvements
25+
- Fixed issue with Files page not showing files in the correct order sometimes.
26+
- Fixed Medal servers showing a confusing cancellation/suspension notice.`,
27+
},
1328
{
1429
date: `2025-08-20T13:30:00-07:00`,
1530
product: 'app',

0 commit comments

Comments
 (0)