Skip to content

Commit 595d38d

Browse files
MarkShawn2020claude
andcommitted
chore: release v0.25.1
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent a9f2fbd commit 595d38d

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/fix-build.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.25.1
4+
5+
### Patch Changes
6+
7+
- a9f2fbd: Fix TS build errors blocking v0.25.0 release
8+
9+
- Export `MaasRegistryView` from `src/views/index.ts`
10+
- Add `basic-maas` route in `_layout.tsx` and `features.tsx` `Record<FeatureType, string>`
11+
- Bump tsconfig `target`/`lib` to ES2022 (needed for `Array.at()`)
12+
- Remove dead `isShortViewport`/`quickActions` + unused icon imports in `PanelGrid`
13+
314
## 0.25.0
415

516
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lovcode",
33
"private": true,
4-
"version": "0.25.0",
4+
"version": "0.25.1",
55
"type": "module",
66
"packageManager": "pnpm@10.18.1",
77
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lovcode"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

0 commit comments

Comments
 (0)