Skip to content

Commit

Permalink
Prepare 9.1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed May 8, 2023
1 parent 09feabc commit b4dd449
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
mkdocs-material-9.1.10 (2023-05-08)

* Added `cards_layout_options` setting for social cards
* Deprecated `cards_color` and `cards_font` setting for social cards

mkdocs-material-9.1.9 (2023-05-02)

* Added Telugu, Kannada and Sanskrit translations
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Material for MkDocs

### 9.1.10 <small>May 8, 2023</small> { id="9.1.10" }

- Added `cards_layout_options` setting for social cards
- Deprecated `cards_color` and `cards_font` setting for social cards

### 9.1.9 <small>May 2, 2023</small> { id="9.1.9" }

- Added Telugu, Kannada and Sanskrit 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.9">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.10">
{% 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.9",
"version": "9.1.10",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit b4dd449

Please sign in to comment.