From 3f81bb6a7c1af291ab329a9b87aacc797dbbfa10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 05:31:24 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- modules/theme-toggle/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 580c873b..2460f091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,7 +10,7 @@ "modules/news": "0.3.1", "modules/search": "0.1.38", "modules/socials": "0.2.2", - "modules/theme-toggle": "0.5.2", + "modules/theme-toggle": "0.5.3", "themes/classic": "0.2.17", "themes/pills": "0.2.18", "themes/tabs": "0.1.0" diff --git a/modules/theme-toggle/CHANGELOG.md b/modules/theme-toggle/CHANGELOG.md index 2b2de495..bac4e0b2 100644 --- a/modules/theme-toggle/CHANGELOG.md +++ b/modules/theme-toggle/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.3](https://github.com/hbstack/header/compare/modules/theme-toggle/v0.5.2...modules/theme-toggle/v0.5.3) (2026-01-07) + + +### Bug Fixes 🐞 + +* **theme-toggle:** comply with the default color ([7ff3d97](https://github.com/hbstack/header/commit/7ff3d9748807260827139dfbc93ef956e41f3a8f)) + ## [0.5.2](https://github.com/hbstack/header/compare/modules/theme-toggle/v0.5.1...modules/theme-toggle/v0.5.2) (2024-06-15)