diff --git a/packages/assets/generated-icons.ts b/packages/assets/generated-icons.ts index 8c77ae7360..ea1d254f20 100644 --- a/packages/assets/generated-icons.ts +++ b/packages/assets/generated-icons.ts @@ -3,8 +3,6 @@ import type { FunctionalComponent, SVGAttributes } from 'vue' -export type IconComponent = FunctionalComponent - import _AffiliateIcon from './icons/affiliate.svg?component' import _AlignLeftIcon from './icons/align-left.svg?component' import _ArchiveIcon from './icons/archive.svg?component' @@ -380,6 +378,8 @@ import _XCircleIcon from './icons/x-circle.svg?component' import _ZoomInIcon from './icons/zoom-in.svg?component' import _ZoomOutIcon from './icons/zoom-out.svg?component' +export type IconComponent = FunctionalComponent + export const AffiliateIcon = _AffiliateIcon export const AlignLeftIcon = _AlignLeftIcon export const ArchiveIcon = _ArchiveIcon diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 1b1c8131ea..b9b2e17e9c 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -18,17 +18,6 @@ const VERSIONS: VersionEntry[] = [ - Fix PostHog analytics - Improve language selector - Improve server play analytics tracking`, - }, - { - date: `2026-03-10T19:10:00-08:00`, - product: 'app', - version: '0.11.3', - body: `## Improvements -- Added warning banner for installing content to server instance. -- Fixed server instance pinging to be less jumpy and only ping once in instance. -- Fixed unlinking instance not giving sufficient feedback. -- Improved the identification of server project worlds for tracking. -- Fixed many other visual issues with server projects.`, }, { date: `2026-03-06T19:10:00-08:00`,