1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-03-09 16:10:57 +01:00

bulma v1.0.1 -> v1.0.2

This commit is contained in:
nobody 2024-08-10 07:27:29 +02:00
parent 0af843e79a
commit 460a31733e
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 6 additions and 5 deletions

View File

@ -306,7 +306,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.1/flatly/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.3/flatly/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/bowser/1.9.4/bowser.min.js
https://cdnjs.cloudflare.com/ajax/libs/bowser/2.11.0/bundled.min.js
https://cdnjs.cloudflare.com/ajax/libs/bulma/1.0.1/css/bulma.min.css
https://cdnjs.cloudflare.com/ajax/libs/bulma/1.0.2/css/bulma.min.css
https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.17/jquery.bxslider.min.css
https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.17/jquery.bxslider.min.js
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.bundle.min.js

View File

@ -164,7 +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.') || type.startsWith('/bulma/1.')) return '1.0.1';
if (type.startsWith('/bulma/0.') || type.startsWith('/bulma/1.')) return '1.0.2';
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';

View File

@ -32,6 +32,7 @@
<li>axios v1.7.2 -> v1.7.3</li>
<li>baguettebox.js v1.11.1 -> v1.12.0</li>
<li>bootstrap-table v1.23.0 -> v1.23.2</li>
<li>bulma v1.0.1 -> v1.0.2</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