Skip to content

Commit e0c68cc

Browse files
chore(main): release svelte-markdown-preprocess 0.2.2
1 parent 7dc1a13 commit e0c68cc

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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.63.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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

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

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