diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6fd2f6f1..2acf18fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/ui": "0.61.2", + "packages/ui": "0.61.3", "packages/svelte-markdown-preprocess": "0.2.1" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 524ff6ff..49e451b6 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.61.3 (2026-02-04) + + + +## What's Changed +### 🐛 Bug fixes +* fix: avoid invalid label/button nesting in switch by @michelheusschen in https://github.com/immich-app/ui/pull/571 + +## New Contributors +* @michelheusschen made their first contribution in https://github.com/immich-app/ui/pull/571 + +**Full Changelog**: https://github.com/immich-app/ui/compare/ui-v0.61.2...ui-v0.61.3 + ## 0.61.2 (2026-02-03) diff --git a/packages/ui/package.json b/packages/ui/package.json index 1d13701a..92653a24 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@immich/ui", - "version": "0.61.2", + "version": "0.61.3", "license": "GNU Affero General Public License version 3", "repository": { "type": "git",