bodymovin v5.7.14 -> v5.8.1 (#766)
This commit is contained in:
parent
ec526a1c2f
commit
47ff899a66
|
@ -183,7 +183,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.7.14/lottie.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.8.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
|
||||
|
|
|
@ -169,7 +169,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/bodymovin/4.')) {
|
||||
return '4.13.0';
|
||||
} else if (type.startsWith('/bodymovin/5.')) {
|
||||
return '5.7.14';
|
||||
return '5.8.1';
|
||||
} else if (type.startsWith('/bootbox.js/4.')) {
|
||||
return '4.4.0';
|
||||
} else if (type.startsWith('/bootbox.js/5.')) {
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<ul>
|
||||
<li>Google Material Icons v114 -> v115 (<a href="https://codeberg.org/nobody/LocalCDN/issues/764">#764</a>)</li>
|
||||
<li>alpinejs v3.5.0 -> v3.5.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/765">#765</a>)</li>
|
||||
<li>bodymovin v5.7.14 -> v5.8.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/766">#766</a>)</li>
|
||||
</ul>
|
||||
<p>Improved</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