dygraph v2.1.0 -> v2.1.2 (#1261)

This commit is contained in:
nobody 2022-12-16 06:06:06 +01:00
parent a708b35798
commit c28a893e38
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 6 additions and 8 deletions

View File

@ -336,7 +336,7 @@ https://cdnjs.cloudflare.com/ajax/libs/docsify/4.13.0/docsify.min.js
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/js/drawer.min.js
https://cdnjs.cloudflare.com/ajax/libs/dygraph/1.1.1/dygraph-combined.js
https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.0/dygraph.min.js
https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.2/dygraph.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.12/index.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.12/locale/af-ZA.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.12/locale/ar.min.js

View File

@ -192,7 +192,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/docsify-themeable/0.')) return '0.9.0';
if (type.startsWith('/drawer/3.')) return '3.2.2';
if (type.startsWith('/dygraph/1.')) return '1.1.1';
if (type.startsWith('/dygraph/2.')) return '2.1.0';
if (type.startsWith('/dygraph/2.')) return '2.1.2';
if (type.startsWith('/element-ui/2.')) return '2.15.12';
if (type.startsWith('/embedly-player/0.')) return '0.1.0';
if (type.startsWith('/ethjs')) return '0.4.0';

View File

@ -34,6 +34,7 @@
<li>jquery v3.6.1 -> v3.6.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1256">#1256</a>)</li>
<li>ngx-bootstrap v10.0.0 -> v10.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1257">#1257</a>)</li>
<li>instantsearch.js v4.49.1 -> v4.49.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1260">#1260</a>)</li>
<li>dygraph v2.1.0 -> v2.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1261">#1261</a>)</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long