From 1a970279b52cf56ed659c7d9fda917b1794460cf Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 22 Feb 2026 00:06:26 +0100 Subject: [PATCH] chore: release version 0.10.0-alpha with design consistency improvements across various components --- CHANGELOG.md | 18 +++++++++++++++++- package.json | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 310086d..3b66357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [0.10.0-alpha] - 2026-02-21 + +### Changed + +- **Design consistency (PULSE-59).** Pulse now feels more cohesive across all pages — headings, buttons, and layout are consistent. +- **Headings.** Marketing and integration pages use the same heading sizes for a clearer visual hierarchy. +- **Buttons.** Settings pages and the verification modal use consistent button styles. The Enterprise "Contact us" button on pricing now matches the rest. +- **Settings layout.** Profile settings, Organization Settings, and Site Settings now span the full width of the page, matching the dashboard. +- **Charts and maps.** Analytics charts, funnel views, and the uptime map now use Pulse's brand colors correctly in both light and dark mode. +- **Integration guides.** Code examples in the integration and installation guides look cleaner and work better in dark mode. +- **Dark mode.** Text and backgrounds across settings, pricing, and funnels are easier to read when you switch themes. +- **Cards and panels.** All cards use consistent padding for a more even layout. +- **Integration pages.** Integration setup guides have more comfortable spacing at the top. +- **Org slug.** The organization URL prefix correctly shows `pulse.ciphera.net/` instead of the wrong domain. + ## [0.9.0-alpha] - 2026-02-21 ### Added @@ -112,7 +127,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), --- -[Unreleased]: https://github.com/ciphera-net/pulse/compare/v0.9.0-alpha...HEAD +[Unreleased]: https://github.com/ciphera-net/pulse/compare/v0.10.0-alpha...HEAD +[0.10.0-alpha]: https://github.com/ciphera-net/pulse/compare/v0.9.0-alpha...v0.10.0-alpha [0.9.0-alpha]: https://github.com/ciphera-net/pulse/compare/v0.8.0-alpha...v0.9.0-alpha [0.8.0-alpha]: https://github.com/ciphera-net/pulse/compare/v0.7.0-alpha...v0.8.0-alpha [0.7.0-alpha]: https://github.com/ciphera-net/pulse/compare/v0.6.0-alpha...v0.7.0-alpha diff --git a/package.json b/package.json index e9f00aa..10fb548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulse-frontend", - "version": "0.9.0-alpha", + "version": "0.10.0-alpha", "private": true, "scripts": { "dev": "next dev",