diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 465c5a84..13c8a31d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/ui": "0.61.4", + "packages/ui": "0.62.0", "packages/svelte-markdown-preprocess": "0.2.1" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e80ab908..328933df 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.62.0 (2026-02-10) + + + +## What's Changed +### 🌟 Enhancements +* feat: support locale in DatePicker by @michelheusschen in https://github.com/immich-app/ui/pull/578 +### 🐛 Bug fixes +* fix: gate command palette and shortcut fixes by @michelheusschen in https://github.com/immich-app/ui/pull/579 + + +**Full Changelog**: https://github.com/immich-app/ui/compare/ui-v0.61.4...ui-v0.62.0 + ## 0.61.4 (2026-02-06) diff --git a/packages/ui/package.json b/packages/ui/package.json index 1a2e760a..c09ff20d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@immich/ui", - "version": "0.61.4", + "version": "0.62.0", "license": "GNU Affero General Public License version 3", "repository": { "type": "git",