From 385ef210c18eadcd7515d5cb85876caae9df309a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 03:41:03 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ modules/doc-nav/CHANGELOG.md | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 29ec015d..b3fdd67a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { - ".": "0.11.0", + ".": "0.11.1", "modules/breadcrumb": "0.1.9", "modules/content-panel": "0.1.8", "modules/disqus": "0.1.8", "modules/featured-image": "0.2.8", "modules/giscus": "0.1.10", "modules/heading-sign": "0.1.9", - "modules/doc-nav": "0.3.2", + "modules/doc-nav": "0.3.3", "modules/revision": "0.1.0", "modules/staticman": "0.1.7", "modules/toc-scrollspy": "0.1.7", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be5584b..f3129e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.1](https://github.com/hbstack/docs/compare/v0.11.0...v0.11.1) (2023-12-03) + + +### Styles 🎨 + +* prepare for theming ([#426](https://github.com/hbstack/docs/issues/426)) ([a134fec](https://github.com/hbstack/docs/commit/a134fec36ba3b50f31097115f32ff40f997c8504)) + ## [0.11.0](https://github.com/hbstack/docs/compare/v0.10.0...v0.11.0) (2023-11-11) diff --git a/modules/doc-nav/CHANGELOG.md b/modules/doc-nav/CHANGELOG.md index 2271270a..749a5f2d 100644 --- a/modules/doc-nav/CHANGELOG.md +++ b/modules/doc-nav/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/hbstack/docs/compare/modules/doc-nav/v0.3.2...modules/doc-nav/v0.3.3) (2023-12-03) + + +### Styles 🎨 + +* prepare for theming ([#426](https://github.com/hbstack/docs/issues/426)) ([a134fec](https://github.com/hbstack/docs/commit/a134fec36ba3b50f31097115f32ff40f997c8504)) + ## [0.3.2](https://github.com/hbstack/docs/compare/modules/doc-nav/v0.3.1...modules/doc-nav/v0.3.2) (2023-11-01)