Skip to content

Commit

Permalink
Merge pull request #22 from egnwd/bump-monorepo
Browse files Browse the repository at this point in the history
Version bump: mkdocs-monorepo-plugin
  • Loading branch information
realandersn committed Apr 7, 2021
2 parents c839d0b + bbe80a0 commit 9044808
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ Extensions:

## Changelog

### 0.0.15

- Upgrade monorepo to track latest patch, includes various bug fixes. [#22](https://github.com/backstage/mkdocs-techdocs-core/pull/22)

### 0.0.14

- Upgrade plantuml-markdown to 3.4.2 with support for external file sources. [#18](https://github.com/backstage/mkdocs-techdocs-core/pull/18)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://github.com/mkdocs/mkdocs
mkdocs==1.1.2
mkdocs-material==5.3.2
mkdocs-monorepo-plugin==0.4.5
mkdocs-monorepo-plugin~=0.4.13
plantuml-markdown==3.4.2
markdown_inline_graphviz_extension==1.1
pygments==2.6.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name="mkdocs-techdocs-core",
version="0.0.14",
version="0.0.15",
description="The core MkDocs plugin used by Backstage's TechDocs as a wrapper around "
"multiple MkDocs plugins and Python Markdown extensions",
long_description=long_description,
Expand All @@ -37,7 +37,7 @@
install_requires=[
"mkdocs>=1.1.2",
"mkdocs-material==5.3.2",
"mkdocs-monorepo-plugin==0.4.5",
"mkdocs-monorepo-plugin~=0.4.13",
"plantuml-markdown==3.4.2",
"markdown_inline_graphviz_extension==1.1",
"pygments==2.6.1",
Expand Down

0 comments on commit 9044808

Please sign in to comment.