mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 8.5.11 release
This commit is contained in:
parent
2f676c20ec
commit
b2dc6b1131
@ -1,3 +1,7 @@
|
|||||||
|
mkdocs-material-8.5.11 (2022-11-30)
|
||||||
|
|
||||||
|
* Let it snow, see https://twitter.com/squidfunk/status/1597937112753766401
|
||||||
|
|
||||||
mkdocs-material-8.5.10+insiders-4.26.6 (2022-11-28)
|
mkdocs-material-8.5.10+insiders-4.26.6 (2022-11-28)
|
||||||
|
|
||||||
* Fixed #4683: Tags plugin crashes when a tag is empty
|
* Fixed #4683: Tags plugin crashes when a tag is empty
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 8.5.11 <small>_ November 30, 2022</small> { id="8.5.11" }
|
||||||
|
|
||||||
|
- Let it snow, see https://twitter.com/squidfunk/status/1597937112753766401
|
||||||
|
|
||||||
### 8.5.10 <small>_ November 11, 2022</small> { id="8.5.10" }
|
### 8.5.10 <small>_ November 11, 2022</small> { id="8.5.10" }
|
||||||
|
|
||||||
- Adjusted CSS to better allow for custom primary and accent colors
|
- Adjusted CSS to better allow for custom primary and accent colors
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.5.10",
|
"version": "8.5.11",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.5.10",
|
"version": "8.5.11",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"array-flat-polyfill": "^1.0.1",
|
"array-flat-polyfill": "^1.0.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.5.10",
|
"version": "8.5.11",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user