From ef9842a084bbda18f606bdbfcd0ac808f1e85c82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:15:53 +0800 Subject: [PATCH] chore: release main (#761) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69386268..88a2fa7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.18.0", + ".": "0.18.1", "modules/breadcrumb": "0.1.10", "modules/content-panel": "0.1.8", "modules/decap-cms": "0.3.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index be83299a..10f6a502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.18.1](https://github.com/hbstack/docs/compare/v0.18.0...v0.18.1) (2024-09-20) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v6.4.1 ([52b6226](https://github.com/hbstack/docs/commit/52b6226fad321f900132d1649315b8f8ec885976)) +* **deps:** update dependency stylelint-scss to v6.5.0 ([fbd6a5f](https://github.com/hbstack/docs/commit/fbd6a5ff40b5a7249a846c9c19503fb3ed1261c7)) +* **deps:** update dependency stylelint-scss to v6.5.1 ([3081363](https://github.com/hbstack/docs/commit/3081363a7a7f6f7d23ce296b75aee7e52593bc69)) +* **deps:** update dependency stylelint-scss to v6.6.0 ([faca9f7](https://github.com/hbstack/docs/commit/faca9f7b270fe5850df45bd1c0ae42a613764ce6)) +* **deps:** update dependency stylelint-scss to v6.7.0 ([8c7927a](https://github.com/hbstack/docs/commit/8c7927a32c95b862840f4008924d2cb6264528cf)) +* **ue:** scroll to the active item on docs nav ([#806](https://github.com/hbstack/docs/issues/806)) ([c28627e](https://github.com/hbstack/docs/commit/c28627e8bfc1033bd18622c77c1b93d42953ff8d)) + ## [0.18.0](https://github.com/hbstack/docs/compare/v0.17.3...v0.18.0) (2024-07-14)