Skip to content

Commit

Permalink
version bump 2024.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 1, 2024
1 parent dff2d74 commit 135ab08
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 156 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Serve self-contained distribution builds of `Swagger UI`_ and `Redoc`_ with `Dja
This Django app is an optional addition to `drf-spectacular`_, but does not depend on it. It may also be used independently.

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

This is a self-updating and self-publishing repository that looks for updates on the 1st of every month.
The distribution files are sourced from npm via `jsdelivr`_, validated, packaged and uploaded to `PyPI`_.
Expand Down
2 changes: 1 addition & 1 deletion distributions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"redoc": "2.1.4",
"redoc": "2.1.5",
"swagger-ui-dist": "5.17.14"
}
2 changes: 1 addition & 1 deletion drf_spectacular_sidecar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

__version__ = '2024.6.1'
__version__ = '2024.7.1'

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
Expand All @@ -13,7 +7,7 @@ object-assign
/*!
* ReDoc - OpenAPI/Swagger-generated API Reference Documentation
* -------------------------------------------------------------
* Version: "2.1.4"
* Version: "2.1.5"
* Repo: https://github.com/Redocly/redoc
*/

Expand Down Expand Up @@ -41,42 +35,55 @@ object-assign
*****************************************************/

/**
* Prism: Lightweight, robust, elegant syntax highlighting
* @license React
* react-dom.production.min.js
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v0.20.2
* scheduler.production.min.js
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom.production.min.js
/**
* @license React
* use-sync-external-store-shim.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
Expand All @@ -86,7 +93,7 @@ object-assign
*/

/** @license React v17.0.2
* react.production.min.js
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
Expand Down

Large diffs are not rendered by default.

0 comments on commit 135ab08

Please sign in to comment.