Prepare 9.1.15 release

This commit is contained in:
squidfunk 2023-05-29 17:42:40 +02:00
parent 3d706407d9
commit 06d1ba1337
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
5 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,10 @@
mkdocs-material-9.1.15 (2023-05-29)
* Fixed #5566: Indicate color scheme to operating system
* Fixed #5565: Update Dockerfile to latest version of base image
* Fixed #5554: Add additional version tags (9, 9.1) to Docker image
* Fixed #5536: Strip tags of ARIA labels in table of contents
mkdocs-material-9.1.14+insiders-4.35.1 (2023-05-20) mkdocs-material-9.1.14+insiders-4.35.1 (2023-05-20)
* Fixed internal handling of errors in social plugin * Fixed internal handling of errors in social plugin

View File

@ -2,6 +2,13 @@
## Material for MkDocs ## Material for MkDocs
### 9.1.15 <small>May 29, 2023</small> { id="9.1.15" }
- Fixed #5566: Indicate color scheme to operating system
- Fixed #5565: Update `Dockerfile` to latest version of base image
- Fixed #5554: Add additional version tags (`9`, `9.1`) to Docker image
- Fixed #5536: Strip tags of ARIA labels in table of contents
### 9.1.14 <small>May 20, 2023</small> { id="9.1.14" } ### 9.1.14 <small>May 20, 2023</small> { id="9.1.14" }
- Updated Armenian and Greek translations - Updated Armenian and Greek translations

View File

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

4
package-lock.json generated
View File

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

View File

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