From fad225d9a07802fb9eaf857a10fe63cacf7af98d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:44:23 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 14 ++++++++++++++ modules/sticky-till-the-end/CHANGELOG.md | 8 ++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 modules/sticky-till-the-end/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1d3fb447..a8733f57 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 978830f9..8b6b9e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/modules/sticky-till-the-end/CHANGELOG.md b/modules/sticky-till-the-end/CHANGELOG.md new file mode 100644 index 00000000..ae153e1f --- /dev/null +++ b/modules/sticky-till-the-end/CHANGELOG.md @@ -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))