Skip to content

Commit c538a9e

Browse files
committed
changelog
1 parent 72458f5 commit c538a9e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/utils/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-01-16T12:05:00-08:00`,
15+
product: 'hosting',
16+
body: `## Improvements
17+
- Fixed Files tab looking weird in light mode.
18+
- Fixed some errors with Files tab.`,
19+
},
20+
{
21+
date: `2026-01-16T12:05:00-08:00`,
22+
product: 'web',
23+
body: `## Improvements
24+
- Fixed analytics not working.
25+
- Fixed navbar items with icons being invisible in light mode.`,
26+
},
1327
{
1428
date: `2026-01-15T15:20:00-08:00`,
1529
product: 'web',

0 commit comments

Comments
 (0)