Skip to content

Commit

Permalink
Release 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed Mar 25, 2024
1 parent 28434d3 commit 79fe8ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mkdocs-swagger-ui-tag 0.6.9 (2024-03-25)

* Updated swagger-ui-dist to 5.12.0
* Improved OAS 3.1 dark mode contrast (#22)
* Generate iframe ids deterministically (#20)

mkdocs-swagger-ui-tag 0.6.8 (2024-01-22)

* Updated swagger-ui-dist to 5.11.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A MkDocs plugin supports adding [Swagger UI](https://github.com/swagger-api/swag
1. Python Package
1. beautifulsoup4>=4.11.1
2. [Swagger UI dist](https://www.npmjs.com/package/swagger-ui-dist) javascript file and CSS file
1. swagger-ui-dist==5.11.0
1. swagger-ui-dist==5.12.0

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"swagger-ui-dist": "5.11.0"
"swagger-ui-dist": "5.12.0"
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="mkdocs-swagger-ui-tag",
version="0.6.8",
version="0.6.9",
author="Blueswen",
author_email="[email protected]",
url="https://blueswen.github.io/mkdocs-swagger-ui-tag",
Expand Down

0 comments on commit 79fe8ac

Please sign in to comment.