Skip to content

Commit c860ec8

Browse files
chore(main): release 2.8.0 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 69336b8 commit c860ec8

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.8.0](https://github.com/skyhancloud/skyhan.cloud/compare/v2.7.0...v2.8.0) (2025-12-02)
4+
5+
6+
### Features
7+
8+
* add generateStaticParams function to retrieve blog directories ([ffa68e6](https://github.com/skyhancloud/skyhan.cloud/commit/ffa68e66d632c9748d9c55476ed397508f2d1bc8))
9+
* add rybbit analytics script to layout ([30a7a1d](https://github.com/skyhancloud/skyhan.cloud/commit/30a7a1d2afd1d97e4d8105b180c1de5827f32033))
10+
* add selfie image to header ([858dfda](https://github.com/skyhancloud/skyhan.cloud/commit/858dfda28e55f886d990c3474a21d55a37fb79b3))
11+
* add SubWatch project to the projects list ([8398e4c](https://github.com/skyhancloud/skyhan.cloud/commit/8398e4c45767e2c89ec4b52917e45792c20d4ad4))
12+
* **analytics:** add custom events ([5d590bf](https://github.com/skyhancloud/skyhan.cloud/commit/5d590bfe8bbea381690b4a8e138a2f7a5a979807))
13+
* **component/discord-status:** add hide prop and integrate into blog layout ([69336b8](https://github.com/skyhancloud/skyhan.cloud/commit/69336b800b8af6dbe3860a8455f6e33fa36923bf))
14+
* implement environment variable validation using zod ([5d6b589](https://github.com/skyhancloud/skyhan.cloud/commit/5d6b5894d6b7d2dacbff3a3d80e7e0a87dca442c))
15+
* remove Spotify integration and related components ([3ebfabd](https://github.com/skyhancloud/skyhan.cloud/commit/3ebfabdba73a8c7b8aaa4761813f4fe1dd7ac7b8))
16+
* replace Bricolage Grotesque font with Faustina and add Avatar component ([d662350](https://github.com/skyhancloud/skyhan.cloud/commit/d662350370b07ddd3629add2ebb0ce830ca72a52))
17+
* update me image ([fe05ed1](https://github.com/skyhancloud/skyhan.cloud/commit/fe05ed1470f87211a7859356d562dbc73ce3e848))
18+
* update resume pdf file ([6f1e5b5](https://github.com/skyhancloud/skyhan.cloud/commit/6f1e5b5fd0dfa3b4f0acf410061d3c5ba8ce07fb))
19+
20+
21+
### Bug Fixes
22+
23+
* add 'use client' directive to Projects and Works components ([e42de3a](https://github.com/skyhancloud/skyhan.cloud/commit/e42de3ac70f72dfb335bba90facfbffc14c7dfcd))
24+
* **discord-status:** correct last seen timestamp conversion to milliseconds ([adacc58](https://github.com/skyhancloud/skyhan.cloud/commit/adacc58fafd76c3b0f1a600fdab2c53013be9e5c))
25+
* move development analytics script to a separate Script component ([4b3a20f](https://github.com/skyhancloud/skyhan.cloud/commit/4b3a20fdebbb5126feb0e8003479ad3069da0838))
26+
* update job titles in Page and Works components ([8284970](https://github.com/skyhancloud/skyhan.cloud/commit/82849704f36feec59a8105cf9147a0215baaffdb))
27+
* update link and icon colors for better visibility ([e75bfcb](https://github.com/skyhancloud/skyhan.cloud/commit/e75bfcb1ba2e78a304f8efcddadb4f57e792b270))
28+
329
## [2.7.0](https://github.com/chimpdev/skyhan.cloud/compare/v2.6.0...v2.7.0) (2025-02-12)
430

531

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "skyhan.cloud",
44
"private": true,
5-
"version": "2.7.0",
5+
"version": "2.8.0",
66
"scripts": {
77
"dev": "next dev --turbopack",
88
"build": "next build",

0 commit comments

Comments
 (0)