Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.13.0",
".": "0.13.1",
"modules/breadcrumb": "0.1.9",
"modules/content-panel": "0.1.8",
"modules/decap-cms": "0.2.1",
Expand All @@ -11,7 +11,7 @@
"modules/revision": "0.1.0",
"modules/social-share-buttons": "0.1.0",
"modules/staticman": "0.1.7",
"modules/sticky-till-the-end": "0.0.1",
"modules/sticky-till-the-end": "0.1.0",
"modules/toc-scrollspy": "0.1.7",
"modules/twikoo": "0.1.8",
"modules/utterances": "0.1.9"
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.13.1](https://github.com/hbstack/docs/compare/v0.13.0...v0.13.1) (2024-04-02)


### Bug Fixes 🐞

* use first section title as the docs nav title ([#614](https://github.com/hbstack/docs/issues/614)) ([4e3ebb2](https://github.com/hbstack/docs/commit/4e3ebb285645ab1ac079b7bc664362d465bf1c33))


### Styles 🎨

* change the ToC toggle color to secondary ([f4c4b05](https://github.com/hbstack/docs/commit/f4c4b05caa957f7c5b6e153850636c78c47f5ced))
* remove margin-bottom from last modules to align components horizontally ([e29f378](https://github.com/hbstack/docs/commit/e29f378fea23f9a1da03ff3cffd5acfb7e623930))
* **toc:** set padding-left as pe-lg-2 ([5293b39](https://github.com/hbstack/docs/commit/5293b392ac1fbdbacec4a300c1f2a24c6d7ac7ad))

## [0.13.0](https://github.com/hbstack/docs/compare/v0.12.0...v0.13.0) (2024-03-27)


Expand Down
8 changes: 8 additions & 0 deletions modules/sticky-till-the-end/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0](https://github.com/hbstack/docs/compare/modules/sticky-till-the-end-v0.0.1...modules/sticky-till-the-end/v0.1.0) (2024-04-02)


### Features ✨

* add the sticky-till-the-end module ([#617](https://github.com/hbstack/docs/issues/617)) ([5c9255d](https://github.com/hbstack/docs/commit/5c9255d15aea00af6eec5744c09ea855e0ad9e15))