From 47f2650b53a3eb9085a36218cc272333efce98e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:33:20 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 24 ++++++++++++------------ CHANGELOG.md | 27 +++++++++++++++++++++++++++ modules/breadcrumb/CHANGELOG.md | 16 ++++++++++++++++ modules/content-panel/CHANGELOG.md | 14 ++++++++++++++ modules/disqus/CHANGELOG.md | 13 +++++++++++++ modules/doc-nav/CHANGELOG.md | 13 +++++++++++++ modules/featured-image/CHANGELOG.md | 13 +++++++++++++ modules/giscus/CHANGELOG.md | 14 ++++++++++++++ modules/heading-sign/CHANGELOG.md | 13 +++++++++++++ modules/staticman/CHANGELOG.md | 12 ++++++++++++ modules/toc-scrollspy/CHANGELOG.md | 13 +++++++++++++ modules/twikoo/CHANGELOG.md | 11 +++++++++++ modules/utterances/CHANGELOG.md | 14 ++++++++++++++ 13 files changed, 185 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cd1e2fe9..95cc2fa7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { - ".": "0.8.0", - "modules/breadcrumb": "0.1.8", - "modules/content-panel": "0.1.7", - "modules/disqus": "0.1.7", - "modules/featured-image": "0.2.7", - "modules/giscus": "0.1.9", - "modules/heading-sign": "0.1.8", - "modules/doc-nav": "0.3.1", - "modules/staticman": "0.1.6", - "modules/toc-scrollspy": "0.1.6", - "modules/twikoo": "0.1.7", - "modules/utterances": "0.1.7" + ".": "0.9.0", + "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/staticman": "0.1.7", + "modules/toc-scrollspy": "0.1.7", + "modules/twikoo": "0.1.8", + "modules/utterances": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd45a884..e26c7f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.9.0](https://github.com/hbstack/docs/compare/v0.8.0...v0.9.0) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/blog to v0.19.0 ([cdf5ef8](https://github.com/hbstack/docs/commit/cdf5ef8634d90cf3afeac6c73c3222b8d94d470d)) +* **deps:** update module github.com/hbstack/blog to v0.19.1 ([af8a4bb](https://github.com/hbstack/docs/commit/af8a4bb368cb11c6bc9934d662f6f0440bbf9f4e)) +* **deps:** update module github.com/hbstack/blog to v0.19.2 ([cfd46c8](https://github.com/hbstack/docs/commit/cfd46c86cf6ffed44cdb17ab7c63ccda70dbeeba)) +* **deps:** update module github.com/hbstack/footer to v0.2.6 ([8fd1845](https://github.com/hbstack/docs/commit/8fd18452773bf21a18e700999c19d12c98e29552)) +* **deps:** update module github.com/hbstack/footer to v0.2.7 ([642c111](https://github.com/hbstack/docs/commit/642c11142a896347746bf61154716a61e02ba21e)) +* **deps:** update module github.com/hbstack/header to v0.12.1 ([20ea2d2](https://github.com/hbstack/docs/commit/20ea2d21835c2712f792c0a84aa6d234c2e4803c)) +* **deps:** update module github.com/hugomods/base to v0.4.0 ([f6fbdb2](https://github.com/hbstack/docs/commit/f6fbdb2ce20365219737c9018b67d215c07e112d)) +* **deps:** update module github.com/hugomods/hugopress to v0.2.2 ([9099fe5](https://github.com/hbstack/docs/commit/9099fe5bc28fd19a97a2649e5e6979e545800470)) +* **deps:** update module github.com/hugomods/icons/vendors/simple-icons to v1.0.19 ([f8744f0](https://github.com/hbstack/docs/commit/f8744f0b6ee8d08577e0b8de83e8b3080de6d19f)) + + +### Features ✨ + +* **i18n:** add Russian translations ([#371](https://github.com/hbstack/docs/issues/371)) ([3d8506c](https://github.com/hbstack/docs/commit/3d8506ccda666ea534a11948f9b71a28c7454767)) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v5.3.0 ([7e2715d](https://github.com/hbstack/docs/commit/7e2715daab6457932f471de24a31a8d0f4992118)) + ## [0.8.0](https://github.com/hbstack/docs/compare/v0.7.0...v0.8.0) (2023-10-21) diff --git a/modules/breadcrumb/CHANGELOG.md b/modules/breadcrumb/CHANGELOG.md index 52d9c462..be8c1b10 100644 --- a/modules/breadcrumb/CHANGELOG.md +++ b/modules/breadcrumb/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.9](https://github.com/hbstack/docs/compare/modules/breadcrumb/v0.1.8...modules/breadcrumb/v0.1.9) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/breadcrumb to v0.3.0 ([9bf85b5](https://github.com/hbstack/docs/commit/9bf85b514fbc2b43616704e0608fabddbd53c63b)) +* **deps:** update module github.com/hbstack/breadcrumb to v0.4.0 ([076cd56](https://github.com/hbstack/docs/commit/076cd561da308def9cba17be71fc38ca300017a1)) +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/base to v0.4.0 ([f6fbdb2](https://github.com/hbstack/docs/commit/f6fbdb2ce20365219737c9018b67d215c07e112d)) +* **deps:** update module github.com/hugomods/hugopress to v0.2.2 ([9099fe5](https://github.com/hbstack/docs/commit/9099fe5bc28fd19a97a2649e5e6979e545800470)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.1.8](https://github.com/hbstack/docs/compare/modules/breadcrumb/v0.1.7...modules/breadcrumb/v0.1.8) (2023-10-21) diff --git a/modules/content-panel/CHANGELOG.md b/modules/content-panel/CHANGELOG.md index 4b1d48ea..41afaa8a 100644 --- a/modules/content-panel/CHANGELOG.md +++ b/modules/content-panel/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.8](https://github.com/hbstack/docs/compare/modules/content-panel/v0.1.7...modules/content-panel/v0.1.8) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/content-panel to v0.3.0 ([54aa6c6](https://github.com/hbstack/docs/commit/54aa6c62fae3f12638114949005b72da50a505a1)) +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.1.7](https://github.com/hbstack/docs/compare/modules/content-panel/v0.1.6...modules/content-panel/v0.1.7) (2023-10-21) diff --git a/modules/disqus/CHANGELOG.md b/modules/disqus/CHANGELOG.md index 30dcbba3..73cb06e6 100644 --- a/modules/disqus/CHANGELOG.md +++ b/modules/disqus/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.8](https://github.com/hbstack/docs/compare/modules/disqus/v0.1.7...modules/disqus/v0.1.8) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.1.7](https://github.com/hbstack/docs/compare/modules/disqus/v0.1.6...modules/disqus/v0.1.7) (2023-10-21) diff --git a/modules/doc-nav/CHANGELOG.md b/modules/doc-nav/CHANGELOG.md index b9482200..2271270a 100644 --- a/modules/doc-nav/CHANGELOG.md +++ b/modules/doc-nav/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.2](https://github.com/hbstack/docs/compare/modules/doc-nav/v0.3.1...modules/doc-nav/v0.3.2) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.3.1](https://github.com/hbstack/docs/compare/modules/doc-nav/v0.3.0...modules/doc-nav/v0.3.1) (2023-10-21) diff --git a/modules/featured-image/CHANGELOG.md b/modules/featured-image/CHANGELOG.md index 71fc7627..cc442385 100644 --- a/modules/featured-image/CHANGELOG.md +++ b/modules/featured-image/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.8](https://github.com/hbstack/docs/compare/modules/featured-image/v0.2.7...modules/featured-image/v0.2.8) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.2.7](https://github.com/hbstack/docs/compare/modules/featured-image/v0.2.6...modules/featured-image/v0.2.7) (2023-10-21) diff --git a/modules/giscus/CHANGELOG.md b/modules/giscus/CHANGELOG.md index 8a11b9cd..a6aad7e3 100644 --- a/modules/giscus/CHANGELOG.md +++ b/modules/giscus/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.10](https://github.com/hbstack/docs/compare/modules/giscus/v0.1.9...modules/giscus/v0.1.10) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/base to v0.4.0 ([f6fbdb2](https://github.com/hbstack/docs/commit/f6fbdb2ce20365219737c9018b67d215c07e112d)) +* **deps:** update module github.com/hugomods/hugopress to v0.2.2 ([9099fe5](https://github.com/hbstack/docs/commit/9099fe5bc28fd19a97a2649e5e6979e545800470)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.1.9](https://github.com/hbstack/docs/compare/modules/giscus/v0.1.8...modules/giscus/v0.1.9) (2023-10-21) diff --git a/modules/heading-sign/CHANGELOG.md b/modules/heading-sign/CHANGELOG.md index 4187d411..8d2c7550 100644 --- a/modules/heading-sign/CHANGELOG.md +++ b/modules/heading-sign/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.9](https://github.com/hbstack/docs/compare/modules/heading-sign/v0.1.8...modules/heading-sign/v0.1.9) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.1.8](https://github.com/hbstack/docs/compare/modules/heading-sign/v0.1.7...modules/heading-sign/v0.1.8) (2023-10-21) diff --git a/modules/staticman/CHANGELOG.md b/modules/staticman/CHANGELOG.md index cb16571b..9c32e9a8 100644 --- a/modules/staticman/CHANGELOG.md +++ b/modules/staticman/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.7](https://github.com/hbstack/docs/compare/modules/staticman/v0.1.6...modules/staticman/v0.1.7) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/base to v0.4.0 ([f6fbdb2](https://github.com/hbstack/docs/commit/f6fbdb2ce20365219737c9018b67d215c07e112d)) +* **deps:** update module github.com/hugomods/hugopress to v0.2.2 ([9099fe5](https://github.com/hbstack/docs/commit/9099fe5bc28fd19a97a2649e5e6979e545800470)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.1.6](https://github.com/hbstack/docs/compare/modules/staticman/v0.1.5...modules/staticman/v0.1.6) (2023-10-21) diff --git a/modules/toc-scrollspy/CHANGELOG.md b/modules/toc-scrollspy/CHANGELOG.md index d24e0a49..298a7b8a 100644 --- a/modules/toc-scrollspy/CHANGELOG.md +++ b/modules/toc-scrollspy/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.7](https://github.com/hbstack/docs/compare/modules/toc-scrollspy/v0.1.6...modules/toc-scrollspy/v0.1.7) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.1.6](https://github.com/hbstack/docs/compare/modules/toc-scrollspy/v0.1.5...modules/toc-scrollspy/v0.1.6) (2023-10-21) diff --git a/modules/twikoo/CHANGELOG.md b/modules/twikoo/CHANGELOG.md index a8d2ebb2..fb3be671 100644 --- a/modules/twikoo/CHANGELOG.md +++ b/modules/twikoo/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.8](https://github.com/hbstack/docs/compare/modules/twikoo/v0.1.7...modules/twikoo/v0.1.8) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.1.7](https://github.com/hbstack/docs/compare/modules/twikoo/v0.1.6...modules/twikoo/v0.1.7) (2023-10-21) diff --git a/modules/utterances/CHANGELOG.md b/modules/utterances/CHANGELOG.md index 5688358e..d1cef6da 100644 --- a/modules/utterances/CHANGELOG.md +++ b/modules/utterances/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.8](https://github.com/hbstack/docs/compare/modules/utterances/v0.1.7...modules/utterances/v0.1.8) (2023-11-01) + + +### Continuous Integration + +* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c)) +* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d)) +* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1)) +* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773)) +* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb)) +* **deps:** update module github.com/hugomods/base to v0.4.0 ([f6fbdb2](https://github.com/hbstack/docs/commit/f6fbdb2ce20365219737c9018b67d215c07e112d)) +* **deps:** update module github.com/hugomods/hugopress to v0.2.2 ([9099fe5](https://github.com/hbstack/docs/commit/9099fe5bc28fd19a97a2649e5e6979e545800470)) +* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3)) + ## [0.1.7](https://github.com/hbstack/docs/compare/modules/utterances/v0.1.6...modules/utterances/v0.1.7) (2023-10-21)