Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/ui": "0.61.0",
"packages/ui": "0.61.1",
"packages/svelte-markdown-preprocess": "0.2.1"
}
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.61.1 (2026-01-30)

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

## What's Changed
### 🐛 Bug fixes
* fix: dependencies by @jrasm91 in https://github.com/immich-app/ui/pull/563
* fix: initial text sizes by @jrasm91 in https://github.com/immich-app/ui/pull/565


**Full Changelog**: https://github.com/immich-app/ui/compare/ui-v0.61.0...ui-v0.61.1

## 0.61.0 (2026-01-30)

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@immich/ui",
"version": "0.61.0",
"version": "0.61.1",
"license": "GNU Affero General Public License version 3",
"repository": {
"type": "git",
Expand Down
Loading