Skip to content

Commit 08bf992

Browse files
committed
Prepare 8.5.10 release
1 parent 6a1b86e commit 08bf992

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-8.5.10 (2022-11-11)
2+
3+
* Adjusted CSS to better allow for custom primary and accent colors
4+
* Fixed #4620: Primary color is not applied (8.5.9 regression)
5+
16
mkdocs-material-8.5.9 (2022-11-08)
27

38
* Fixed #4600: Illegible link colors for black and white primary colors

docs/changelog/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Material for MkDocs
44

5+
### 8.5.10 <small>_ November 11, 2022</small> { id="8.5.10" }
6+
7+
- Adjusted CSS to better allow for custom primary and accent colors
8+
- Fixed #4620: Primary color is not applied (8.5.9 regression)
9+
510
### 8.5.9 <small>_ November 8, 2022</small> { id="8.5.9" }
611

712
- Fixed #4600: Illegible link colors for black and white primary colors

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<link rel="icon" href="{{ config.theme.favicon | url }}">
25-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.9">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.10">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page.meta and page.meta.title %}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.5.9",
3+
"version": "8.5.10",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)