Updated: ember.js v3.25.3 -> v3.26.0 (#324)

This commit is contained in:
nobody 2021-03-23 06:11:20 +01:00
parent 62eb908057
commit b42a62481f
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 901 additions and 216 deletions

View File

@ -299,7 +299,7 @@ https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.1/theme-chalk/fonts/eleme
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.1/theme-chalk/index.min.css https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.1/theme-chalk/index.min.css
https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.13/ember.debug.js https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.13/ember.debug.js
https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.18.2/ember.debug.js https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.18.2/ember.debug.js
https://cdnjs.cloudflare.com/ajax/libs/ember.js/3.25.3/ember.debug.js https://cdnjs.cloudflare.com/ajax/libs/ember.js/3.26.0/ember.debug.js
https://cdnjs.cloudflare.com/ajax/libs/ext-core/3.1.0/ext-core.js https://cdnjs.cloudflare.com/ajax/libs/ext-core/3.1.0/ext-core.js
https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/helpers/jquery.fancybox-media.js https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/helpers/jquery.fancybox-media.js
https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css

View File

@ -233,7 +233,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/ember.js/2.')) { } else if (type.startsWith('/ember.js/2.')) {
return '2.18.2'; return '2.18.2';
} else if (type.startsWith('/ember.js/3.')) { } else if (type.startsWith('/ember.js/3.')) {
return '3.25.3'; return '3.26.0';
} else if (type.startsWith('/ethjs')) { } else if (type.startsWith('/ethjs')) {
return '0.3.4'; return '0.3.4';
} else if (type.startsWith('/ext-core/3.')) { } else if (type.startsWith('/ext-core/3.')) {

View File

@ -39,6 +39,7 @@
<li>Updated: Google Material Icons v81 -> v82 (<a href="https://codeberg.org/nobody/LocalCDN/issues/321">#321</a>)</li> <li>Updated: Google Material Icons v81 -> v82 (<a href="https://codeberg.org/nobody/LocalCDN/issues/321">#321</a>)</li>
<li>Updated: react-redux v7.2.2 -> v7.2.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/322">#322</a>)</li> <li>Updated: react-redux v7.2.2 -> v7.2.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/322">#322</a>)</li>
<li>Updated: react v17.0.1 -> v17.0.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/323">#323</a>)</li> <li>Updated: react v17.0.1 -> v17.0.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/323">#323</a>)</li>
<li>Updated: ember.js v3.25.3 -> v3.26.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/324">#324</a>)</li>
</ul> </ul>
<div id="generator-section"> <div id="generator-section">
<div class="topic-label"> <div class="topic-label">