Skip to content

Commit 1203613

Browse files
author
github-actions
committed
version bump 2024.11.1
1 parent 135ab08 commit 1203613

File tree

6 files changed

+40
-40
lines changed

6 files changed

+40
-40
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Serve self-contained distribution builds of `Swagger UI`_ and `Redoc`_ with `Dja
99
This Django app is an optional addition to `drf-spectacular`_, but does not depend on it. It may also be used independently.
1010

1111
* `Swagger UI`_ version ``5.17.14`` (`npm <https://www.npmjs.com/package/swagger-ui-dist>`__)
12-
* `Redoc`_ version ``2.1.5`` (`npm <https://www.npmjs.com/package/redoc>`__)
12+
* `Redoc`_ version ``2.2.0`` (`npm <https://www.npmjs.com/package/redoc>`__)
1313

1414
This is a self-updating and self-publishing repository that looks for updates on the 1st of every month.
1515
The distribution files are sourced from npm via `jsdelivr`_, validated, packaged and uploaded to `PyPI`_.

distributions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"redoc": "2.1.5",
2+
"redoc": "2.2.0",
33
"swagger-ui-dist": "5.17.14"
44
}

drf_spectacular_sidecar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import django
22

3-
__version__ = '2024.7.1'
3+
__version__ = '2024.11.1'
44

55
if django.VERSION < (3, 2):
66
default_app_config = 'drf_spectacular_sidecar.apps.SpectacularSidecarConfig'

drf_spectacular_sidecar/static/drf_spectacular_sidecar/redoc/bundles/redoc.standalone.js

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

drf_spectacular_sidecar/static/drf_spectacular_sidecar/redoc/bundles/redoc.standalone.js.LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/*!
88
* ReDoc - OpenAPI/Swagger-generated API Reference Documentation
99
* -------------------------------------------------------------
10-
* Version: "2.1.5"
10+
* Version: "2.2.0"
1111
* Repo: https://github.com/Redocly/redoc
1212
*/
1313

@@ -25,7 +25,7 @@
2525
* Licensed under MIT
2626
*/
2727

28-
/*! @license DOMPurify 3.0.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.6/LICENSE */
28+
/*! @license DOMPurify 3.1.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.3/LICENSE */
2929

3030
/*!***************************************************
3131
* mark.js v8.11.1

drf_spectacular_sidecar/static/drf_spectacular_sidecar/redoc/bundles/redoc.standalone.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)