Skip to content

Commit a5438a6

Browse files
committed
Prepare 9.5.31 release
1 parent 0e2195d commit a5438a6

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

CHANGELOG

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)
2+
3+
* Fixed #7410: Instant previews jump on content tabs with anchor links
4+
* Fixed #7408: Instant previews jump on content tabs
5+
6+
mkdocs-material-9.5.31 (2024-08-02)
7+
8+
* Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
9+
110
mkdocs-material-9.5.30 (2024-07-23)
211

312
* Fixed #7380: Navigation icons disappearing on hover in Safari

docs/changelog/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Material for MkDocs
44

5+
### 9.5.31 <small>August 2, 2024</small> { id="9.5.31" }
6+
7+
- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
8+
59
### 9.5.30 <small>July 23, 2024</small> { id="9.5.30" }
610

711
- Fixed #7380: Navigation icons disappearing on hover in Safari

docs/insiders/changelog/index.md

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

33
## Material for MkDocs Insiders
44

5-
### 4.53.11 <small>May 20, 2024</small> { id="4.53.11" }
5+
### 4.53.12 <small>August 2, 2024</small> { id="4.53.12" }
6+
7+
- Fixed #7410: Instant previews jump on content tabs with anchor links
8+
- Fixed #7408: Instant previews jump on content tabs
9+
10+
### 4.53.11 <small>May 27, 2024</small> { id="4.53.11" }
611

712
- Fixed projects plugin crashing when serving before building subprojects
813

material/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
__version__ = "9.5.30"
21+
__version__ = "9.5.31"

material/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.30">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.31">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% 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.5.30",
3+
"version": "9.5.31",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)