version bump

This commit is contained in:
github-actions[bot] 2023-05-28 00:24:38 +00:00
parent 0514a3c583
commit 854e9d7631
3 changed files with 14 additions and 9 deletions

View File

@ -28,15 +28,15 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons.
Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com/browse/simple-icons/). Simply use the `simple-icons` npm package and specify a version in the URL like the following: Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com/browse/simple-icons/). Simply use the `simple-icons` npm package and specify a version in the URL like the following:
```html ```html
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v8/icons/[ICON SLUG].svg" /> <img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/[ICON SLUG].svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v8/icons/[ICON SLUG].svg" /> <img height="32" width="32" src="https://unpkg.com/simple-icons@v9/icons/[ICON SLUG].svg" />
``` ```
Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example: Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example:
```html ```html
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v8/icons/simpleicons.svg" /> <img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/simpleicons.svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v8/icons/simpleicons.svg" /> <img height="32" width="32" src="https://unpkg.com/simple-icons@v9/icons/simpleicons.svg" />
``` ```
These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed. These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed.

View File

@ -1,6 +1,6 @@
{ {
"name": "simple-icons", "name": "simple-icons",
"version": "8.15.0", "version": "9.0.0",
"description": "SVG icons for popular brands https://simpleicons.org", "description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org", "homepage": "https://simpleicons.org",
"keywords": [ "keywords": [

View File

@ -97,7 +97,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Alibaba.com` | `alibabadotcom` | | `Alibaba.com` | `alibabadotcom` |
| `AliExpress` | `aliexpress` | | `AliExpress` | `aliexpress` |
| `Alipay` | `alipay` | | `Alipay` | `alipay` |
| `Alitalia` | `alitalia` |
| `Allegro` | `allegro` | | `Allegro` | `allegro` |
| `AlliedModders` | `alliedmodders` | | `AlliedModders` | `alliedmodders` |
| `AlloCiné` | `allocine` | | `AlloCiné` | `allocine` |
@ -124,6 +123,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Amazon S3` | `amazons3` | | `Amazon S3` | `amazons3` |
| `Amazon SQS` | `amazonsqs` | | `Amazon SQS` | `amazonsqs` |
| `AMD` | `amd` | | `AMD` | `amd` |
| `Ameba` | `ameba` |
| `American Airlines` | `americanairlines` | | `American Airlines` | `americanairlines` |
| `American Express` | `americanexpress` | | `American Express` | `americanexpress` |
| `AMG` | `amg` | | `AMG` | `amg` |
@ -475,6 +475,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `commitlint` | `commitlint` | | `commitlint` | `commitlint` |
| `Commodore` | `commodore` | | `Commodore` | `commodore` |
| `Common Workflow Language` | `commonworkflowlanguage` | | `Common Workflow Language` | `commonworkflowlanguage` |
| `Compiler Explorer` | `compilerexplorer` |
| `Composer` | `composer` | | `Composer` | `composer` |
| `Comsol` | `comsol` | | `Comsol` | `comsol` |
| `Conan` | `conan` | | `Conan` | `conan` |
@ -798,6 +799,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Freelancer` | `freelancer` | | `Freelancer` | `freelancer` |
| `FreeNAS` | `freenas` | | `FreeNAS` | `freenas` |
| `Frontend Mentor` | `frontendmentor` | | `Frontend Mentor` | `frontendmentor` |
| `Frontify` | `frontify` |
| `Fuga Cloud` | `fugacloud` | | `Fuga Cloud` | `fugacloud` |
| `Fujifilm` | `fujifilm` | | `Fujifilm` | `fujifilm` |
| `Fujitsu` | `fujitsu` | | `Fujitsu` | `fujitsu` |
@ -1217,6 +1219,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Lidl` | `lidl` | | `Lidl` | `lidl` |
| `LIFX` | `lifx` | | `LIFX` | `lifx` |
| `Lighthouse` | `lighthouse` | | `Lighthouse` | `lighthouse` |
| `Lightning` | `lightning` |
| `LINE` | `line` | | `LINE` | `line` |
| `LineageOS` | `lineageos` | | `LineageOS` | `lineageos` |
| `Linear` | `linear` | | `Linear` | `linear` |
@ -1224,7 +1227,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Linkerd` | `linkerd` | | `Linkerd` | `linkerd` |
| `Linkfire` | `linkfire` | | `Linkfire` | `linkfire` |
| `Linktree` | `linktree` | | `Linktree` | `linktree` |
| `Linode` | `linode` |
| `Linux` | `linux` | | `Linux` | `linux` |
| `Linux Containers` | `linuxcontainers` | | `Linux Containers` | `linuxcontainers` |
| `Linux Foundation` | `linuxfoundation` | | `Linux Foundation` | `linuxfoundation` |
@ -1354,6 +1356,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Mini` | `mini` | | `Mini` | `mini` |
| `Minutemailer` | `minutemailer` | | `Minutemailer` | `minutemailer` |
| `Miro` | `miro` | | `Miro` | `miro` |
| `Misskey` | `misskey` |
| `Mitsubishi` | `mitsubishi` | | `Mitsubishi` | `mitsubishi` |
| `Mix` | `mix` | | `Mix` | `mix` |
| `Mixcloud` | `mixcloud` | | `Mixcloud` | `mixcloud` |
@ -1374,7 +1377,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Mongoose` | `mongoose` | | `Mongoose` | `mongoose` |
| `Monica` | `monica` | | `Monica` | `monica` |
| `monkey tie` | `monkeytie` | | `monkey tie` | `monkeytie` |
| `MonoGames` | `monogames` | | `MonoGame` | `monogame` |
| `Monoprix` | `monoprix` | | `Monoprix` | `monoprix` |
| `Monster` | `monster` | | `Monster` | `monster` |
| `Monzo` | `monzo` | | `Monzo` | `monzo` |
@ -1389,6 +1392,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `MSI Business` | `msibusiness` | | `MSI Business` | `msibusiness` |
| `MTA` | `mta` | | `MTA` | `mta` |
| `MTR` | `mtr` | | `MTR` | `mtr` |
| `MUBI` | `mubi` |
| `MUI` | `mui` | | `MUI` | `mui` |
| `Mulesoft` | `mulesoft` | | `Mulesoft` | `mulesoft` |
| `Müller` | `muller` | | `Müller` | `muller` |
@ -1563,6 +1567,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Passport` | `passport` | | `Passport` | `passport` |
| `Pastebin` | `pastebin` | | `Pastebin` | `pastebin` |
| `Patreon` | `patreon` | | `Patreon` | `patreon` |
| `Payload CMS` | `payloadcms` |
| `Payoneer` | `payoneer` | | `Payoneer` | `payoneer` |
| `PayPal` | `paypal` | | `PayPal` | `paypal` |
| `Paytm` | `paytm` | | `Paytm` | `paytm` |
@ -1716,7 +1721,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Pytest` | `pytest` | | `Pytest` | `pytest` |
| `Python` | `python` | | `Python` | `python` |
| `PyTorch` | `pytorch` | | `PyTorch` | `pytorch` |
| `PyTorch Lightning` | `pytorchlightning` |
| `PyUp` | `pyup` | | `PyUp` | `pyup` |
| `Qantas` | `qantas` | | `Qantas` | `qantas` |
| `Qatar Airways` | `qatarairways` | | `Qatar Airways` | `qatarairways` |
@ -2184,6 +2188,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `tqdm` | `tqdm` | | `tqdm` | `tqdm` |
| `Traefik Mesh` | `traefikmesh` | | `Traefik Mesh` | `traefikmesh` |
| `Traefik Proxy` | `traefikproxy` | | `Traefik Proxy` | `traefikproxy` |
| `Trailforks` | `trailforks` |
| `TrainerRoad` | `trainerroad` | | `TrainerRoad` | `trainerroad` |
| `Trakt` | `trakt` | | `Trakt` | `trakt` |
| `Transport for Ireland` | `transportforireland` | | `Transport for Ireland` | `transportforireland` |