twitter-bootstrap v5.1.1 -> v5.1.2 (#720)

This commit is contained in:
nobody 2021-10-09 11:46:56 +02:00
parent eb3793aac0
commit 9ff757bf88
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
8 changed files with 18 additions and 17 deletions

View File

@ -1641,8 +1641,8 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/fonts/glyphicons-
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/5.1.1/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.1/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.2/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.2/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js
https://cdnjs.cloudflare.com/ajax/libs/urlive/1.1.1/jquery.urlive.min.js
https://cdnjs.cloudflare.com/ajax/libs/vex-js/3.1.1/css/vex.min.css

View File

@ -613,7 +613,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/twitter-bootstrap/4.')) {
return '4.6.0';
} else if (type.startsWith('/twitter-bootstrap/5.')) {
return '5.1.1';
return '5.1.2';
} else if (type.startsWith('/underscore.js/1.')) {
return '1.13.1';
} else if (type.startsWith('/urlive/1.')) {

View File

@ -45,6 +45,7 @@
<li>videojs-seek-buttons v2.1.0 -> v2.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/717">#717</a>)</li>
<li>vue v3.2.19 -> v3.2.20 (<a href="https://codeberg.org/nobody/LocalCDN/issues/718">#718</a>)</li>
<li>clappr v0.4.5 -> v0.4.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/719">#719</a>)</li>
<li>twitter-bootstrap v5.1.1 -> v5.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/720">#720</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