bootstrap-icons v1.6.1 -> v1.7.0 (#754)
This commit is contained in:
parent
bfb90c3a1f
commit
72c1d0c1e0
|
@ -275,8 +275,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.6.1/font/bootstrap-icons.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.6.1/font/fonts/bootstrap-icons.woff
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.7.0/font/bootstrap-icons.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.7.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
|
||||
|
|
|
@ -181,7 +181,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/bootstrap-datepicker/1.')) {
|
||||
return '1.9.0';
|
||||
} else if (type.startsWith('/bootstrap-icons/1.')) {
|
||||
return '1.6.1';
|
||||
return '1.7.0';
|
||||
} else if (type.startsWith('/bootstrap-multiselect/0.')) {
|
||||
return '0.9.16';
|
||||
} else if (type.startsWith('/bootstrap-multiselect/1.')) {
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
<li>redux v4.1.1 -> v4.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/750">#750</a>)</li>
|
||||
<li>hls.js v1.0.11 -> v1.0.12 (<a href="https://codeberg.org/nobody/LocalCDN/issues/751">#751</a>)</li>
|
||||
<li>bootswatch v4.6.0 -> v4.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/753">#753</a>)</li>
|
||||
<li>bootstrap-icons v1.6.1 -> v1.7.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/754">#754</a>)</li>
|
||||
</ul>
|
||||
<p>Improved</p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue