Skip to content

Commit

Permalink
Update swagger-ui-dist to v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed Aug 9, 2023
1 parent 9e88274 commit 3c68241
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 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.4 (2023-08-09)

* Updated swagger-ui-dist to 5.3.1

mkdocs-swagger-ui-tag 0.6.3 (2023-07-23)

* Updated swagger-ui-dist to 5.1.3
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.1.3
1. swagger-ui-dist==5.3.1

## Usage

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.1.3"
"swagger-ui-dist": "5.3.1"
}
}
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.3",
version="0.6.4",
author="Blueswen",
author_email="[email protected]",
url="https://blueswen.github.io/mkdocs-swagger-ui-tag",
Expand Down

0 comments on commit 3c68241

Please sign in to comment.