twitter-bootstrap v4.6.0 -> v4.6.1 (#748)
This commit is contained in:
parent
2612732dec
commit
dcf380137f
|
@ -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
|
||||
|
|
|
@ -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.')) {
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue