diff --git a/CHANGELOG.md b/CHANGELOG.md index 2295ee8..78fb0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [2.38.1] - 2025-10-15 + +### 🚀 Enhancements + +- _(sidebar)_ Add conversation search functionality (#223) + +### 🎨 Styling + +- _(chat)_ Update styling for main content and chat input (#224) + +### 🚜 Refactor + +- _(Input)_ Replace native input with custom Input component (#222) +- _(icon)_ Migrate to direct icon component usage (#225) + ## [2.38.0] - 2025-10-12 ### 🚀 Enhancements diff --git a/package-lock.json b/package-lock.json index ab7e52e..192b0ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "llama.ui", - "version": "2.38.0", + "version": "2.38.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "llama.ui", - "version": "2.38.0", + "version": "2.38.1", "license": "MIT", "dependencies": { "@radix-ui/react-collapsible": "^1.1.12", diff --git a/package.json b/package.json index f43189d..b5ffb68 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "llama.ui", "description": "A minimal Interface for AI Companion that runs entirely in your browser.", - "version": "2.38.0", + "version": "2.38.1", "homepage": "https://llama-ui.js.org/", "license": "MIT", "type": "module", diff --git a/src/App.tsx b/src/App.tsx index 324aaa3..043a9d6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -55,7 +55,7 @@ const AppLayout: FC = () => {