mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
bump: version 4.8.0 → 5.0.0
This commit is contained in:
@@ -2,6 +2,33 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
## v5.0.0 (2025-03-08)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add pagefind for static search (#458)
|
||||||
|
- update back button logic
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- ignore in eslint
|
||||||
|
- update blog table padding
|
||||||
|
- remove unused back url in the card url
|
||||||
|
- show light/dark button according to site setting
|
||||||
|
- add author url in Google JSON-LD conditionally
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- remove react dependency for UI interactions (#457)
|
||||||
|
- separate config and constants
|
||||||
|
- update import alias in files
|
||||||
|
- update blog directory to `src/data/blog`
|
||||||
|
|
||||||
|
|
||||||
|
- upgrade to Tailwind CSS v4
|
||||||
|
- update import alias to `@/*`
|
||||||
|
- upgrade Astro to v5 and related packages
|
||||||
|
|
||||||
## v4.8.0 (2025-02-08)
|
## v4.8.0 (2025-02-08)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-paper",
|
"name": "astro-paper",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "4.8.0",
|
"version": "5.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
|
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
|
||||||
|
|||||||
Reference in New Issue
Block a user