From a928d2577b5e747f283dd2e19cb5c1d6dfb452b3 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 27 Feb 2026 15:03:44 +0100 Subject: [PATCH] chore: update CHANGELOG.md to include consistent app order in the App Switcher for improved navigation experience, and update @ciphera-net/ui dependency to version 0.0.74 in package.json and package-lock.json --- CHANGELOG.md | 4 ++++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf51e0..9a9bfd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - **Goals & Events.** Define custom goals (e.g. signup, purchase) and track them with `pulse.track()` in your snippet. Counts appear on your dashboard once you add goals in Site Settings → Goals & Events. - **2FA recovery codes backup.** When you enable 2FA, you receive recovery codes. You can now regenerate new codes (with password confirmation) from Settings and download them as a `.txt` file. Regenerating invalidates all existing codes. +### Changed + +- **App Switcher now shows consistent order.** The Ciphera Apps menu now always displays apps in the same order: Pulse, Drop, Auth — regardless of which app you're currently using. Previously, the current app was shown first, causing the order to change depending on context. This creates a more predictable navigation experience. + ### Fixed - **Shopify and embedded site tracking.** The Pulse tracking script now loads correctly when embedded on third-party sites like Shopify stores, WooCommerce, or custom storefronts. Previously, tracking failed because the script was redirected to the login page instead of loading. diff --git a/package-lock.json b/package-lock.json index 1ad1e71..8c86ca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "pulse-frontend", "version": "0.11.1-alpha", "dependencies": { - "@ciphera-net/ui": "^0.0.73", + "@ciphera-net/ui": "^0.0.74", "@ducanh2912/next-pwa": "^10.2.9", "@radix-ui/react-icons": "^1.3.0", "@simplewebauthn/browser": "^13.2.2", @@ -1543,9 +1543,9 @@ } }, "node_modules/@ciphera-net/ui": { - "version": "0.0.73", - "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.73/6088fdf13bf44c27a90afaa491e7b858335ee086", - "integrity": "sha512-r7015AM2iGUWhRsSbjqMBZetXfKtj5ohIEJTV1weoyc1XX6jg7gOxCcAetuBKWaY1OqyJPhn+PCrE/xIE/dUyQ==", + "version": "0.0.74", + "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.74/9537c860db93e7ce80a18bb699aa0c768cb13ec1", + "integrity": "sha512-Ha1uZ0AKKVBV4YBQRGXpWYlqc+rWH07gwEYdeLnVJvMRh/KlD2vrx95H1ldJf1Q1QfCP/HUcq55BelF/vvjzug==", "dependencies": { "@radix-ui/react-icons": "^1.3.0", "clsx": "^2.1.0", diff --git a/package.json b/package.json index e71090b..7594ec1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@ciphera-net/ui": "^0.0.73", + "@ciphera-net/ui": "^0.0.74", "@ducanh2912/next-pwa": "^10.2.9", "@radix-ui/react-icons": "^1.3.0", "@simplewebauthn/browser": "^13.2.2",