Prepare 9.0.2 release

This commit is contained in:
squidfunk 2023-01-04 09:36:20 +01:00
parent 157b4f2e46
commit f8a3e83b75
5 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-9.0.2 (2022-01-04)
* Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines
* Fixed #4819: Social plugin crashes when card generation is disabled
* Fixed #4817: Search plugin crashes on numeric page titles in `nav`
mkdocs-material-9.0.1 (2022-01-03)
* Removed pipdeptree dependency for built-in info plugin

View File

@ -2,6 +2,12 @@
## Material for MkDocs
### 9.0.2 <small>January 4, 2023</small> { id="9.0.2" }
- Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines
- Fixed #4819: Social plugin crashes when card generation is disabled
- Fixed #4817: Search plugin crashes on numeric page titles in `nav`
### 9.0.1 <small>January 3, 2023</small> { id="9.0.1" }
- Removed `pipdeptree` dependency for built-in info plugin

View File

@ -28,7 +28,7 @@
<link rel="next" href="{{ page.next_page.url | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.2">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
"version": "9.0.1",
"version": "9.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "9.0.1",
"version": "9.0.2",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.0.1",
"version": "9.0.2",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",