Skip to content

Commit f3978b5

Browse files
chore(main): release svelte-markdown-preprocess 0.2.2
1 parent ad4f5c7 commit f3978b5

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-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.64.1",
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 0.2.2 (2026-02-19)
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+
### 🐛 Bug fixes
13+
* fix: initial text sizes by @jrasm91 in https://github.com/immich-app/ui/pull/565
14+
* fix: cursor-not-allowed on disabled button by @meesfrensel in https://github.com/immich-app/ui/pull/568
15+
* fix: app shell header height by @jrasm91 in https://github.com/immich-app/ui/pull/567
16+
* fix: avoid invalid label/button nesting in switch by @michelheusschen in https://github.com/immich-app/ui/pull/571
17+
* perf: remove forceMount from tooltip by @michelheusschen in https://github.com/immich-app/ui/pull/573
18+
* fix: gate command palette and shortcut fixes by @michelheusschen in https://github.com/immich-app/ui/pull/579
19+
* fix: update translations by @michelheusschen in https://github.com/immich-app/ui/pull/582
20+
* fix: properly link date picker label and input by @michelheusschen in https://github.com/immich-app/ui/pull/584
21+
* fix: keyboard styling for context menu items by @michelheusschen in https://github.com/immich-app/ui/pull/594
22+
* fix: resize textarea when value changes by @michelheusschen in https://github.com/immich-app/ui/pull/595
23+
* fix: onAction return type by @jrasm91 in https://github.com/immich-app/ui/pull/596
24+
25+
## New Contributors
26+
* @michelheusschen made their first contribution in https://github.com/immich-app/ui/pull/571
27+
28+
**Full Changelog**: https://github.com/immich-app/ui/compare/svelte-markdown-preprocess-v0.2.1...svelte-markdown-preprocess-v0.2.2
29+
330
## 0.2.1 (2026-01-30)
431

532
<!-- 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)