bootstrap-table v1.20.1 -> v1.20.2 (#987)

This commit is contained in:
nobody 2022-05-27 06:18:29 +02:00
parent f44b5561cb
commit 7e2e9757f0
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 15 additions and 15 deletions

View File

@ -286,8 +286,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/bootstrap-slider.
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/css/bootstrap-slider.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/bootstrap-slider.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/css/bootstrap-slider.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.20.1/bootstrap-table.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.20.1/bootstrap-table.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.20.2/bootstrap-table.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.20.2/bootstrap-table.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap2-toggle.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap2-toggle.min.js

View File

@ -146,7 +146,7 @@ targets.setLastVersion = function (type, version) {
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';
if (type.startsWith('/bootstrap-table/1.')) return '1.20.1';
if (type.startsWith('/bootstrap-table/1.')) return '1.20.2';
if (type.startsWith('/bootstrap-toggle/2.')) return '2.2.2';
if (type.startsWith('/bootstrap-vue/2.')) return '2.22.0';
if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2';

View File

@ -36,7 +36,7 @@
<li>libphonenumber-js v1.9.52 -> v1.10.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/984">#984</a>)</li>
<li>dayjs v1.11.1 -> v1.11.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/985">#985</a>)</li>
<li>bulma v0.9.3 -> v0.9.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/986">#986</a>)</li>
<li>bootstrap-table v1.20.0 -> v1.20.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/987">#987</a>)</li>
<li>bootstrap-table v1.20.0 -> v1.20.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/987">#987</a>)</li>
<li>bootstrap-icons v1.8.1 -> v1.8.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/988">#988</a>)</li>
<li>Swiper v8.1.4 -> v8.1.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/989">#989</a>)</li>
<li>react-router v5.3.1 -> v5.3.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/990">#990</a>)</li>

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.20.1
* @version v1.20.2
* @homepage https://bootstrap-table.com
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
* @license MIT

File diff suppressed because one or more lines are too long