From 690a043e39f77b9f9e8cfee78adfe2e334079a22 Mon Sep 17 00:00:00 2001 From: "bifrost-mkdocs-release-bot[bot]" <263594613+bifrost-mkdocs-release-bot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:57:12 +0000 Subject: [PATCH] chore(main): release 0.7.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ mkdocs.yaml | 2 +- pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b95d10f..8f5be47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.1](https://github.com/intility/bifrost-mkdocs/compare/v0.7.0...v0.7.1) (2026-05-08) + + +### Fixes + +* **theme:** detect Material's slate scheme as dark mode ([#37](https://github.com/intility/bifrost-mkdocs/issues/37)) ([82624b3](https://github.com/intility/bifrost-mkdocs/commit/82624b3b3b4043cfdfb37abce953252c5bd652a3)) + + +### Code refactoring + +* **css:** drop extra.css, layer Bifrost framework, strip important ([#39](https://github.com/intility/bifrost-mkdocs/issues/39)) ([6b868f7](https://github.com/intility/bifrost-mkdocs/commit/6b868f757666331c5014e3cb97277e0d7f3e5aa8)) + ## [0.7.0](https://github.com/intility/bifrost-mkdocs/compare/v0.6.1...v0.7.0) (2026-05-07) diff --git a/mkdocs.yaml b/mkdocs.yaml index 639e347..a698c07 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -7,7 +7,7 @@ site_url: https://intility.github.io/bifrost-mkdocs copyright: Copyright © 2026 Intility extra: - version: 0.7.0 # x-release-please-version + version: 0.7.1 # x-release-please-version social: - icon: fontawesome/brands/github link: https://github.com/intility/bifrost-mkdocs diff --git a/pyproject.toml b/pyproject.toml index 89be42d..7e24f8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "intility-bifrost-mkdocs" -version = "0.7.0" +version = "0.7.1" description = "Intility Bifrost theme plugin for MkDocs Material" authors = [ { name = "Erlend Ellefsen", email = "erlend.ellefsen@intility.no" },