From 0b50b488295ed3a89becdec2ed30cfcab4e06630 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 29 Jul 2022 06:33:19 +0200 Subject: [PATCH] docsify-themeable v0.8.6 -> v0.9.0 (#1092) --- THIRD_PARTY.txt | 6 +++--- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/docsify-themeable/0.8.6/theme-defaults.css | 2 -- resources/docsify-themeable/0.8.6/theme-simple-dark.css | 2 -- resources/docsify-themeable/0.8.6/theme-simple.css | 2 -- resources/docsify-themeable/0.9.0/theme-defaults.css | 3 +++ resources/docsify-themeable/0.9.0/theme-simple-dark.css | 3 +++ resources/docsify-themeable/0.9.0/theme-simple.css | 3 +++ 9 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 resources/docsify-themeable/0.8.6/theme-defaults.css delete mode 100644 resources/docsify-themeable/0.8.6/theme-simple-dark.css delete mode 100644 resources/docsify-themeable/0.8.6/theme-simple.css create mode 100644 resources/docsify-themeable/0.9.0/theme-defaults.css create mode 100644 resources/docsify-themeable/0.9.0/theme-simple-dark.css create mode 100644 resources/docsify-themeable/0.9.0/theme-simple.css diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 298ea085..b2bc3a57 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1791,9 +1791,9 @@ https://cdn.jsdelivr.net/npm/anchor-js@4.3.1/anchor.min.js https://cdn.jsdelivr.net/npm/angular-stripe-checkout@5.1.0/angular-stripe-checkout.min.js https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.5.1/appboy.min.js https://cdn.jsdelivr.net/npm/chart.js@3.8.2/dist/chart.min.js -https://cdn.jsdelivr.net/npm/docsify-themeable@0.8.6/dist/css/theme-defaults.css -https://cdn.jsdelivr.net/npm/docsify-themeable@0.8.6/dist/css/theme-simple.css -https://cdn.jsdelivr.net/npm/docsify-themeable@0.8.6/dist/css/theme-simple-dark.css +https://cdn.jsdelivr.net/npm/docsify-themeable@0.9.0/dist/css/theme-defaults.css +https://cdn.jsdelivr.net/npm/docsify-themeable@0.9.0/dist/css/theme-simple.css +https://cdn.jsdelivr.net/npm/docsify-themeable@0.9.0/dist/css/theme-simple-dark.css https://cdn.jsdelivr.net/npm/ethjs@0.4.0/dist/ethjs.min.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/autocomplete.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/bundle.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index d91f2321..03209c9f 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -185,7 +185,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.2'; if (type.startsWith('/docsearch.js/2.')) return '2.6.3'; if (type.startsWith('/docsify/4.') || type.startsWith('/docsify/')) return '4.12.2'; - if (type.startsWith('/docsify-themeable/0.')) return '0.8.6'; + if (type.startsWith('/docsify-themeable/0.')) return '0.9.0'; if (type.startsWith('/drawer/3.')) return '3.2.2'; if (type.startsWith('/dygraph/1.')) return '1.1.1'; if (type.startsWith('/dygraph/2.')) return '2.1.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 5844c9ac..edc1394d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,7 @@
  • hls.js v1.1.5 -> v1.2.0 (#1088)
  • libphonenumber-js v1.10.9 -> v1.10.10 (#1089)
  • algoliasearch v4.14.1 -> v4.14.2 (#1090)
  • +
  • docsify-themeable v0.8.6 -> v0.9.0 (#1092)
  • Added