Skip to content

Commit 8aeed37

Browse files
chore(main): release svelte-markdown-preprocess 0.2.2
1 parent 9af0dee commit 8aeed37

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages/ui": "0.65.0",
3-
"packages/svelte-markdown-preprocess": "0.2.1"
3+
"packages/svelte-markdown-preprocess": "0.2.2"
44
}

packages/svelte-markdown-preprocess/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 0.2.2 (2026-02-24)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+
## What's Changed
8+
### 🌟 Enhancements
9+
* feat: support locale in DatePicker by @michelheusschen in https://github.com/immich-app/ui/pull/578
10+
* feat: allow customizing initial modal focus by @michelheusschen in https://github.com/immich-app/ui/pull/586
11+
* feat: rework select component by @michelheusschen in https://github.com/immich-app/ui/pull/593
12+
* fix: make action provider names optional by @jrasm91 in https://github.com/immich-app/ui/pull/601
13+
### 🐛 Bug fixes
14+
* fix: initial text sizes by @jrasm91 in https://github.com/immich-app/ui/pull/565
15+
* fix: cursor-not-allowed on disabled button by @meesfrensel in https://github.com/immich-app/ui/pull/568
16+
* fix: app shell header height by @jrasm91 in https://github.com/immich-app/ui/pull/567
17+
* fix: avoid invalid label/button nesting in switch by @michelheusschen in https://github.com/immich-app/ui/pull/571
18+
* perf: remove forceMount from tooltip by @michelheusschen in https://github.com/immich-app/ui/pull/573
19+
* fix: gate command palette and shortcut fixes by @michelheusschen in https://github.com/immich-app/ui/pull/579
20+
* fix: update translations by @michelheusschen in https://github.com/immich-app/ui/pull/582
21+
* fix: properly link date picker label and input by @michelheusschen in https://github.com/immich-app/ui/pull/584
22+
* fix: keyboard styling for context menu items by @michelheusschen in https://github.com/immich-app/ui/pull/594
23+
* fix: resize textarea when value changes by @michelheusschen in https://github.com/immich-app/ui/pull/595
24+
* fix: onAction return type by @jrasm91 in https://github.com/immich-app/ui/pull/596
25+
* fix: basic modal by @jrasm91 in https://github.com/immich-app/ui/pull/599
26+
27+
## New Contributors
28+
* @michelheusschen made their first contribution in https://github.com/immich-app/ui/pull/571
29+
30+
**Full Changelog**: https://github.com/immich-app/ui/compare/svelte-markdown-preprocess-v0.2.1...svelte-markdown-preprocess-v0.2.2
31+
332
## 0.2.1 (2026-01-30)
433

534
<!-- Release notes generated using configuration in .github/release.yml at main -->

packages/svelte-markdown-preprocess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immich/svelte-markdown-preprocess",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"license": "GNU Affero General Public License version 3",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)