From d907083d8365c5392524fb90509218748468a85d Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:38:23 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 4cb700dc0..29162a8dc 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,23 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-06-03T18:38:16+00:00`, + product: 'web', + body: `## Added +- Added monetization breakdown dismissable explainer banner. + +## Fixed +- Fixed previous-period's data being included in analytics tables instead of just current period. +- Fixed revenue metric displaying stale data when switching between metrics. +- Fixed incorrect Y-axis formatting for values with trailing decimal zeros. +- Fixed table series selections being reset when switching in and out of the tab. +- Fixed "All Time" analytics range to start from the project's publish date instead of analytics injest start date. +- Fixed unknown download source data points not appearing in download source breakdown. +- Fixed date picker number inputs displaying browser increment/decrement arrows. +- Fixed metric cards showing incorrect percentage changes when switching comparison periods. +- Fixed playtime values being rounded incorrectly, causing small values to display as 0.`, + }, { date: `2026-06-03T14:00:39+00:00`, product: 'web',