Prepare 5.0.1 release

This commit is contained in:
squidfunk 2020-04-07 21:28:17 +02:00
parent 184dfea055
commit a98cba6a53
5 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-5.0.1 (2020-04-07)
* Fixed syntax error in Spanish translation
mkdocs-material-5.0.0 (2020-04-07)
* Reactive architecture try app.dialog$.next("Hi!") in the console

View File

@ -18,6 +18,10 @@ pip show mkdocs-material
## Changelog
### 5.0.1 <small>_ April 7, 2020</small>
* Fixed syntax error in Spanish translation
### 5.0.0 <small>_ April 7, 2020</small>
* Reactive architecture try `app.dialog$.next("Hi!")` in the console

View File

@ -29,7 +29,7 @@
<meta name="author" content="{{ config.site_author }}">
{% endif %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.0.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.0.1">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "5.0.0",
"version": "5.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "5.0.0",
"version": "5.0.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",