bodymovin v5.8.1 -> v5.9.1 (#892)
This commit is contained in:
parent
c8da215a8d
commit
33c47cb466
|
@ -186,7 +186,7 @@ https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.js
|
|||
https://cdnjs.cloudflare.com/ajax/libs/blazy/1.8.2/blazy.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.7.2/bluebird.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.13.0/bodymovin.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.8.1/lottie.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.1/lottie.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.5.2/bootbox.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js
|
||||
|
|
|
@ -134,7 +134,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/blazy/1.')) return '1.8.2';
|
||||
if (type.startsWith('/bluebird/3.')) return '3.7.2';
|
||||
if (type.startsWith('/bodymovin/4.')) return '4.13.0';
|
||||
if (type.startsWith('/bodymovin/5.')) return '5.8.1';
|
||||
if (type.startsWith('/bodymovin/5.')) return '5.9.1';
|
||||
if (type.startsWith('/bootbox.js/4.')) return '4.4.0';
|
||||
if (type.startsWith('/bootbox.js/5.')) return '5.5.2';
|
||||
if (type.startsWith('/bootstrap-daterangepicker/2.')) return '2.1.27';
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
<li>video.js v7.18.0 -> v7.18.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/887">#887</a>)</li>
|
||||
<li>backbone.js v1.4.0 -> v1.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/889">#889</a>)</li>
|
||||
<li>algoliasearch v4.12.1 -> v4.12.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/891">#891</a>)</li>
|
||||
<li>bodymovin v5.8.1 -> v5.9.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/892">#892</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
Loading…
Reference in New Issue