mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-16 11:50:58 +01:00
fix wrong version for bulma v0.x (#1632)
This commit is contained in:
parent
f60a9dd343
commit
6081b0f411
@ -164,8 +164,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
|
||||
return '2.11.0';
|
||||
}
|
||||
if (type.startsWith('/bulma/0.')) return '1.0.0';
|
||||
if (type.startsWith('/bulma/1.')) return '1.0.1';
|
||||
if (type.startsWith('/bulma/0.') || type.startsWith('/bulma/1.')) return '1.0.1';
|
||||
if (type.startsWith('/bxslider/4.')) return '4.2.17';
|
||||
if (type.startsWith('/Chart.js/2.')) return '2.9.4';
|
||||
if (type.startsWith('/Chart.js/3.')) return '3.9.1';
|
||||
|
@ -29,6 +29,10 @@
|
||||
<ul>
|
||||
<li>pure-min.css to pure.min.css (<a href="https://codeberg.org/nobody/LocalCDN/issues/1629">#1629</a>)</li>
|
||||
</ul>
|
||||
<p>Fixed</p>
|
||||
<ul>
|
||||
<li>Wrong version for bulma v0.x (<a href="https://codeberg.org/nobody/LocalCDN/issues/1632">#1632</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
Loading…
x
Reference in New Issue
Block a user