Chart.js v4.1.1 -> v4.1.2 (#1286)

This commit is contained in:
nobody 2023-01-07 06:58:50 +01:00
parent 7b11ca98ad
commit 3c71651f99
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 4 additions and 3 deletions

View File

@ -314,7 +314,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.15/jquery.bxslider.min.js
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.css
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.1.1/chart.min.js
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.1.2/chart.min.js
https://cdnjs.cloudflare.com/ajax/libs/chosen/1.8.7/chosen.jquery.min.js
https://cdnjs.cloudflare.com/ajax/libs/clappr/0.4.7/clappr.min.js
https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js

View File

@ -170,7 +170,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bxslider/4.')) return '4.2.15';
if (type.startsWith('/Chart.js/2.')) return '2.9.4';
if (type.startsWith('/Chart.js/3.')) return '3.9.1';
if (type.startsWith('/Chart.js/4.')) return '4.1.1';
if (type.startsWith('/Chart.js/4.')) return '4.1.2';
if (type.startsWith('/clappr/0.') || type.startsWith('/clappr/latest/')) return '0.4.7';
if (type.startsWith('/chosen/1.')) return '1.8.7';
if (type.startsWith('/clipboard.js/1.')) return '1.7.1';

View File

@ -28,6 +28,7 @@
<p>Updated</p>
<ul>
<li>ngx-bootstrap v10.2.0 -> v10.2.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1285">#1285</a>)</li>
<li>Chart.js v4.1.1 -> v4.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1286">#1286</a>)</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long