mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-17 04:10:53 +01:00
bootswatch v5.2.0 -> v5.2.1 (#1138)
This commit is contained in:
parent
3cdf61477a
commit
cacd5e71c4
@ -298,7 +298,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.22.0/bootstrap-vue.min.cs
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.22.0/bootstrap-vue.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/flatly/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.1/flatly/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.0/flatly/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.1/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/0.9.4/css/bulma.min.css
|
||||
|
@ -158,7 +158,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2';
|
||||
if (type.startsWith('/bootswatch/3.')) return '3.4.0';
|
||||
if (type.startsWith('/bootswatch/4.')) return '4.6.1';
|
||||
if (type.startsWith('/bootswatch/5.')) return '5.2.0';
|
||||
if (type.startsWith('/bootswatch/5.')) return '5.2.1';
|
||||
if (type.startsWith('/bowser/')) {
|
||||
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
|
||||
return '2.11.0';
|
||||
|
@ -43,6 +43,7 @@
|
||||
<li>hls.js v1.2.1 -> v1.2.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1134">#1134</a>)</li>
|
||||
<li>element-ui v2.15.9 -> v2.15.10 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1135">#1135</a>)</li>
|
||||
<li>Swiper v8.3.2 -> v8.4.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1136">#1136</a>)</li>
|
||||
<li>bootswatch v5.2.0 -> v5.2.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1138">#1138</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
File diff suppressed because one or more lines are too long
12
resources/bootswatch/5.2.1/flatly/bootstrap.min.css
vendored
Normal file
12
resources/bootswatch/5.2.1/flatly/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user