Skip to content

Commit bc3d0f8

Browse files
committed
Bumped the version of mkdocs-material to 9.5.13
1 parent cc67b62 commit bc3d0f8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ We only use `material-mkdocs` as base styles because Backstage also uses the `Ma
143143

144144
### Unreleased
145145

146+
### 1.3.5
147+
- Bumped `mkdocs-material` to `9.5.13` which adds support for card grids and grid layouts
148+
146149
### 1.3.3
147150
- Bumped `mkdocs-material` to `9.4.14` which add support for: Mermaid.js version 10.6.1, emoji extension and updated MkDocs to 1.5.3
148151
- Added tests for `Python` version `3.11`

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Markdown>=3.2,<3.4
99
# pinned to an exact version. Bumps should be accompanied by release notes
1010
# explaining what was added or fixed (or at least pointing to the underlying
1111
# release notes of the bumped package).
12-
mkdocs-material==9.4.14
12+
mkdocs-material==9.5.13
1313
markdown_inline_graphviz_extension==1.1.2
1414
mkdocs-monorepo-plugin==1.1.0
1515
plantuml-markdown==3.9.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name="mkdocs-techdocs-core",
31-
version="1.3.4",
31+
version="1.3.5",
3232
description="The core MkDocs plugin used by Backstage's TechDocs as a wrapper around "
3333
"multiple MkDocs plugins and Python Markdown extensions",
3434
long_description=long_description,

0 commit comments

Comments
 (0)