twitter-bootstrap v4.6.0 -> v4.6.1 (#748)

This commit is contained in:
nobody 2021-10-29 06:14:06 +02:00
parent 2612732dec
commit dcf380137f
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
8 changed files with 18 additions and 17 deletions

View File

@ -1639,8 +1639,8 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff2
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js

View File

@ -611,7 +611,7 @@ targets.setLastVersion = function (type, version) {
else if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
else return '3.4.1';
} else if (type.startsWith('/twitter-bootstrap/4.')) {
return '4.6.0';
return '4.6.1';
} else if (type.startsWith('/twitter-bootstrap/5.')) {
return '5.1.3';
} else if (type.startsWith('/underscore.js/1.')) {

View File

@ -41,6 +41,7 @@
<li>Chart.js v3.5.1 -> v3.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/744">#744</a>)</li>
<li>axios v0.23.0 -> v0.24.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/746">#746</a>)</li>
<li>react-redux v7.2.5 -> v7.2.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/747">#747</a>)</li>
<li>twitter-bootstrap v4.6.0 -> v4.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/748">#748</a>)</li>
</ul>
<p>Improved</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long