Updated: element-ui v2.15.0 -> v2.15.1 (#282)
This commit is contained in:
parent
f29f959fe5
commit
1bd19ef62c
|
@ -200,7 +200,7 @@ targets.setLastVersion = function (type, version) {
|
||||||
} else if (type.startsWith('/drawer/3.')) {
|
} else if (type.startsWith('/drawer/3.')) {
|
||||||
return '3.2.2';
|
return '3.2.2';
|
||||||
} else if (type.startsWith('/element-ui/2.')) {
|
} else if (type.startsWith('/element-ui/2.')) {
|
||||||
return '2.15.0';
|
return '2.15.1';
|
||||||
} else if (type.startsWith('/ember.js/1.')) {
|
} else if (type.startsWith('/ember.js/1.')) {
|
||||||
return '1.13.13';
|
return '1.13.13';
|
||||||
} else if (type.startsWith('/ember.js/2.')) {
|
} else if (type.startsWith('/ember.js/2.')) {
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
<li>Implemented: Hide donation button</li>
|
<li>Implemented: Hide donation button</li>
|
||||||
<li>Updated: popper.js v2.8.0 -> v2.8.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/280">#280</a>)</li>
|
<li>Updated: popper.js v2.8.0 -> v2.8.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/280">#280</a>)</li>
|
||||||
<li>Updated: Google Material Icons v77 -> v78 (<a href="https://codeberg.org/nobody/LocalCDN/issues/281">#281</a>)</li>
|
<li>Updated: Google Material Icons v77 -> v78 (<a href="https://codeberg.org/nobody/LocalCDN/issues/281">#281</a>)</li>
|
||||||
|
<li>Updated: element-ui v2.15.0 -> v2.15.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/282">#282</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
|
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