diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07f472d7..aba4ae80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/ui": "0.64.1", + "packages/ui": "0.65.0", "packages/svelte-markdown-preprocess": "0.2.1" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 1ca478d7..748a60c7 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.65.0 (2026-02-20) + + + +## What's Changed +### 🌟 Enhancements +* fix: make action provider names optional by @jrasm91 in https://github.com/immich-app/ui/pull/601 +### 🐛 Bug fixes +* fix: basic modal by @jrasm91 in https://github.com/immich-app/ui/pull/599 + + +**Full Changelog**: https://github.com/immich-app/ui/compare/ui-v0.64.1...ui-v0.65.0 + ## 0.64.1 (2026-02-19) diff --git a/packages/ui/package.json b/packages/ui/package.json index 47b9c6f9..b981a5ae 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@immich/ui", - "version": "0.64.1", + "version": "0.65.0", "license": "GNU Affero General Public License version 3", "repository": { "type": "git",