Skip to content

Commit 4f8a6ac

Browse files
committed
chore: bump version to 1.3.2
1 parent 69f191e commit 4f8a6ac

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.2] - 2026-04-20
9+
10+
### Fixed
11+
12+
- **TOC layout**: Resolved an issue where the `toc` layout could fail to render if the presentation had no section titles, by adding a fallback mechanism that generates section entries based on slide frontmatter or content structure
13+
814
## [1.3.1] - 2026-03-17
915

1016
This stable release rolls up all changes shipped after `v1.0.3`, including the `v1.1.x`, `v1.2.x`, and `v1.3.0-beta.1` prerelease series.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slidev-theme-scholarly-docs",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Documentation for Slidev Theme Scholarly",
55
"main": "index.js",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slidev-theme-scholarly",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"type": "module",
55
"description": "A scholarly presentation theme for Slidev with LaTeX Beamer-style styling",
66
"author": "Jiaxin Peng",

0 commit comments

Comments
 (0)