Chart.js v3.6.0 -> v3.6.1 (#788)

This commit is contained in:
nobody 2021-12-04 07:52:47 +01:00
parent f0baf0e81b
commit f13f43e535
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 19 additions and 15 deletions

View File

@ -1702,7 +1702,7 @@ 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.4.1/appboy.min.js
https://cdn.jsdelivr.net/npm/@babel/standalone@7.14.6/babel.min.js
https://cdn.jsdelivr.net/npm/chart.js@3.6.0/dist/chart.min.js
https://cdn.jsdelivr.net/npm/chart.js@3.6.1/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

View File

@ -216,7 +216,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.6.0';
return '3.6.1';
} else if (type.startsWith('/clappr/0.') || type.startsWith('/clappr/latest/')) {
return '0.4.6';
} else if (type.startsWith('/chosen/1.')) {

View File

@ -25,6 +25,10 @@
<h2>New in LocalCDN:</h2>
</div>
<div class="release-notes-area">
<p>Updated</p>
<ul>
<li>Chart.js v3.6.0 -> v3.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/788">#788</a>)</li>
</ul>
<p>Mapping</p>
<ul>
<li>bootstrap.bundle.min.js -> stackpath.bootstrapcdn.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/785">#785</a>)</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long