diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8516421f..da31dfc5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/ui": "0.63.0", + "packages/ui": "0.64.0", "packages/svelte-markdown-preprocess": "0.2.1" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index f9b800f8..6720f809 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.64.0 (2026-02-18) + + + +## What's Changed +### 🌟 Enhancements +* feat: rework select component by @michelheusschen in https://github.com/immich-app/ui/pull/593 +### 🐛 Bug fixes +* fix: keyboard styling for context menu items by @michelheusschen in https://github.com/immich-app/ui/pull/594 +* fix: resize textarea when value changes by @michelheusschen in https://github.com/immich-app/ui/pull/595 + + +**Full Changelog**: https://github.com/immich-app/ui/compare/ui-v0.63.0...ui-v0.64.0 + ## 0.63.0 (2026-02-16) diff --git a/packages/ui/package.json b/packages/ui/package.json index b5950770..f89779bb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@immich/ui", - "version": "0.63.0", + "version": "0.64.0", "license": "GNU Affero General Public License version 3", "repository": { "type": "git",