Skip to content

Commit e5e8fe0

Browse files
committed
chore: release 1.3.0
1 parent 1005f2e commit e5e8fe0

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-antfustyle-theme",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

src/content/changelog/1.3.0.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: '🚀 1.3.0: Showcase Your GitHub Releases and PRs'
3+
subtitle: ''
4+
description: Release Astro AntfuStyle Theme 1.3.0
5+
pubDate: 2024-12-28
6+
lastModDate: ''
7+
toc: true
8+
share: true
9+
ogImage: false
10+
---
11+
12+
### 🚀 Features
13+
14+
- **page:** Add /releases page to display (personal) releases on GitHub ([#3](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/3))
15+
- Support for TOC on mobile devices ([#7](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/7))
16+
- **mobile:** Refine toc and nav panel styles ([d8e585a](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/d8e585a))
17+
- **page:** Add /prs page to display (personal) GitHub PRs ([#8](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/8))
18+
19+
### 🩹 Fixes
20+
21+
- Add reduced motion support to toggleFadeEffect & add sorting for PRs in GithubView & refine style ([ac035b4](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/ac035b4))
22+
23+
### 💅 Refactors
24+
25+
- **page:** /releases and /prs based on StandardLayout ([26e262a](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/26e262a))
26+
27+
### 🏡 Chore
28+
29+
- Correct minor spelling mistake in package name ([#2](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/2))
30+
- Update deps & fix typo ([fd543c0](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/fd543c0))
31+
- Fix style typo & internal links not opening in new tab ([7aad6fe](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/7aad6fe))
32+
- Update docs ([0f1b74a](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/0f1b74a))
33+
- Update deps ([1005f2e](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/1005f2e))
34+
35+
#### ⚠️ Breaking Changes
36+
37+
- **layout:** ⚠️ Update StandardLayout, remove WideLayout & add FEATURE.slideEnterAnim option ([#9](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/9))
38+
39+
### ❤️ Contributors
40+
41+
- Stephanie Lin ([@lin-stephanie](http://github.com/lin-stephanie))
42+
- Saturn ([@strn3](http://github.com/strn3))
43+
44+
[compare changes](https://github.com/lin-stephanie/astro-antfustyle-theme/compare/1.2.0...main)

0 commit comments

Comments
 (0)