mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
feat: changelog (#6863)
This commit is contained in:
@@ -10,6 +10,29 @@ export type VersionEntry = {
|
||||
}
|
||||
|
||||
const VERSIONS: VersionEntry[] = [
|
||||
{
|
||||
date: `2026-07-24T18:04:04+00:00`,
|
||||
product: 'app',
|
||||
version: '0.16.1',
|
||||
body: `## Changed
|
||||
- Updated translations
|
||||
|
||||
## Fixed
|
||||
- Fixed the "Push update" admonition being invisible until the app was reloaded.`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-24T18:04:04+00:00`,
|
||||
product: 'web',
|
||||
body: `## Changed
|
||||
- Updated translations
|
||||
- Improved messaging on the accept invite webpage modal.`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-24T18:04:04+00:00`,
|
||||
product: 'hosting',
|
||||
body: `## Changed
|
||||
- Updated translations`,
|
||||
},
|
||||
{
|
||||
date: `2026-07-24T16:57:14+00:00`,
|
||||
product: 'web',
|
||||
|
||||
Reference in New Issue
Block a user