Skip to content

Commit 1792419

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

File tree

8 files changed

+189
-7
lines changed

8 files changed

+189
-7
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.33.0",
2+
".": "0.34.0",
33
"modules/breadcrumb": "0.1.22",
44
"modules/content-panel": "0.1.21",
55
"modules/decap-cms": "0.4.0",
@@ -9,17 +9,17 @@
99
"modules/giscus": "0.1.23",
1010
"modules/heading-sign": "0.1.23",
1111
"modules/post-authors": "0.1.0",
12-
"modules/post-nav": "0.3.9",
13-
"modules/related-posts": "0.3.1",
12+
"modules/post-nav": "0.4.0",
13+
"modules/related-posts": "0.4.0",
1414
"modules/revision": "0.1.0",
1515
"modules/sidebar/posts": "0.8.0",
1616
"modules/sidebar/search": "0.1.0",
17-
"modules/sidebar/taxonomies": "0.4.1",
17+
"modules/sidebar/taxonomies": "0.5.0",
1818
"modules/social-share-buttons": "0.1.1",
1919
"modules/staticman": "0.1.21",
20-
"modules/sticky-till-the-end": "0.1.1",
21-
"modules/toc-scrollspy": "0.1.20",
20+
"modules/sticky-till-the-end": "0.2.0",
21+
"modules/toc-scrollspy": "0.2.0",
2222
"modules/twikoo": "0.1.20",
2323
"modules/utterances": "0.1.20",
24-
"modules/sidebar/profile": "1.2.1"
24+
"modules/sidebar/profile": "1.3.0"
2525
}

CHANGELOG.md

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

3+
## [0.34.0](https://github.com/hbstack/blog/compare/v0.33.0...v0.34.0) (2024-06-01)
4+
5+
6+
### Features ✨
7+
8+
* add the `hb.terms.profile_metrics` parameter, hide the profile metrics if `false` ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
9+
* add the `hb.terms.profile` parameter, hide the profile if `false` ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
10+
* add the hb.blog.sidebar.max_width parameter, which default to 320px ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
11+
12+
13+
### Performance Improvements ⚡️
14+
15+
* cache hb/modules/blog/post/card-img partial ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
16+
* cache the sidebar taxonomies module ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
17+
* performance improvement ([#856](https://github.com/hbstack/blog/issues/856)) ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
18+
* **toc-scrollspy:** cache attributes partial ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
19+
20+
21+
### Styles 🎨
22+
23+
* **related-posts:** tweak vertical style ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
24+
325
## [0.33.0](https://github.com/hbstack/blog/compare/v0.32.2...v0.33.0) (2024-05-28)
426

527

modules/post-nav/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/hbstack/blog/compare/modules/post-nav/v0.3.9...modules/post-nav/v0.4.0) (2024-06-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/blog to v0.16.0 ([069cf11](https://github.com/hbstack/blog/commit/069cf111ef5846d0e213a51ff46f8952e865c398))
9+
* **deps:** update module github.com/hbstack/blog to v0.16.1 ([01f8d17](https://github.com/hbstack/blog/commit/01f8d173b297fb4b5daa61d2c88a981e5a5c5641))
10+
* **deps:** update module github.com/hbstack/blog to v0.17.0 ([31e2269](https://github.com/hbstack/blog/commit/31e2269889826b3a102fb1ac5ac1a0c09a88d652))
11+
* **deps:** update module github.com/hbstack/blog to v0.18.0 ([8454991](https://github.com/hbstack/blog/commit/84549916c81e1169ddb29adc93446a7794b6af26))
12+
* **deps:** update module github.com/hbstack/blog to v0.18.1 ([7424589](https://github.com/hbstack/blog/commit/7424589a7c50c90858f2df1cac342c890a5a1a0b))
13+
* **deps:** update module github.com/hbstack/blog to v0.19.0 ([35fe130](https://github.com/hbstack/blog/commit/35fe130d9ba5e3eadc5f23db3da02bde5351749f))
14+
* **deps:** update module github.com/hbstack/header to v0.11.3 ([fdaccc5](https://github.com/hbstack/blog/commit/fdaccc52eee75cd48826fa3879763b67b85ff1e7))
15+
* **deps:** update module github.com/hbstack/header to v0.12.0 ([8841929](https://github.com/hbstack/blog/commit/884192915740eaaaee637b548406fdd7619a1e70))
16+
* **deps:** update module github.com/hugomods/base to v0.2.0 ([5b04727](https://github.com/hbstack/blog/commit/5b047273511fa8517d337f366dac53ad584ca819))
17+
* **deps:** update module github.com/hugomods/base to v0.3.0 ([f2081eb](https://github.com/hbstack/blog/commit/f2081eb1e0b3f8f607524d7febc533bc35b857fa))
18+
* **deps:** update module github.com/hugomods/base to v0.4.0 ([b3eb72f](https://github.com/hbstack/blog/commit/b3eb72f554d83435d017d1e14a910b8bcd1bf58a))
19+
* **deps:** update module github.com/hugomods/icons/vendors/simple-icons to v1.0.17 ([e29ceec](https://github.com/hbstack/blog/commit/e29ceec76c4b2a8cf0c9796fe84badd9fecbb4d7))
20+
* **deps:** update module github.com/hugomods/icons/vendors/simple-icons to v1.0.18 ([0e0aa64](https://github.com/hbstack/blog/commit/0e0aa64309a8afe05a0b84d56620b677423be0cc))
21+
22+
23+
### Features ✨
24+
25+
* prepare for theming ([fd8d330](https://github.com/hbstack/blog/commit/fd8d3302218dec96344cb13466de270e6a71dc6c))
26+
27+
28+
### Bug Fixes 🐞
29+
30+
* correct overflow styles ([45160ce](https://github.com/hbstack/blog/commit/45160ceda3e2db3d74b4836ca09dc23ab8bbd19b))
31+
32+
33+
### Styles 🎨
34+
35+
* **post-nav:** minor changes ([da80ec5](https://github.com/hbstack/blog/commit/da80ec5e0ba5a4adc7972451667a658b6dcf9114))
36+
* **post-nav:** minor tweak ([#807](https://github.com/hbstack/blog/issues/807)) ([62b50d9](https://github.com/hbstack/blog/commit/62b50d99c15fa80dffa28983b732b83a347aa649))
37+
* prepare for theming ([#507](https://github.com/hbstack/blog/issues/507)) ([409fc08](https://github.com/hbstack/blog/commit/409fc08a0422d3e04e061312bbcb4bba03aae29c))
38+
339
## [0.3.8](https://github.com/hbstack/blog/compare/modules/post-nav/v0.3.7...modules/post-nav/v0.3.8) (2024-05-01)
440

541

modules/related-posts/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/hbstack/blog/compare/modules/related-posts/v0.3.1...modules/related-posts/v0.4.0) (2024-06-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/blog to v0.16.0 ([069cf11](https://github.com/hbstack/blog/commit/069cf111ef5846d0e213a51ff46f8952e865c398))
9+
* **deps:** update module github.com/hbstack/blog to v0.16.1 ([01f8d17](https://github.com/hbstack/blog/commit/01f8d173b297fb4b5daa61d2c88a981e5a5c5641))
10+
* **deps:** update module github.com/hbstack/blog to v0.17.0 ([31e2269](https://github.com/hbstack/blog/commit/31e2269889826b3a102fb1ac5ac1a0c09a88d652))
11+
* **deps:** update module github.com/hbstack/blog to v0.18.0 ([8454991](https://github.com/hbstack/blog/commit/84549916c81e1169ddb29adc93446a7794b6af26))
12+
* **deps:** update module github.com/hbstack/blog to v0.18.1 ([7424589](https://github.com/hbstack/blog/commit/7424589a7c50c90858f2df1cac342c890a5a1a0b))
13+
* **deps:** update module github.com/hbstack/blog to v0.19.0 ([35fe130](https://github.com/hbstack/blog/commit/35fe130d9ba5e3eadc5f23db3da02bde5351749f))
14+
* **deps:** update module github.com/hbstack/header to v0.11.3 ([fdaccc5](https://github.com/hbstack/blog/commit/fdaccc52eee75cd48826fa3879763b67b85ff1e7))
15+
* **deps:** update module github.com/hbstack/header to v0.12.0 ([8841929](https://github.com/hbstack/blog/commit/884192915740eaaaee637b548406fdd7619a1e70))
16+
* **deps:** update module github.com/hbstack/slide to v0.3.0 ([6b61470](https://github.com/hbstack/blog/commit/6b614709ae95401acd9e5aacfcfdeb6263c317b8))
17+
* **deps:** update module github.com/hugomods/base to v0.2.0 ([5b04727](https://github.com/hbstack/blog/commit/5b047273511fa8517d337f366dac53ad584ca819))
18+
* **deps:** update module github.com/hugomods/base to v0.3.0 ([f2081eb](https://github.com/hbstack/blog/commit/f2081eb1e0b3f8f607524d7febc533bc35b857fa))
19+
* **deps:** update module github.com/hugomods/base to v0.4.0 ([b3eb72f](https://github.com/hbstack/blog/commit/b3eb72f554d83435d017d1e14a910b8bcd1bf58a))
20+
* **deps:** update module github.com/hugomods/icons/vendors/simple-icons to v1.0.17 ([e29ceec](https://github.com/hbstack/blog/commit/e29ceec76c4b2a8cf0c9796fe84badd9fecbb4d7))
21+
* **deps:** update module github.com/hugomods/icons/vendors/simple-icons to v1.0.18 ([0e0aa64](https://github.com/hbstack/blog/commit/0e0aa64309a8afe05a0b84d56620b677423be0cc))
22+
23+
24+
### Features ✨
25+
26+
* add the `hb.terms.profile_metrics` parameter, hide the profile metrics if `false` ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
27+
* add the `hb.terms.profile` parameter, hide the profile if `false` ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
28+
* add the hb.blog.sidebar.max_width parameter, which default to 320px ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
29+
* prepare for theming ([fd8d330](https://github.com/hbstack/blog/commit/fd8d3302218dec96344cb13466de270e6a71dc6c))
30+
* **related-posts:** add the hb.blog.related_posts.list_style parameter, available options: `slide` and `vertical`. ([bb9c8ba](https://github.com/hbstack/blog/commit/bb9c8babb4ce0c359bf0a377c354d2d73eeea736))
31+
32+
33+
### Performance Improvements ⚡️
34+
35+
* cache hb/modules/blog/post/card-img partial ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
36+
* cache the sidebar taxonomies module ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
37+
* performance improvement ([#856](https://github.com/hbstack/blog/issues/856)) ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
38+
* **toc-scrollspy:** cache attributes partial ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
39+
40+
41+
### Styles 🎨
42+
43+
* prepare for theming ([#507](https://github.com/hbstack/blog/issues/507)) ([409fc08](https://github.com/hbstack/blog/commit/409fc08a0422d3e04e061312bbcb4bba03aae29c))
44+
* **related-posts:** tweak vertical style ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
45+
346
## [0.3.0](https://github.com/hbstack/blog/compare/modules/related-posts/v0.2.5...modules/related-posts/v0.3.0) (2024-05-02)
447

548

modules/sidebar/profile/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/hbstack/blog/compare/modules/sidebar/profile/v1.2.1...modules/sidebar/profile/v1.3.0) (2024-06-01)
4+
5+
6+
### Continuous Integration
7+
8+
* **deps:** update module github.com/hbstack/blog to v0.17.0 ([31e2269](https://github.com/hbstack/blog/commit/31e2269889826b3a102fb1ac5ac1a0c09a88d652))
9+
* **deps:** update module github.com/hbstack/blog to v0.18.0 ([8454991](https://github.com/hbstack/blog/commit/84549916c81e1169ddb29adc93446a7794b6af26))
10+
* **deps:** update module github.com/hbstack/blog to v0.18.1 ([7424589](https://github.com/hbstack/blog/commit/7424589a7c50c90858f2df1cac342c890a5a1a0b))
11+
* **deps:** update module github.com/hbstack/blog to v0.19.0 ([35fe130](https://github.com/hbstack/blog/commit/35fe130d9ba5e3eadc5f23db3da02bde5351749f))
12+
* **deps:** update module github.com/hbstack/socials to v0.7.0 ([6833a0c](https://github.com/hbstack/blog/commit/6833a0c0bd359f22c1d7b0371184b4f004e50aba))
13+
* **deps:** update module github.com/hugomods/base to v0.3.0 ([f2081eb](https://github.com/hbstack/blog/commit/f2081eb1e0b3f8f607524d7febc533bc35b857fa))
14+
* **deps:** update module github.com/hugomods/base to v0.4.0 ([b3eb72f](https://github.com/hbstack/blog/commit/b3eb72f554d83435d017d1e14a910b8bcd1bf58a))
15+
16+
17+
### Features ✨
18+
19+
* accepts `socials` params in type `array` ([#803](https://github.com/hbstack/blog/issues/803)) ([cfdaf1d](https://github.com/hbstack/blog/commit/cfdaf1de9f22b7ddf602332ea1e15a6533599320)), closes [#801](https://github.com/hbstack/blog/issues/801)
20+
* prepare for theming ([fd8d330](https://github.com/hbstack/blog/commit/fd8d3302218dec96344cb13466de270e6a71dc6c))
21+
22+
23+
### Bug Fixes 🐞
24+
25+
* **sidebar/profile:** preserve aspect ratio when resizing avatars ([75d788f](https://github.com/hbstack/blog/commit/75d788fc314044c2849196ad30bd2cecd3d20d1e))
26+
27+
28+
### Styles 🎨
29+
30+
* **sidebar-profile:** align the title to center ([#397](https://github.com/hbstack/blog/issues/397)) ([864b786](https://github.com/hbstack/blog/commit/864b7864bcc494751f5d60cfa66711c4762a2503))
31+
* **sidebar-profile:** change the social link color ([#396](https://github.com/hbstack/blog/issues/396)) ([4b4c39f](https://github.com/hbstack/blog/commit/4b4c39f50f505e38682f67c780e37347492b2ca2))
32+
333
## [1.2.0](https://github.com/hbstack/blog/compare/modules/sidebar/profile/v1.1.5...modules/sidebar/profile/v1.2.0) (2024-04-30)
434

535

modules/sidebar/taxonomies/CHANGELOG.md

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

3+
## [0.5.0](https://github.com/hbstack/blog/compare/modules/sidebar/taxonomies/v0.4.1...modules/sidebar/taxonomies/v0.5.0) (2024-06-01)
4+
5+
6+
### Features ✨
7+
8+
* add the `hb.terms.profile_metrics` parameter, hide the profile metrics if `false` ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
9+
* add the `hb.terms.profile` parameter, hide the profile if `false` ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
10+
* add the hb.blog.sidebar.max_width parameter, which default to 320px ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
11+
12+
13+
### Performance Improvements ⚡️
14+
15+
* cache hb/modules/blog/post/card-img partial ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
16+
* cache the sidebar taxonomies module ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
17+
* performance improvement ([#856](https://github.com/hbstack/blog/issues/856)) ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
18+
* **toc-scrollspy:** cache attributes partial ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
19+
20+
21+
### Styles 🎨
22+
23+
* **related-posts:** tweak vertical style ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
24+
325
## [0.4.1](https://github.com/hbstack/blog/compare/modules/sidebar/taxonomies/v0.4.0...modules/sidebar/taxonomies/v0.4.1) (2024-05-14)
426

527

modules/sticky-till-the-end/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/hbstack/blog/compare/modules/sticky-till-the-end/v0.1.1...modules/sticky-till-the-end/v0.2.0) (2024-06-01)
4+
5+
6+
### Features ✨
7+
8+
* add the sticky-till-the-end module ([#746](https://github.com/hbstack/blog/issues/746)) ([afd9d49](https://github.com/hbstack/blog/commit/afd9d495c0e76da608fbe04c018143fdcc270d63))
9+
310
## [0.1.0](https://github.com/hbstack/blog/compare/modules/sticky-till-the-end-v0.0.1...modules/sticky-till-the-end/v0.1.0) (2024-04-02)
411

512

modules/toc-scrollspy/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/hbstack/blog/compare/modules/toc-scrollspy/v0.1.20...modules/toc-scrollspy/v0.2.0) (2024-06-01)
4+
5+
6+
### Features ✨
7+
8+
* add the `hb.terms.profile_metrics` parameter, hide the profile metrics if `false` ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
9+
* add the `hb.terms.profile` parameter, hide the profile if `false` ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
10+
* add the hb.blog.sidebar.max_width parameter, which default to 320px ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
11+
12+
13+
### Performance Improvements ⚡️
14+
15+
* cache hb/modules/blog/post/card-img partial ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
16+
* cache the sidebar taxonomies module ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
17+
* performance improvement ([#856](https://github.com/hbstack/blog/issues/856)) ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
18+
* **toc-scrollspy:** cache attributes partial ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
19+
20+
21+
### Styles 🎨
22+
23+
* **related-posts:** tweak vertical style ([d9e477c](https://github.com/hbstack/blog/commit/d9e477cdb366546e8db1a96cba6b9f2572d2c0d1))
24+
325
## [0.1.20](https://github.com/hbstack/blog/compare/modules/toc-scrollspy/v0.1.19...modules/toc-scrollspy/v0.1.20) (2023-10-23)
426

527

0 commit comments

Comments
 (0)