Skip to content

Commit c130e6c

Browse files
committed
1.25.5 release
1 parent c613416 commit c130e6c

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
- Fine-tune the style of the navigation bar.
66

7-
##### Template File
8-
97
### 🐞 Fix
108

11-
- Fix no auto-focus of search filter on issue/PR properties #27
9+
- Fix no auto-focus of search filter on issue/PR properties. #27

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitea-github-theme",
3-
"version": "1.25.5.rc",
3+
"version": "1.25.5",
44
"type": "module",
55
"scripts": {
66
"dev": "vite build --mode dev",

styles/components/issue.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ export const issueSidebar = css`
811811
}
812812
}
813813
}
814-
// 修复
815814
}
816815
}
817816
}

0 commit comments

Comments
 (0)