From c4cdcf691d52df17153c981379d277cc2b5f20e5 Mon Sep 17 00:00:00 2001 From: "immich-push-o-matic[bot]" <179150890+immich-push-o-matic[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:39:18 +0000 Subject: [PATCH] chore(main): release svelte-markdown-preprocess 0.2.2 --- .release-please-manifest.json | 2 +- .../svelte-markdown-preprocess/CHANGELOG.md | 29 +++++++++++++++++++ .../svelte-markdown-preprocess/package.json | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aba4ae80..60008899 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/ui": "0.65.0", - "packages/svelte-markdown-preprocess": "0.2.1" + "packages/svelte-markdown-preprocess": "0.2.2" } diff --git a/packages/svelte-markdown-preprocess/CHANGELOG.md b/packages/svelte-markdown-preprocess/CHANGELOG.md index 6c0f7b56..27c5c2df 100644 --- a/packages/svelte-markdown-preprocess/CHANGELOG.md +++ b/packages/svelte-markdown-preprocess/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## 0.2.2 (2026-03-03) + + + +## What's Changed +### 🌟 Enhancements +* feat: support locale in DatePicker by @michelheusschen in https://github.com/immich-app/ui/pull/578 +* feat: allow customizing initial modal focus by @michelheusschen in https://github.com/immich-app/ui/pull/586 +* feat: rework select component by @michelheusschen in https://github.com/immich-app/ui/pull/593 +* fix: make action provider names optional by @jrasm91 in https://github.com/immich-app/ui/pull/601 +### 🐛 Bug fixes +* fix: initial text sizes by @jrasm91 in https://github.com/immich-app/ui/pull/565 +* fix: cursor-not-allowed on disabled button by @meesfrensel in https://github.com/immich-app/ui/pull/568 +* fix: app shell header height by @jrasm91 in https://github.com/immich-app/ui/pull/567 +* fix: avoid invalid label/button nesting in switch by @michelheusschen in https://github.com/immich-app/ui/pull/571 +* perf: remove forceMount from tooltip by @michelheusschen in https://github.com/immich-app/ui/pull/573 +* fix: gate command palette and shortcut fixes by @michelheusschen in https://github.com/immich-app/ui/pull/579 +* fix: update translations by @michelheusschen in https://github.com/immich-app/ui/pull/582 +* fix: properly link date picker label and input by @michelheusschen in https://github.com/immich-app/ui/pull/584 +* fix: keyboard styling for context menu items by @michelheusschen in https://github.com/immich-app/ui/pull/594 +* fix: resize textarea when value changes by @michelheusschen in https://github.com/immich-app/ui/pull/595 +* fix: onAction return type by @jrasm91 in https://github.com/immich-app/ui/pull/596 +* fix: basic modal by @jrasm91 in https://github.com/immich-app/ui/pull/599 + +## 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/svelte-markdown-preprocess-v0.2.1...svelte-markdown-preprocess-v0.2.2 + ## 0.2.1 (2026-01-30) diff --git a/packages/svelte-markdown-preprocess/package.json b/packages/svelte-markdown-preprocess/package.json index 83222fe5..06b72ad0 100644 --- a/packages/svelte-markdown-preprocess/package.json +++ b/packages/svelte-markdown-preprocess/package.json @@ -1,6 +1,6 @@ { "name": "@immich/svelte-markdown-preprocess", - "version": "0.2.1", + "version": "0.2.2", "license": "GNU Affero General Public License version 3", "repository": { "type": "git",