Skip to content

Commit

Permalink
Update swagger-ui-dist to v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed Jul 23, 2023
1 parent 7fb55c5 commit 2551a60
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mkdocs-swagger-ui-tag 0.6.3 (2023-07-23)

* Updated swagger-ui-dist to 5.1.3

mkdocs-swagger-ui-tag 0.6.2 (2023-06-14)

* Updated swagger-ui-dist to 5.0.0, which officially starting support OpenAPI 3.1
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 for add [Swagger UI](https://github.com/swagger-api/swa
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.0.0
1. swagger-ui-dist==5.1.3

## Usage

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.0.0"
"swagger-ui-dist": "5.1.3"
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = f.read()

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

0 comments on commit 2551a60

Please sign in to comment.