We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc6bc8 commit e15fa35Copy full SHA for e15fa35
1 file changed
packages/utils/changelog.ts
@@ -10,6 +10,12 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2025-07-15T08:20:00-07:00`,
15
+ product: 'web',
16
+ body: `### Improvements
17
+- Fixed gallery images from overflowing with long words in their descriptions.`,
18
+ },
19
{
20
date: `2025-07-09T22:15:00-07:00`,
21
product: 'web',
0 commit comments