twitter-bootstrap v5.2.2 -> v5.2.3 (#1211)
This commit is contained in:
parent
22f736a459
commit
3b67310eb2
|
@ -1774,8 +1774,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.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.2.2/css/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.2/js/bootstrap.bundle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.3/css/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.3/js/bootstrap.bundle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twix.js/0.3.0/twix.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twix.js/1.3.0/twix.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-min.js
|
||||
|
|
|
@ -453,7 +453,7 @@ targets.setLastVersion = function (type, version) {
|
|||
return '3.4.1';
|
||||
}
|
||||
if (type.startsWith('/twitter-bootstrap/4.')) return '4.6.1';
|
||||
if (type.startsWith('/twitter-bootstrap/5.')) return '5.2.2';
|
||||
if (type.startsWith('/twitter-bootstrap/5.')) return '5.2.3';
|
||||
if (type.startsWith('/twix.js/0.')) return '0.3.0';
|
||||
if (type.startsWith('/twix.js/1.')) return '1.3.0';
|
||||
if (type.startsWith('/underscore.js/1.')) return '1.13.6';
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
<h2>New in LocalCDN:</h2>
|
||||
</div>
|
||||
<div class="release-notes-area">
|
||||
<p>Updated</p>
|
||||
<ul>
|
||||
<li>twitter-bootstrap v5.2.2 -> v5.2.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1211">#1211</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
<li>knockout v3.4.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1210">#1210</a>)</li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@charset "UTF-8";/*!
|
||||
* Bootstrap v5.2.2 (https://getbootstrap.com/)
|
||||
* Bootstrap v5.2.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue