We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcab665 commit b6bca2aCopy full SHA for b6bca2a
1 file changed
packages/blog/changelog.ts
@@ -10,6 +10,22 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2026-05-04T19:57:12+00:00`,
15
+ product: 'web',
16
+ body: `## Changed
17
+- Users who are not members of a project or organization can no longer view settings pages.
18
+
19
+## Fixed
20
+- Fixed some project pages failing to load due to invalid iframe links in their descriptions.`,
21
+ },
22
23
24
+ product: 'app',
25
+ version: '0.13.10',
26
+ body: `## Fixed
27
28
29
{
30
date: `2026-05-03T18:07:44+00:00`,
31
product: 'web',
0 commit comments