bootstrap-icons v1.8.3 -> v1.9.0 (#1060)

This commit is contained in:
nobody 2022-07-15 06:11:50 +02:00
parent 1af244e0ca
commit 10a0fb55a0
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 4 additions and 3 deletions

View File

@ -278,8 +278,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/locales/bootst
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/locales/bootstrap-datepicker.zh-TW.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-daterangepicker/2.1.27/daterangepicker.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-daterangepicker/3.1/daterangepicker.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.3/font/bootstrap-icons.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.3/font/fonts/bootstrap-icons.woff
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.9.0/1.8.3/bootstrap-icons.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.9.0/font/fonts/bootstrap-icons.woff
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.16/js/bootstrap-multiselect.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/1.1.1/js/bootstrap-multiselect.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.18/css/bootstrap-select.min.css

View File

@ -146,7 +146,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bootstrap-daterangepicker/2.')) return '2.1.27';
if (type.startsWith('/bootstrap-daterangepicker/3.')) return '3.1';
if (type.startsWith('/bootstrap-datepicker/1.')) return '1.9.0';
if (type.startsWith('/bootstrap-icons/1.')) return '1.8.3';
if (type.startsWith('/bootstrap-icons/1.')) return '1.9.0';
if (type.startsWith('/bootstrap-multiselect/0.')) return '0.9.16';
if (type.startsWith('/bootstrap-multiselect/1.')) return '1.1.1';
if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2';

View File

@ -32,6 +32,7 @@
<li>foundation v6.7.4 -> v6.7.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1057">#1057</a>)</li>
<li>mdb-ui-kit v4.2.0 -> v4.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1058">#1058</a>)</li>
<li>highlight.js v11.5.1 -> v11.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1059">#1059</a>)</li>
<li>bootstrap-icons v1.8.3 -> v1.9.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1060">#1060</a>)</li>
</ul>
<p>Improved</p>
<ul>