Prepare 9.1.2 release

This commit is contained in:
squidfunk 2023-03-09 20:34:59 +01:00
parent cde2bce11d
commit c57b5b271f
5 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-9.1.2 (2023-03-09)
* Updated Icelandic, Korean and Swedish translations
* Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
* Fixed #5155: table of contents not highlighting percent-encoded URLs
mkdocs-material-9.1.1 (2023-03-05)
* Updated Czech and Thai translations

View File

@ -2,6 +2,12 @@
## Material for MkDocs
### 9.1.2 <small>March 9, 2023</small> { id="9.1.2" }
- Updated Icelandic, Korean and Swedish translations
- Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
- Fixed #5155: table of contents not highlighting percent-encoded URLs
### 9.1.1 <small>March 5, 2023</small> { id="9.1.1" }
- Updated Czech and Thai translations

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.1.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.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.1.1",
"version": "9.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "9.1.1",
"version": "9.1.2",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",

View File

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