bootstrap-multiselect v1.1.1 -> v1.1.2 (#1126)

This commit is contained in:
nobody 2022-09-04 07:45:33 +02:00
parent c1fad6a122
commit 05e7485a90
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 47 additions and 46 deletions

View File

@ -281,7 +281,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-daterangepicker/3.1/daterangepi
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-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-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
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.18/js/bootstrap-select.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/bootstrap-slider.min.js

View File

@ -148,7 +148,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bootstrap-datepicker/1.')) return '1.9.0';
if (type.startsWith('/bootstrap-icons/1.')) return '1.9.1';
if (type.startsWith('/bootstrap-multiselect/0.')) return '0.9.16';
if (type.startsWith('/bootstrap-multiselect/1.')) return '1.1.1';
if (type.startsWith('/bootstrap-multiselect/1.')) return '1.1.2';
if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2';
if (type.startsWith('/bootstrap-slider/11.')) return '11.0.2';
if (type.startsWith('/bootstrap-select/1.')) return '1.13.18';

View File

@ -35,6 +35,7 @@
<li>instantsearch.js v4.44.1 -> v4.45.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1123">#1123</a>)</li>
<li>socket.io v4.5.1 -> v4.5.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1124">#1124</a>)</li>
<li>gsap v3.11.0 -> v3.11.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1125">#1125</a>)</li>
<li>bootstrap-multiselect v1.1.1 -> v1.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1126">#1126</a>)</li>
</ul>
</div>
<div id="generator-section">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long