Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 8d14f34994 - Show all commits
+7
View File
@@ -10,6 +10,13 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2025-08-31T17:15:00-07:00`,
product: 'web',
body: `### Improvements
- Updated some of the publishing checklist messages.
- Fixed certain buttons having the wrong focus effect in Firefox browsers.`,
},
{ {
date: `2025-08-31T11:50:00-07:00`, date: `2025-08-31T11:50:00-07:00`,
product: 'web', product: 'web',