From 3aff6bca1f50c544e72c8f3fb740e64ce0a8c6fb Mon Sep 17 00:00:00 2001 From: Ekaterina Zababurina Date: Wed, 10 Jun 2020 09:19:57 +0300 Subject: [PATCH] Update version Swagger UI to 3.26.0 --- CHANGELOG.md | 1 + README.md | 2 +- rswag-ui/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4278158..cbac58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update swagger-ui version to 3.23.11 [#239](https://github.com/rswag/rswag/pull/239) - Rails constraint moved from < 6.1 to < 7 [#253](https://github.com/rswag/rswag/pull/253) - Swaggerize now outputs base RSpec text on completion to avoid silent failures [#293](https://github.com/rswag/rswag/pull/293) +- Update swagger-ui version to 3.26.0 ## [2.2.0] - 2019-11-01 ### Added diff --git a/README.md b/README.md index fd3f05c..a893c12 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Once you have an API that can describe itself in Swagger, you've opened the trea |Rswag Version|Swagger (OpenAPI) Spec.|swagger-ui| |----------|----------|----------| -|[master](https://github.com/rswag/rswag/tree/master)|3.0.3|3.23.11| +|[master](https://github.com/rswag/rswag/tree/master)|3.0.3|3.26.0| |[2.3.0](https://github.com/rswag/rswag/tree/2.3.0)|3.0.3|3.23.11| |[2.2.0](https://github.com/rswag/rswag/tree/2.2.0)|2.0|3.18.2| |[1.6.0](https://github.com/rswag/rswag/tree/1.6.0)|2.0|2.2.5| diff --git a/rswag-ui/package.json b/rswag-ui/package.json index fd299d1..0c6c578 100644 --- a/rswag-ui/package.json +++ b/rswag-ui/package.json @@ -3,6 +3,6 @@ "version": "1.0.0", "private": true, "dependencies": { - "swagger-ui-dist": "3.23.11" + "swagger-ui-dist": "3.26.0" } }