File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ We only use `material-mkdocs` as base styles because Backstage also uses the `Ma
143
143
144
144
# ## Unreleased
145
145
146
+ # ## 1.3.5
147
+ - Bumped `mkdocs-material` to `9.5.13` which adds support for card grids and grid layouts
148
+
146
149
# ## 1.3.3
147
150
- 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
148
151
- Added tests for `Python` version `3.11`
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Markdown>=3.2,<3.4
9
9
# pinned to an exact version. Bumps should be accompanied by release notes
10
10
# explaining what was added or fixed (or at least pointing to the underlying
11
11
# release notes of the bumped package).
12
- mkdocs-material == 9.4.14
12
+ mkdocs-material == 9.5.13
13
13
markdown_inline_graphviz_extension == 1.1.2
14
14
mkdocs-monorepo-plugin == 1.1.0
15
15
plantuml-markdown == 3.9.2
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = "mkdocs-techdocs-core" ,
31
- version = "1.3.4 " ,
31
+ version = "1.3.5 " ,
32
32
description = "The core MkDocs plugin used by Backstage's TechDocs as a wrapper around "
33
33
"multiple MkDocs plugins and Python Markdown extensions" ,
34
34
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments