From a8b49e936f30f2146e633899166739027a8ec538 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 03:24:56 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ modules/sidebar/profile/CHANGELOG.md | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84233de7..746935be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.29.1", + ".": "0.30.0", "modules/breadcrumb": "0.1.22", "modules/content-panel": "0.1.21", "modules/decap-cms": "0.3.0", @@ -21,5 +21,5 @@ "modules/toc-scrollspy": "0.1.20", "modules/twikoo": "0.1.20", "modules/utterances": "0.1.20", - "modules/sidebar/profile": "1.1.5" + "modules/sidebar/profile": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe2dacf..5e14fc27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.0](https://github.com/hbstack/blog/compare/v0.29.1...v0.30.0) (2024-04-30) + + +### Features ✨ + +* 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) + ## [0.29.1](https://github.com/hbstack/blog/compare/v0.29.0...v0.29.1) (2024-04-27) diff --git a/modules/sidebar/profile/CHANGELOG.md b/modules/sidebar/profile/CHANGELOG.md index 91be1346..f56b3ab8 100644 --- a/modules/sidebar/profile/CHANGELOG.md +++ b/modules/sidebar/profile/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/hbstack/blog/compare/modules/sidebar/profile/v1.1.5...modules/sidebar/profile/v1.2.0) (2024-04-30) + + +### Features ✨ + +* 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) + ## [1.1.5](https://github.com/hbstack/blog/compare/modules/sidebar/profile/v1.1.4...modules/sidebar/profile/v1.1.5) (2023-12-04)