Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export RELEASE_TARGETS="darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 window

SWAGGER_UI_VERSION_V3 := v3.52.5
SWAGGER_UI_VERSION_V4 := v4.19.1
SWAGGER_UI_VERSION_V5 := v5.32.4
SWAGGER_UI_VERSION_V5 := v5.32.6

## Update assets for Swagger UI v3
update-v3:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ just build and run.
### V5

Static assets for `v5` are built from Swagger
UI [v5.32.4](https://github.com/swagger-api/swagger-ui/releases/tag/v5.32.4).
UI [v5.32.6](https://github.com/swagger-api/swagger-ui/releases/tag/v5.32.6).

[CDN-based](https://cdnjs.com/libraries/swagger-ui) `v5cdn` uses Swagger
UI [v5.32.4](https://github.com/swagger-api/swagger-ui/releases/tag/v5.32.4).
UI [v5.32.6](https://github.com/swagger-api/swagger-ui/releases/tag/v5.32.6).

### V4

Expand Down
2 changes: 1 addition & 1 deletion cmd/swgui/swgui.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
flag.Parse()

if ver {
fmt.Printf("%s, Swagger UI %s\n", version.Info().Version, "v5.32.4")
fmt.Printf("%s, Swagger UI %s\n", version.Info().Version, "v5.32.6")

return
}
Expand Down
38 changes: 19 additions & 19 deletions v5/static.go

Large diffs are not rendered by default.

Binary file modified v5/static/swagger-ui-bundle.js.gz
Binary file not shown.
Binary file modified v5/static/swagger-ui-es-bundle-core.js.gz
Binary file not shown.
Binary file modified v5/static/swagger-ui-es-bundle.js.gz
Binary file not shown.
Binary file modified v5/static/swagger-ui.css.gz
Binary file not shown.
Binary file modified v5/static/swagger-ui.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion v5cdn/cdn.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package v5cdn

const (
// AssetsBase is a base URL for the assets.
AssetsBase = "https://cdn.jsdelivr.net/npm/swagger-ui@5.32.4/dist/"
AssetsBase = "https://cdn.jsdelivr.net/npm/swagger-ui@5.32.6/dist/"

// FaviconBase is a base URL for favicons.
FaviconBase = "https://petstore.swagger.io/"
Expand Down
Loading