mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-12 12:11:07 +03:00
Version bump
Bumped the second digit instead of the third to indicate a not backwards compatible change: removing the icon named Adobe Lightroom.
This commit is contained in:
parent
4b3cf01485
commit
01b84bc2c2
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-icons",
|
"name": "simple-icons",
|
||||||
"version": "1.9.28",
|
"version": "1.10.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-icons",
|
"name": "simple-icons",
|
||||||
"version": "1.9.28",
|
"version": "1.10.0",
|
||||||
"description": "SVG icons for popular brands https://simpleicons.org",
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
||||||
"homepage": "https://www.simpleicons.org",
|
"homepage": "https://www.simpleicons.org",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -28,19 +28,5 @@ data.icons.forEach(icon => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
/* Backwards compatibility */
|
|
||||||
// https://github.com/simple-icons/simple-icons/pull/1365
|
|
||||||
const adobeLightroom = icons["Adobe Lightroom Classic"];
|
|
||||||
adobeLightroom.title = "Adobe Lightroom";
|
|
||||||
icons["Adobe Lightroom"] = adobeLightroom;
|
|
||||||
fs.writeFileSync(
|
|
||||||
`${iconsDir}/adobelightroom.svg`,
|
|
||||||
adobeLightroom.svg
|
|
||||||
);
|
|
||||||
fs.writeFileSync(
|
|
||||||
`${iconsDir}/adobelightroom.js`,
|
|
||||||
`module.exports=${JSON.stringify(adobeLightroom)};`
|
|
||||||
);
|
|
||||||
|
|
||||||
// write our generic index.js
|
// write our generic index.js
|
||||||
fs.writeFileSync(indexFile, `module.exports=${JSON.stringify(icons)};`);
|
fs.writeFileSync(indexFile, `module.exports=${JSON.stringify(icons)};`);
|
||||||
|
Loading…
Reference in New Issue
Block a user