From 9f99ddba21d95cf792331449cbbadefaed572574 Mon Sep 17 00:00:00 2001 From: silentsoft Date: Mon, 28 Feb 2022 13:33:45 +0900 Subject: [PATCH] Supports simple-icons v6.12.0 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- pom.xml | 4 ++-- slugs.md | 5 +++++ src/test/java/org/silentsoft/simpleicons/IconGenerator.java | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db84857..6624ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.5.0 (28 Feb 2022) + +## Enhancements +- Supports [simple-icons v6.12.0](https://github.com/simple-icons/simple-icons/releases/tag/6.12.0) + # 1.4.0 (25 Feb 2022) ## Enhancements diff --git a/README.md b/README.md index 108c0b3..0dbdf6e 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ `SimpleIcons4J` is a Java implementation of the [simple-icons](https://www.npmjs.com/package/simple-icons) JavaScript library and is inspired by [simpleicons.org](https://simpleicons.org). -This library currently supports [simple-icons v6.11.0](https://github.com/simple-icons/simple-icons/releases/tag/6.11.0). +This library currently supports [simple-icons v6.12.0](https://github.com/simple-icons/simple-icons/releases/tag/6.12.0). ## Installation ```xml org.silentsoft simpleicons4j - 1.4.0 + 1.5.0 ``` diff --git a/pom.xml b/pom.xml index 08a0ab8..e0c471b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.silentsoft simpleicons4j - 1.4.0 + 1.5.0 SimpleIcons4J SimpleIcons4J is a Java implementation of the simple-icons JavaScript library and is inspired by simpleicons.org. @@ -206,7 +206,7 @@ org.webjars.npm simple-icons - 6.11.0 + 6.12.0 test diff --git a/slugs.md b/slugs.md index 76d5601..ed4ab75 100644 --- a/slugs.md +++ b/slugs.md @@ -1496,6 +1496,7 @@ | `Rancher` | `rancher` | `RancherIcon` | | `Rarible` | `rarible` | `RaribleIcon` | | `Raspberry Pi` | `raspberrypi` | `RaspberrypiIcon` | +| `Ray` | `ray` | `RayIcon` | | `Razer` | `razer` | `RazerIcon` | | `Razorpay` | `razorpay` | `RazorpayIcon` | | `ReScript` | `rescript` | `RescriptIcon` | @@ -1525,6 +1526,7 @@ | `RenovateBot` | `renovatebot` | `RenovatebotIcon` | | `Renren` | `renren` | `RenrenIcon` | | `Replit` | `replit` | `ReplitIcon` | +| `Republic of Gamers` | `republicofgamers` | `RepublicofgamersIcon` | | `RescueTime` | `rescuetime` | `RescuetimeIcon` | | `ResearchGate` | `researchgate` | `ResearchgateIcon` | | `Resurrection Remix OS` | `resurrectionremixos` | `ResurrectionremixosIcon` | @@ -1545,6 +1547,7 @@ | `Roblox` | `roblox` | `RobloxIcon` | | `Robot Framework` | `robotframework` | `RobotframeworkIcon` | | `Rocket.Chat` | `rocketdotchat` | `RocketdotchatIcon` | +| `RocksDB` | `rocksdb` | `RocksdbIcon` | | `Rocky Linux` | `rockylinux` | `RockylinuxIcon` | | `Roku` | `roku` | `RokuIcon` | | `Rolls-Royce` | `rollsroyce` | `RollsroyceIcon` | @@ -1717,6 +1720,7 @@ | `Squarespace` | `squarespace` | `SquarespaceIcon` | | `Stack Exchange` | `stackexchange` | `StackexchangeIcon` | | `Stack Overflow` | `stackoverflow` | `StackoverflowIcon` | +| `StackEdit` | `stackedit` | `StackeditIcon` | | `StackPath` | `stackpath` | `StackpathIcon` | | `StackShare` | `stackshare` | `StackshareIcon` | | `Stackbit` | `stackbit` | `StackbitIcon` | @@ -1798,6 +1802,7 @@ | `Tekton` | `tekton` | `TektonIcon` | | `Telegram` | `telegram` | `TelegramIcon` | | `Telegraph` | `telegraph` | `TelegraphIcon` | +| `Temporal` | `temporal` | `TemporalIcon` | | `Tencent QQ` | `tencentqq` | `TencentqqIcon` | | `TensorFlow` | `tensorflow` | `TensorflowIcon` | | `Teradata` | `teradata` | `TeradataIcon` | diff --git a/src/test/java/org/silentsoft/simpleicons/IconGenerator.java b/src/test/java/org/silentsoft/simpleicons/IconGenerator.java index bbee965..05883bf 100644 --- a/src/test/java/org/silentsoft/simpleicons/IconGenerator.java +++ b/src/test/java/org/silentsoft/simpleicons/IconGenerator.java @@ -21,7 +21,7 @@ public class IconGenerator { private static final Logger LOGGER = LoggerFactory.getLogger(IconGenerator.class); - private static final String WEBJAR_RESOURCE_ROOT = "/META-INF/resources/webjars/simple-icons/6.11.0"; + private static final String WEBJAR_RESOURCE_ROOT = "/META-INF/resources/webjars/simple-icons/6.12.0"; public static void main(String[] args) throws Exception { TreeMap iconMap = new TreeMap<>();