mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-24 17:20:49 +01:00
ngx-bootstrap v10.2.0 -> v10.2.1 (#1285)
This commit is contained in:
parent
592a1437bc
commit
7b11ca98ad
@ -1860,7 +1860,7 @@ https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.css
|
||||
https://cdn.jsdelivr.net/npm/instantsearch.css@8.0.0/themes/algolia-min.css
|
||||
https://cdn.jsdelivr.net/npm/in-view@0.6.1/dist/in-view.min.js
|
||||
https://cdn.jsdelivr.net/npm/leaflet.featuregroup.subgroup@1.0.2/dist/leaflet.featuregroup.subgroup.js
|
||||
https://cdn.jsdelivr.net/npm/ngx-bootstrap@10.2.0/datepicker/bs-datepicker.css
|
||||
https://cdn.jsdelivr.net/npm/ngx-bootstrap@10.2.1/datepicker/bs-datepicker.css
|
||||
https://cdn.jsdelivr.net/npm/ngx-bootstrap@6.2.0/datepicker/bs-datepicker.css
|
||||
https://cdn.jsdelivr.net/npm/object-assign@4.1.1/index.js
|
||||
https://cdn.jsdelivr.net/npm/p2p-media-loader-core@0.6.2/build/p2p-media-loader-core.min.js
|
||||
|
@ -358,7 +358,7 @@ targets.setLastVersion = function (type, version) {
|
||||
// The only resource used from ngx-bootstrap is the CSS file for the datepicker.
|
||||
// This CSS is unchanged since version 7. So it's not necessary to host it more than once.
|
||||
if (helpers.compareVersion('6.2.0', version)) return '6.2.0'; // <= v6.2.0
|
||||
return '10.2.0';
|
||||
return '10.2.1';
|
||||
}
|
||||
if (type.startsWith('/ngx-bootstrap/7.')) return '7.1.2';
|
||||
if (type.startsWith('/ngx-bootstrap/8.')) return '8.0.0';
|
||||
|
@ -25,6 +25,10 @@
|
||||
<h2>New in LocalCDN:</h2>
|
||||
</div>
|
||||
<div class="release-notes-area">
|
||||
<p>Updated</p>
|
||||
<ul>
|
||||
<li>ngx-bootstrap v10.2.0 -> v10.2.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1285">#1285</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
<li>twitter-bootstrap v4.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1284">#1284</a>)</li>
|
||||
|
Loading…
Reference in New Issue
Block a user