bootstrap-icons v1.9.1 -> v1.10.1 (#1199)

This commit is contained in:
nobody 2022-11-13 06:59:45 +01:00
parent e48bafb918
commit 8951ed446b
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 5 additions and 4 deletions

View File

@ -279,8 +279,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.9.1/font/bootstrap-icons.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.9.1/font/fonts/bootstrap-icons.woff
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.1/font/bootstrap-icons.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.1/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.2/js/bootstrap-multiselect.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.18/css/bootstrap-select.min.css

View File

@ -147,7 +147,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.9.1';
if (type.startsWith('/bootstrap-icons/1.')) return '1.10.1';
if (type.startsWith('/bootstrap-multiselect/0.')) return '0.9.16';
if (type.startsWith('/bootstrap-multiselect/1.')) return '1.1.2';
if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2';

View File

@ -32,6 +32,7 @@
<li>instantsearch.js v4.49.0 -> v4.49.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1196">#1196</a>)</li>
<li>hls.js v1.2.4 -> v1.2.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1197">#1197</a>)</li>
<li>vue v3.2.41 -> v3.2.45 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1198">#1198</a>)</li>
<li>bootstrap-icons v1.9.1 -> v1.10.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1199">#1199</a>)</li>
</ul>
<p>Added</p>
<ul>