We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72458f5 commit c538a9eCopy full SHA for c538a9e
packages/utils/changelog.ts
@@ -10,6 +10,20 @@ export type VersionEntry = {
10
}
11
12
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
22
+ product: 'web',
23
24
+- Fixed analytics not working.
25
+- Fixed navbar items with icons being invisible in light mode.`,
26
27
{
28
date: `2026-01-15T15:20:00-08:00`,
29
product: 'web',
0 commit comments