Skip to content

Commit 06d1ba1

Browse files
committed
Prepare 9.1.15 release
1 parent 3d70640 commit 06d1ba1

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mkdocs-material-9.1.15 (2023-05-29)
2+
3+
* Fixed #5566: Indicate color scheme to operating system
4+
* Fixed #5565: Update Dockerfile to latest version of base image
5+
* Fixed #5554: Add additional version tags (9, 9.1) to Docker image
6+
* Fixed #5536: Strip tags of ARIA labels in table of contents
7+
18
mkdocs-material-9.1.14+insiders-4.35.1 (2023-05-20)
29

310
* Fixed internal handling of errors in social plugin

docs/changelog/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Material for MkDocs
44

5+
### 9.1.15 <small>May 29, 2023</small> { id="9.1.15" }
6+
7+
- Fixed #5566: Indicate color scheme to operating system
8+
- Fixed #5565: Update `Dockerfile` to latest version of base image
9+
- Fixed #5554: Add additional version tags (`9`, `9.1`) to Docker image
10+
- Fixed #5536: Strip tags of ARIA labels in table of contents
11+
512
### 9.1.14 <small>May 20, 2023</small> { id="9.1.14" }
613

714
- Updated Armenian and Greek translations

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="next" href="{{ page.next_page.url | url }}">
2929
{% endif %}
3030
<link rel="icon" href="{{ config.theme.favicon | url }}">
31-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.14">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.15">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% 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": "9.1.14",
3+
"version": "9.1.15",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)