Updated: Chart.js v3.2.1 -> v3.3.0 (#471)
This commit is contained in:
parent
e04e672ca4
commit
513340d392
|
@ -1207,7 +1207,7 @@ https://cdn.jsdelivr.net/npm/anchor-js@3.2.2/anchor.min.js
|
|||
https://cdn.jsdelivr.net/npm/anchor-js@4.3.1/anchor.min.js
|
||||
https://cdn.jsdelivr.net/npm/angular-stripe-checkout@5.1.0/angular-stripe-checkout.min.js
|
||||
https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.2.0/appboy.min.js
|
||||
https://cdn.jsdelivr.net/npm/chart.js@3.2.1/dist/chart.min.js
|
||||
https://cdn.jsdelivr.net/npm/chart.js@3.3.0/dist/chart.min.js
|
||||
https://cdn.jsdelivr.net/npm/ethjs@0.4.0/dist/ethjs.min.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/autocomplete.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/bundle.js
|
||||
|
|
|
@ -213,7 +213,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/Chart.js/2.')) {
|
||||
return '2.9.4';
|
||||
} else if (type.startsWith('/Chart.js/3.')) {
|
||||
return '3.2.1';
|
||||
return '3.3.0';
|
||||
} else if (type.startsWith('/chosen/1.')) {
|
||||
return '1.8.7';
|
||||
} else if (type.startsWith('/clipboard.js/1.')) {
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
</div>
|
||||
<ul>
|
||||
<li>Fixed: bootstrap.min.js replaced with bootstrap.bundle.min.js (v4.x and v5.x) (<a href="https://codeberg.org/nobody/LocalCDN/issues/470">#470</a>)</li>
|
||||
<li>Updated: Chart.js v3.2.1 -> v3.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/471">#471</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue