diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091c6657..8516421f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/ui": "0.62.2", + "packages/ui": "0.63.0", "packages/svelte-markdown-preprocess": "0.2.1" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e4d684e7..f9b800f8 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.63.0 (2026-02-16) + + + +## What's Changed +### 🌟 Enhancements +* feat: allow customizing initial modal focus by @michelheusschen in https://github.com/immich-app/ui/pull/586 + + +**Full Changelog**: https://github.com/immich-app/ui/compare/ui-v0.62.2...ui-v0.63.0 + ## 0.62.2 (2026-02-13) diff --git a/packages/ui/package.json b/packages/ui/package.json index 71375002..98b38e2a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@immich/ui", - "version": "0.62.2", + "version": "0.63.0", "license": "GNU Affero General Public License version 3", "repository": { "type": "git",