Skip to content

Commit

Permalink
🛠️ Fix error -> 2.5.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EveSunMaple committed Jul 25, 2024
1 parent de70cf5 commit 9b8057e
Show file tree
Hide file tree
Showing 11 changed files with 367 additions and 324 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,10 @@

- 修复了项目卡片无法获取信息的问题
- 修复了在博客、项目页面下目录跳转的问题

## [2.5.0-alpha.5] - 2024-7-26

### Fix

- 修复了项目卡片中错误的样式类
- 修复了有关于类型的问题,现已通过 check 0.8.2
448 changes: 234 additions & 214 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "frosti",
"name": "frosti-test",
"type": "module",
"version": "2.5.0-alpha.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/check": "^0.8.2",
"@astrojs/mdx": "^2.3.1",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
Expand All @@ -27,12 +27,12 @@
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sass": "^1.77.8",
"shiki": "^1.11.0",
"shiki": "^1.11.2",
"twikoo": "^1.6.38",
"typescript": "^5.5.4"
},
"devDependencies": {
"daisyui": "^4.12.10",
"tailwindcss": "^3.4.6"
"tailwindcss": "^3.4.7"
}
}
}
Loading

0 comments on commit 9b8057e

Please sign in to comment.