Skip to content

Commit b4dd449

Browse files
committed
Prepare 9.1.10 release
1 parent 09feabc commit b4dd449

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-9.1.10 (2023-05-08)
2+
3+
* Added `cards_layout_options` setting for social cards
4+
* Deprecated `cards_color` and `cards_font` setting for social cards
5+
16
mkdocs-material-9.1.9 (2023-05-02)
27

38
* Added Telugu, Kannada and Sanskrit translations

docs/changelog/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Material for MkDocs
44

5+
### 9.1.10 <small>May 8, 2023</small> { id="9.1.10" }
6+
7+
- Added `cards_layout_options` setting for social cards
8+
- Deprecated `cards_color` and `cards_font` setting for social cards
9+
510
### 9.1.9 <small>May 2, 2023</small> { id="9.1.9" }
611

712
- Added Telugu, Kannada and Sanskrit 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.9">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.10">
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.9",
3+
"version": "9.1.10",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)