diff --git a/apps/frontend/src/public/news/feed/articles.json b/apps/frontend/src/public/news/feed/articles.json index 1dc9f2bae..1d5f046e4 100644 --- a/apps/frontend/src/public/news/feed/articles.json +++ b/apps/frontend/src/public/news/feed/articles.json @@ -4,7 +4,7 @@ "title": "Skins — Now in Modrinth App!", "summary": "Customize your look, save your favorite skins, and swap them out in a flash, all within Modrinth App.", "thumbnail": "https://modrinth.com/news/article/skins-now-in-modrinth-app/thumbnail.webp", - "date": "2025-07-05T19:19:00.000Z", + "date": "2025-07-06T23:45:00.000Z", "link": "https://modrinth.com/news/article/skins-now-in-modrinth-app" }, { diff --git a/packages/blog/articles/skins-now-in-modrinth-app.md b/packages/blog/articles/skins-now-in-modrinth-app.md index 50a20eecf..66666d31a 100644 --- a/packages/blog/articles/skins-now-in-modrinth-app.md +++ b/packages/blog/articles/skins-now-in-modrinth-app.md @@ -1,7 +1,7 @@ --- title: 'Skins — Now in Modrinth App!' summary: 'Customize your look, save your favorite skins, and swap them out in a flash, all within Modrinth App.' -date: 2025-07-05T20:19:00+01:00 +date: 2025-07-06T16:45:00-07:00 --- We're thrilled to roll out Modrinth App **v0.10** with a beta release of one of our most highly requested features, the **Skins page**. The Skins page allows you to manage all of your Minecraft skins directly within Modrinth App. You can see all your saved custom skins and the default Minecraft skins in one convenient place. diff --git a/packages/blog/compiled/skins_now_in_modrinth_app.ts b/packages/blog/compiled/skins_now_in_modrinth_app.ts index 58d8966ef..6c2e1197d 100644 --- a/packages/blog/compiled/skins_now_in_modrinth_app.ts +++ b/packages/blog/compiled/skins_now_in_modrinth_app.ts @@ -4,7 +4,7 @@ export const article = { title: 'Skins — Now in Modrinth App!', summary: 'Customize your look, save your favorite skins, and swap them out in a flash, all within Modrinth App.', - date: '2025-07-05T19:19:00.000Z', + date: '2025-07-06T23:45:00.000Z', slug: 'skins-now-in-modrinth-app', thumbnail: true, } diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index a69653a77..303925bbe 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,17 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-07-06T16:30:00-07:00`, + product: 'app', + version: `0.10.2`, + body: `### Improvements +- Added additional default skins from free official Minecraft skin packs. +- Fixed some parts of the player model on Skins page rendering incorrectly. +- Fixed a number of issues with skin images not loading on macOS. +- Fixed old Forge versions not loading properly. +- Fixed a typo in Appearance settings for hiding Skins page nametag.`, + }, { date: `2025-07-05T12:00:00-07:00`, product: 'app',