From 069cae2f2fb668bf4025629977cf32f383088fa2 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 15 Jun 2022 06:11:03 +0200 Subject: [PATCH] Google Material Icons v129 -> v130 (#1010) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../google-material-design-icons.css | 8 ++++---- .../materialicons/v129/MaterialIcons.woff2 | Bin 127244 -> 0 bytes .../materialicons/v130/MaterialIcons.woff2 | Bin 0 -> 127420 bytes 6 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 resources/google-material-design-icons/materialicons/v129/MaterialIcons.woff2 create mode 100644 resources/google-material-design-icons/materialicons/v130/MaterialIcons.woff2 diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index a23361e5..26544c05 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1847,7 +1847,7 @@ https://fonts.gstatic.com/s/materialiconsoutlined/v105/gok-H7zzDkdnRel8-DQ6KAXJ6 https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2 https://fonts.gstatic.com/s/materialiconssharp/v105/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2 https://fonts.gstatic.com/s/materialiconstwotone/v108/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2 -https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v130/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.4/dist/jquery.validate.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 40147105..88d9f96e 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -215,7 +215,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/gsap/3.')) return '3.10.4'; // just for testing ---------------------------------------------- - if (type.startsWith('/materialicons/')) return 'v129'; + if (type.startsWith('/materialicons/')) return 'v130'; if (type.startsWith('/materialiconsoutlined/')) return 'v105'; if (type.startsWith('/materialiconsround/')) return 'v104'; if (type.startsWith('/materialiconssharp/')) return 'v105'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index a78bd435..b83d9929 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@