dygraph v2.2.0 -> v2.2.1 (#1339)

This commit is contained in:
nobody 2023-02-18 06:50:03 +01:00
parent f408b92b9c
commit 810687c50c
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 6 additions and 5 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.2.0/dygraph.min.js
https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.2.1/dygraph.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.13/index.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.13/locale/af-ZA.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.13/locale/ar.min.js

View File

@ -193,7 +193,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.2.0';
if (type.startsWith('/dygraph/2.')) return '2.2.1';
if (type.startsWith('/element-ui/2.')) return '2.15.13';
if (type.startsWith('/embedly-player/0.')) return '0.1.0';
if (type.startsWith('/ethjs')) return '0.4.0';

View File

@ -40,6 +40,7 @@
<li>element-ui v2.15.12 -> v2.15.13 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1336">#1336</a>)</li>
<li>axios v1.3.2 -> v1.3.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1337">#1337</a>)</li>
<li>libphonenumber-js v1.10.19 -> v1.10.20 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1338">#1338</a>)</li>
<li>dygraph v2.2.0 -> v2.2.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1339">#1339</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