release v1.2.5

This commit is contained in:
Bohdan Triapitsyn
2025-12-19 02:53:52 +02:00
parent bbceccfb64
commit c74185d7ee
11 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"type": "module",
"main": "src/main.tsx",
@@ -1,7 +1,6 @@
import React from 'react';
import type { Session } from '@opencode-ai/sdk';
import { toast } from 'sonner';
import { Button } from '@/components/ui/button';
import {
DropdownMenu,
DropdownMenuContent,
@@ -7,7 +7,6 @@ import {
RiLoader4Line,
} from '@remixicon/react';
import { Button } from '@/components/ui/button';
import { Input } from '@/components/ui/input';
import {
DropdownMenu,
DropdownMenuContent,
@@ -46,7 +46,6 @@ export const HistorySection: React.FC<HistorySectionProps> = ({
onCopyHash,
}) => {
const [isOpen, setIsOpen] = React.useState(true);
const commitCount = log?.all.length ?? 0;
if (!log) {
return null;