1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-09 08:06:32 +02:00

Build preparation for Release v2.11.0 (#559)

* bump npm version to v2.11.0

* Rebuilt package-lock.json

* Built new icons, icomoon.json and devicon.css

* Updated logging

Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>
This commit is contained in:
Thomas Bui
2021-04-10 01:26:41 -07:00
committed by GitHub
parent ce558b14a8
commit a23a1cd2f6
11 changed files with 129 additions and 37 deletions

View File

@@ -51,7 +51,7 @@ jobs:
I'm Devicon's Build Bot and I just built some new font files and devicon.min.css file.
Here are all the files that were built into icons:
Here are all the files that were built into icons (the new ones are those without highlight):
![Files Built]({0})

View File

@@ -56,7 +56,7 @@ jobs:
Hi there,
I'm Devicons' Peek Bot and I just peeked at the icons that you wanted to add using [icomoon.io](https://icomoon.io/app/#/select).
Here is the result below:
Here is the result below (top right):
{0}

View File

@@ -1,10 +1,10 @@
@font-face {
font-family: 'devicon';
src: url('fonts/devicon.eot?e4qd2c');
src: url('fonts/devicon.eot?e4qd2c#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?e4qd2c') format('truetype'),
url('fonts/devicon.woff?e4qd2c') format('woff'),
url('fonts/devicon.svg?e4qd2c#devicon') format('svg');
src: url('fonts/devicon.eot?jsodij');
src: url('fonts/devicon.eot?jsodij#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?jsodij') format('truetype'),
url('fonts/devicon.woff?jsodij') format('woff'),
url('fonts/devicon.svg?jsodij#devicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -25,6 +25,81 @@
-moz-osx-font-smoothing: grayscale;
}
.devicon-weblate-plain-wordmark:before {
content: "\e999";
}
.devicon-weblate-plain:before {
content: "\e99a";
}
.devicon-thealgorithms-plain-wordmark:before {
content: "\e99b";
}
.devicon-thealgorithms-plain:before {
content: "\e99c";
}
.devicon-spring-plain-wordmark:before {
content: "\e99d";
}
.devicon-spring-plain:before {
content: "\e99e";
}
.devicon-rails-plain-wordmark:before {
content: "\e99f";
}
.devicon-rails-plain:before {
content: "\e9a0";
}
.devicon-phoenix-plain-wordmark:before {
content: "\e9a1";
}
.devicon-phoenix-plain:before {
content: "\e9a2";
}
.devicon-nextjs-original-wordmark:before {
content: "\e9a3";
}
.devicon-nextjs-line:before {
content: "\e9a4";
}
.devicon-nextjs-original:before {
content: "\e9a5";
}
.devicon-lua-plain-wordmark:before {
content: "\e9a6";
}
.devicon-lua-plain:before {
content: "\e9a7";
}
.devicon-graphql-plain-wordmark:before {
content: "\e9a8";
}
.devicon-graphql-plain:before {
content: "\e9a9";
}
.devicon-gitter-plain-wordmark:before {
content: "\e9aa";
}
.devicon-gitter-plain:before {
content: "\e9ab";
}
.devicon-figma-plain:before {
content: "\e9ac";
}
.devicon-digitalocean-plain-wordmark:before {
content: "\e9ad";
}
.devicon-digitalocean-plain:before {
content: "\e9ae";
}
.devicon-dotnetcore-plain:before {
content: "\e9af";
}
.devicon-dart-plain-wordmark:before {
content: "\e9b0";
}
.devicon-dart-plain:before {
content: "\e9b1";
}
.devicon-r-plain:before {
content: "\e98e";
}
@@ -862,12 +937,6 @@
.devicon-python-plain:before {
content: "\eb89";
}
.devicon-rails-plain-wordmark:before {
content: "\eba2";
}
.devicon-rails-plain:before {
content: "\eba3";
}
.devicon-ruby-plain-wordmark:before {
content: "\ebc9";
}

2
devicon.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

38
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "devicon",
"version": "2.10.1",
"version": "2.11.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -1739,7 +1739,7 @@
"replace-homedir": "^1.0.0",
"semver-greatest-satisfied-range": "^1.1.0",
"v8flags": "^3.2.0",
"yargs": "^13.3.2"
"yargs": "^7.1.0"
}
}
}
@@ -1963,9 +1963,9 @@
"dev": true
},
"ini": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
"dev": true
},
"interpret": {
@@ -3508,9 +3508,9 @@
}
},
"y18n": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
"integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
"integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
"dev": true
},
"yargs": {
@@ -3528,12 +3528,12 @@
"string-width": "^3.0.0",
"which-module": "^2.0.0",
"y18n": "^4.0.0",
"yargs-parser": "^18.1.2"
"yargs-parser": "^13.1.2"
}
},
"yargs-parser": {
"version": "18.1.2",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.2.tgz",
"version": "13.1.2",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
"integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
"dev": true,
"requires": {
@@ -4502,9 +4502,9 @@
"dev": true
},
"y18n": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz",
"integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
"integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
"dev": true
},
"yallist": {
@@ -4514,8 +4514,8 @@
"dev": true
},
"yargs": {
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.1.tgz",
"integrity": "sha512-huO4Fr1f9PmiJJdll5kwoS2e4GqzGSsMT3PPMpOwoVkOK8ckqAewMTZyA6LXVQWflleb/Z8oPBEvNsMft0XE+g==",
"dev": true,
"requires": {
@@ -4531,12 +4531,12 @@
"string-width": "^1.0.2",
"which-module": "^1.0.0",
"y18n": "^3.2.1",
"yargs-parser": ">=18.1.2"
"yargs-parser": "5.0.0-security.0"
}
},
"yargs-parser": {
"version": "18.1.2",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.2.tgz",
"version": "5.0.0-security.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0-security.0.tgz",
"integrity": "sha512-T69y4Ps64LNesYxeYGYPvfoMTt/7y1XtfpIslUeK4um+9Hu7hlGoRtaDLvdXb7+/tfq4opVa2HRY5xGip022rQ==",
"dev": true,
"requires": {

View File

@@ -1,6 +1,6 @@
{
"name": "devicon",
"version": "2.10.1",
"version": "2.11.0",
"description": "Programming related icons collection",
"main": "devicon.min.css",
"scripts": {