mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 5.0.1 release
This commit is contained in:
parent
184dfea055
commit
a98cba6a53
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user