From d20e4ce870ad6867ac7ba1ec2f5581af8a1f7f58 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 1 Oct 2022 16:35:15 +0200 Subject: [PATCH] Prepare 8.5.5 release --- CHANGELOG | 6 ++++++ docs/changelog/index.md | 6 ++++++ material/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ccd1fd328..21b8a9fcd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +mkdocs-material-8.5.5 (2022-10-01) + + * Updated MkDocs to 1.4 + * Fixed compatibility issues with MkDocs 1.4 + * Fixed #4430: build error when enabling consent without repository URL + mkdocs-material-8.5.4 (2022-09-30) * Fixed expand icons shift on sidebar overflow (using scrollbar-gutter) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 5e58ad543..41200aa60 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,12 @@ template: overrides/main.html ## Material for MkDocs +### 8.5.5 _ October 1, 2022 { id="8.5.5" } + +- Updated MkDocs to 1.4 +- Fixed compatibility issues with MkDocs 1.4 +- Fixed #4430: build error when enabling consent without repository URL + ### 8.5.4 _ September 30, 2022 { id="8.5.4" } - Fixed expand icons shift on sidebar overflow (using `scrollbar-gutter`) diff --git a/material/base.html b/material/base.html index 05c90d8c8..6562dfc1a 100644 --- a/material/base.html +++ b/material/base.html @@ -22,7 +22,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 7b395ed23..a60d0608a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "8.5.4", + "version": "8.5.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "8.5.4", + "version": "8.5.5", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index b42ea1d0b..3c2dc1ced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.5.4", + "version": "8.5.5", "description": "Documentation that simply works", "keywords": [ "mkdocs",