Skip to content

Commit c5be6ed

Browse files
chore: release main (#350)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b6ee16b commit c5be6ed

File tree

13 files changed

+185
-12
lines changed

13 files changed

+185
-12
lines changed

.release-please-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
".": "0.8.0",
3-
"modules/breadcrumb": "0.1.8",
4-
"modules/content-panel": "0.1.7",
5-
"modules/disqus": "0.1.7",
6-
"modules/featured-image": "0.2.7",
7-
"modules/giscus": "0.1.9",
8-
"modules/heading-sign": "0.1.8",
9-
"modules/doc-nav": "0.3.1",
10-
"modules/staticman": "0.1.6",
11-
"modules/toc-scrollspy": "0.1.6",
12-
"modules/twikoo": "0.1.7",
13-
"modules/utterances": "0.1.7"
2+
".": "0.9.0",
3+
"modules/breadcrumb": "0.1.9",
4+
"modules/content-panel": "0.1.8",
5+
"modules/disqus": "0.1.8",
6+
"modules/featured-image": "0.2.8",
7+
"modules/giscus": "0.1.10",
8+
"modules/heading-sign": "0.1.9",
9+
"modules/doc-nav": "0.3.2",
10+
"modules/staticman": "0.1.7",
11+
"modules/toc-scrollspy": "0.1.7",
12+
"modules/twikoo": "0.1.8",
13+
"modules/utterances": "0.1.8"
1414
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/hbstack/docs/compare/v0.8.0...v0.9.0) (2023-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c))
9+
* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d))
10+
* **deps:** update module github.com/hbstack/blog to v0.19.0 ([cdf5ef8](https://github.com/hbstack/docs/commit/cdf5ef8634d90cf3afeac6c73c3222b8d94d470d))
11+
* **deps:** update module github.com/hbstack/blog to v0.19.1 ([af8a4bb](https://github.com/hbstack/docs/commit/af8a4bb368cb11c6bc9934d662f6f0440bbf9f4e))
12+
* **deps:** update module github.com/hbstack/blog to v0.19.2 ([cfd46c8](https://github.com/hbstack/docs/commit/cfd46c86cf6ffed44cdb17ab7c63ccda70dbeeba))
13+
* **deps:** update module github.com/hbstack/footer to v0.2.6 ([8fd1845](https://github.com/hbstack/docs/commit/8fd18452773bf21a18e700999c19d12c98e29552))
14+
* **deps:** update module github.com/hbstack/footer to v0.2.7 ([642c111](https://github.com/hbstack/docs/commit/642c11142a896347746bf61154716a61e02ba21e))
15+
* **deps:** update module github.com/hbstack/header to v0.12.1 ([20ea2d2](https://github.com/hbstack/docs/commit/20ea2d21835c2712f792c0a84aa6d234c2e4803c))
16+
* **deps:** update module github.com/hugomods/base to v0.4.0 ([f6fbdb2](https://github.com/hbstack/docs/commit/f6fbdb2ce20365219737c9018b67d215c07e112d))
17+
* **deps:** update module github.com/hugomods/hugopress to v0.2.2 ([9099fe5](https://github.com/hbstack/docs/commit/9099fe5bc28fd19a97a2649e5e6979e545800470))
18+
* **deps:** update module github.com/hugomods/icons/vendors/simple-icons to v1.0.19 ([f8744f0](https://github.com/hbstack/docs/commit/f8744f0b6ee8d08577e0b8de83e8b3080de6d19f))
19+
20+
21+
### Features ✨
22+
23+
* **i18n:** add Russian translations ([#371](https://github.com/hbstack/docs/issues/371)) ([3d8506c](https://github.com/hbstack/docs/commit/3d8506ccda666ea534a11948f9b71a28c7454767))
24+
25+
26+
### Bug Fixes 🐞
27+
28+
* **deps:** update dependency stylelint-scss to v5.3.0 ([7e2715d](https://github.com/hbstack/docs/commit/7e2715daab6457932f471de24a31a8d0f4992118))
29+
330
## [0.8.0](https://github.com/hbstack/docs/compare/v0.7.0...v0.8.0) (2023-10-21)
431

532

modules/breadcrumb/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.1.9](https://github.com/hbstack/docs/compare/modules/breadcrumb/v0.1.8...modules/breadcrumb/v0.1.9) (2023-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c))
9+
* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d))
10+
* **deps:** update module github.com/hbstack/breadcrumb to v0.3.0 ([9bf85b5](https://github.com/hbstack/docs/commit/9bf85b514fbc2b43616704e0608fabddbd53c63b))
11+
* **deps:** update module github.com/hbstack/breadcrumb to v0.4.0 ([076cd56](https://github.com/hbstack/docs/commit/076cd561da308def9cba17be71fc38ca300017a1))
12+
* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1))
13+
* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773))
14+
* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb))
15+
* **deps:** update module github.com/hugomods/base to v0.4.0 ([f6fbdb2](https://github.com/hbstack/docs/commit/f6fbdb2ce20365219737c9018b67d215c07e112d))
16+
* **deps:** update module github.com/hugomods/hugopress to v0.2.2 ([9099fe5](https://github.com/hbstack/docs/commit/9099fe5bc28fd19a97a2649e5e6979e545800470))
17+
* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3))
18+
319
## [0.1.8](https://github.com/hbstack/docs/compare/modules/breadcrumb/v0.1.7...modules/breadcrumb/v0.1.8) (2023-10-21)
420

521

modules/content-panel/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/hbstack/docs/compare/modules/content-panel/v0.1.7...modules/content-panel/v0.1.8) (2023-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c))
9+
* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d))
10+
* **deps:** update module github.com/hbstack/content-panel to v0.3.0 ([54aa6c6](https://github.com/hbstack/docs/commit/54aa6c62fae3f12638114949005b72da50a505a1))
11+
* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1))
12+
* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e))
13+
* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773))
14+
* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb))
15+
* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3))
16+
317
## [0.1.7](https://github.com/hbstack/docs/compare/modules/content-panel/v0.1.6...modules/content-panel/v0.1.7) (2023-10-21)
418

519

modules/disqus/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/hbstack/docs/compare/modules/disqus/v0.1.7...modules/disqus/v0.1.8) (2023-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c))
9+
* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d))
10+
* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1))
11+
* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e))
12+
* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773))
13+
* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb))
14+
* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3))
15+
316
## [0.1.7](https://github.com/hbstack/docs/compare/modules/disqus/v0.1.6...modules/disqus/v0.1.7) (2023-10-21)
417

518

modules/doc-nav/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/hbstack/docs/compare/modules/doc-nav/v0.3.1...modules/doc-nav/v0.3.2) (2023-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c))
9+
* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d))
10+
* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1))
11+
* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e))
12+
* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773))
13+
* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb))
14+
* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3))
15+
316
## [0.3.1](https://github.com/hbstack/docs/compare/modules/doc-nav/v0.3.0...modules/doc-nav/v0.3.1) (2023-10-21)
417

518

modules/featured-image/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.8](https://github.com/hbstack/docs/compare/modules/featured-image/v0.2.7...modules/featured-image/v0.2.8) (2023-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c))
9+
* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d))
10+
* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1))
11+
* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e))
12+
* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773))
13+
* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb))
14+
* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3))
15+
316
## [0.2.7](https://github.com/hbstack/docs/compare/modules/featured-image/v0.2.6...modules/featured-image/v0.2.7) (2023-10-21)
417

518

modules/giscus/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.10](https://github.com/hbstack/docs/compare/modules/giscus/v0.1.9...modules/giscus/v0.1.10) (2023-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c))
9+
* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d))
10+
* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1))
11+
* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773))
12+
* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb))
13+
* **deps:** update module github.com/hugomods/base to v0.4.0 ([f6fbdb2](https://github.com/hbstack/docs/commit/f6fbdb2ce20365219737c9018b67d215c07e112d))
14+
* **deps:** update module github.com/hugomods/hugopress to v0.2.2 ([9099fe5](https://github.com/hbstack/docs/commit/9099fe5bc28fd19a97a2649e5e6979e545800470))
15+
* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3))
16+
317
## [0.1.9](https://github.com/hbstack/docs/compare/modules/giscus/v0.1.8...modules/giscus/v0.1.9) (2023-10-21)
418

519

modules/heading-sign/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.9](https://github.com/hbstack/docs/compare/modules/heading-sign/v0.1.8...modules/heading-sign/v0.1.9) (2023-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/base to v0.3.0 ([fa03ed0](https://github.com/hbstack/docs/commit/fa03ed0b6207b345afa5402800ca101ba9489b4c))
9+
* **deps:** update module github.com/hbstack/base to v0.4.0 ([42eeea2](https://github.com/hbstack/docs/commit/42eeea2f3f196811c1914f1784d9e5749a991b9d))
10+
* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1))
11+
* **deps:** update module github.com/hbstack/hb to v0.7.2 ([548ca6f](https://github.com/hbstack/docs/commit/548ca6f5d876705e0f32badab9f4e767862b9d2e))
12+
* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773))
13+
* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb))
14+
* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3))
15+
316
## [0.1.8](https://github.com/hbstack/docs/compare/modules/heading-sign/v0.1.7...modules/heading-sign/v0.1.8) (2023-10-21)
417

518

modules/staticman/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.7](https://github.com/hbstack/docs/compare/modules/staticman/v0.1.6...modules/staticman/v0.1.7) (2023-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/docs to v0.8.0 ([7e6b629](https://github.com/hbstack/docs/commit/7e6b629ac726c595371bf73c65402114c70053e1))
9+
* **deps:** update module github.com/hbstack/pagination to v0.3.0 ([0c6c91c](https://github.com/hbstack/docs/commit/0c6c91c3e986f3a552132dee2d57c99cd9b4a773))
10+
* **deps:** update module github.com/hbstack/socials to v0.7.0 ([88abb8b](https://github.com/hbstack/docs/commit/88abb8bb3dad30d9160328411ff22bcb14449abb))
11+
* **deps:** update module github.com/hugomods/base to v0.4.0 ([f6fbdb2](https://github.com/hbstack/docs/commit/f6fbdb2ce20365219737c9018b67d215c07e112d))
12+
* **deps:** update module github.com/hugomods/hugopress to v0.2.2 ([9099fe5](https://github.com/hbstack/docs/commit/9099fe5bc28fd19a97a2649e5e6979e545800470))
13+
* **deps:** update module github.com/hugomods/simple-icons to v9.19.0+incompatible ([80ed50b](https://github.com/hbstack/docs/commit/80ed50b6b092c81b0f9b662e5ee804baf45fbcf3))
14+
315
## [0.1.6](https://github.com/hbstack/docs/compare/modules/staticman/v0.1.5...modules/staticman/v0.1.6) (2023-10-21)
416

517

0 commit comments

Comments
 (0)