From dcebef9c6b3ad3a5d4a2c8eda49d5a208e0f221f Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 14 Oct 2022 06:52:42 +0200 Subject: [PATCH] bootswatch v5.2.1 -> v5.2.2 (#1169) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/bootswatch/5.2.1/flatly/bootstrap.min.css | 12 ------------ resources/bootswatch/5.2.2/flatly/bootstrap.min.css | 12 ++++++++++++ 5 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 resources/bootswatch/5.2.1/flatly/bootstrap.min.css create mode 100644 resources/bootswatch/5.2.2/flatly/bootstrap.min.css diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 051d34e5..c5a6a5e2 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -299,7 +299,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.1/flatly/bootstrap.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.2/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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 640a5f64..146ace11 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -159,7 +159,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.1'; + if (type.startsWith('/bootswatch/5.')) return '5.2.2'; if (type.startsWith('/bowser/')) { if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4'; return '2.11.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 02aea4c6..2ddf756e 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -38,6 +38,7 @@
  • lightgallery v2.6.1 -> v2.7.0 (#1164)
  • react-intl v6.1.2 -> v6.2.0 (#1167)
  • libphonenumber-js v1.10.13 -> v1.10.14 (#1168)
  • +
  • bootswatch v5.2.1 -> v5.2.2 (#1169)
  • Added