Skip to content

Commit

Permalink
Prepare 9.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 9, 2023
1 parent cde2bce commit c57b5b2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.1.1",
"version": "9.1.2",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit c57b5b2

Please sign in to comment.