Skip to content

Commit 716bfb9

Browse files
committed
chore: Update dependencies and improve sidebar component
- Updated various dependencies in package.json and pnpm-lock.yaml to their latest versions for better performance and security. - Removed unnecessary `title` attributes from links in the ProfileBar component for cleaner markup. - Added a new contributor to the friend page and updated the description for an existing contributor.
1 parent a71d09f commit 716bfb9

File tree

6 files changed

+1516
-912
lines changed

6 files changed

+1516
-912
lines changed

docs/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,4 +878,18 @@
878878

879879
### Fix
880880

881-
- 修复了在 RSS 中仍然显示草稿文章的问题
881+
- 修复了在 RSS 中仍然显示草稿文章的问题
882+
883+
## [3.1.2] - 2025-4-19
884+
885+
### Features
886+
887+
- 新增了一篇如何配置评论系统的教程
888+
889+
### Refactored
890+
891+
- 在侧边栏移除了不必要的 `title` 属性
892+
893+
### Fix
894+
895+
- 修复了未适配 Chrome 的自动深色主题 #78

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frosti",
33
"type": "module",
4-
"version": "3.0.0",
4+
"version": "3.1.2",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

0 commit comments

Comments
 (0)