diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2acf18fd..465c5a84 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/ui": "0.61.3", + "packages/ui": "0.61.4", "packages/svelte-markdown-preprocess": "0.2.1" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 49e451b6..e80ab908 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.61.4 (2026-02-06) + + + +## What's Changed +### 🐛 Bug fixes +* perf: remove forceMount from tooltip by @michelheusschen in https://github.com/immich-app/ui/pull/573 + + +**Full Changelog**: https://github.com/immich-app/ui/compare/ui-v0.61.3...ui-v0.61.4 + ## 0.61.3 (2026-02-04) diff --git a/packages/ui/package.json b/packages/ui/package.json index 92653a24..1a2e760a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@immich/ui", - "version": "0.61.3", + "version": "0.61.4", "license": "GNU Affero General Public License version 3", "repository": { "type": "git",