From d010ed6bc5c7757ffa8f2bba66cc7cac47f613a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LAGACHE?= <43389096+Asuniia@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:55:43 +0100 Subject: [PATCH] chore(release): 1.2.4-rc.8 --- CITATION.cff | 2 +- package.json | 2 +- .../components/update-notification.tsx | 38 +++++++++---------- 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index eb0dd20f..5c69d9c6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,5 +26,5 @@ keywords: - web-ui - agent license: Apache-2.0 -version: 1.2.4-rc.7 +version: 1.2.4-rc.8 date-released: "2026-01-28" diff --git a/package.json b/package.json index 457ad4dc..536ccf11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portabase", - "version": "1.2.4-rc.7", + "version": "1.2.4-rc.8", "private": true, "scripts": { "dev": "next dev --turbopack -p 8887", diff --git a/src/features/updates/components/update-notification.tsx b/src/features/updates/components/update-notification.tsx index cdcd3538..097f98a8 100644 --- a/src/features/updates/components/update-notification.tsx +++ b/src/features/updates/components/update-notification.tsx @@ -2,9 +2,8 @@ import { useUpdateCheck } from "../hooks/use-update-check"; import { useSidebar, SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuItem, SidebarMenuButton } from "@/components/ui/sidebar"; -import { X, ArrowUpCircle } from "lucide-react"; +import { X, ArrowUpCircle, MoveRight } from "lucide-react"; import Link from "next/link"; -import { cn } from "@/lib/utils"; export const UpdateNotification = () => { const { isUpdateAvailable, latestRelease, dismissUpdate } = useUpdateCheck(); @@ -28,28 +27,27 @@ export const UpdateNotification = () => { Dismiss -