diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8b44869..091c6657 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/ui": "0.62.1", + "packages/ui": "0.62.2", "packages/svelte-markdown-preprocess": "0.2.1" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index c4a2e9cf..e4d684e7 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.62.2 (2026-02-13) + + + +## What's Changed +### 🐛 Bug fixes +* fix: properly link date picker label and input by @michelheusschen in https://github.com/immich-app/ui/pull/584 + + +**Full Changelog**: https://github.com/immich-app/ui/compare/ui-v0.62.1...ui-v0.62.2 + ## 0.62.1 (2026-02-11) diff --git a/packages/ui/package.json b/packages/ui/package.json index 226e0711..71375002 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@immich/ui", - "version": "0.62.1", + "version": "0.62.2", "license": "GNU Affero General Public License version 3", "repository": { "type": "git",