Skip to content

Commit

Permalink
Build preparation for Release v2.11.0 (devicons#559)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Thomas-Boi and Thomas-Boi authored Apr 10, 2021
1 parent bb8248e commit b8c4ca6
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post_peek_screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
91 changes: 80 additions & 11 deletions devicon.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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";
}
Expand Down Expand Up @@ -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";
}
Expand Down
2 changes: 1 addition & 1 deletion devicon.min.css

Large diffs are not rendered by default.

Binary file modified fonts/devicon.eot
Binary file not shown.
27 changes: 25 additions & 2 deletions fonts/devicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/devicon.ttf
Binary file not shown.
Binary file modified fonts/devicon.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion icomoon.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devicon",
"version": "2.10.1",
"version": "2.11.0",
"description": "Programming related icons collection",
"main": "devicon.min.css",
"scripts": {
Expand Down

0 comments on commit b8c4ca6

Please sign in to comment.