Skip to content

Commit a23a1cd

Browse files
authored
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>
1 parent ce558b1 commit a23a1cd

File tree

11 files changed

+129
-37
lines changed

11 files changed

+129
-37
lines changed

.github/workflows/build_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
I'm Devicon's Build Bot and I just built some new font files and devicon.min.css file.
5353
54-
Here are all the files that were built into icons:
54+
Here are all the files that were built into icons (the new ones are those without highlight):
5555
5656
![Files Built]({0})
5757

.github/workflows/post_peek_screenshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
Hi there,
5757
5858
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).
59-
Here is the result below:
59+
Here is the result below (top right):
6060
6161
{0}
6262

devicon.css

Lines changed: 80 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'devicon';
3-
src: url('fonts/devicon.eot?e4qd2c');
4-
src: url('fonts/devicon.eot?e4qd2c#iefix') format('embedded-opentype'),
5-
url('fonts/devicon.ttf?e4qd2c') format('truetype'),
6-
url('fonts/devicon.woff?e4qd2c') format('woff'),
7-
url('fonts/devicon.svg?e4qd2c#devicon') format('svg');
3+
src: url('fonts/devicon.eot?jsodij');
4+
src: url('fonts/devicon.eot?jsodij#iefix') format('embedded-opentype'),
5+
url('fonts/devicon.ttf?jsodij') format('truetype'),
6+
url('fonts/devicon.woff?jsodij') format('woff'),
7+
url('fonts/devicon.svg?jsodij#devicon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -25,6 +25,81 @@
2525
-moz-osx-font-smoothing: grayscale;
2626
}
2727

28+
.devicon-weblate-plain-wordmark:before {
29+
content: "\e999";
30+
}
31+
.devicon-weblate-plain:before {
32+
content: "\e99a";
33+
}
34+
.devicon-thealgorithms-plain-wordmark:before {
35+
content: "\e99b";
36+
}
37+
.devicon-thealgorithms-plain:before {
38+
content: "\e99c";
39+
}
40+
.devicon-spring-plain-wordmark:before {
41+
content: "\e99d";
42+
}
43+
.devicon-spring-plain:before {
44+
content: "\e99e";
45+
}
46+
.devicon-rails-plain-wordmark:before {
47+
content: "\e99f";
48+
}
49+
.devicon-rails-plain:before {
50+
content: "\e9a0";
51+
}
52+
.devicon-phoenix-plain-wordmark:before {
53+
content: "\e9a1";
54+
}
55+
.devicon-phoenix-plain:before {
56+
content: "\e9a2";
57+
}
58+
.devicon-nextjs-original-wordmark:before {
59+
content: "\e9a3";
60+
}
61+
.devicon-nextjs-line:before {
62+
content: "\e9a4";
63+
}
64+
.devicon-nextjs-original:before {
65+
content: "\e9a5";
66+
}
67+
.devicon-lua-plain-wordmark:before {
68+
content: "\e9a6";
69+
}
70+
.devicon-lua-plain:before {
71+
content: "\e9a7";
72+
}
73+
.devicon-graphql-plain-wordmark:before {
74+
content: "\e9a8";
75+
}
76+
.devicon-graphql-plain:before {
77+
content: "\e9a9";
78+
}
79+
.devicon-gitter-plain-wordmark:before {
80+
content: "\e9aa";
81+
}
82+
.devicon-gitter-plain:before {
83+
content: "\e9ab";
84+
}
85+
.devicon-figma-plain:before {
86+
content: "\e9ac";
87+
}
88+
.devicon-digitalocean-plain-wordmark:before {
89+
content: "\e9ad";
90+
}
91+
.devicon-digitalocean-plain:before {
92+
content: "\e9ae";
93+
}
94+
.devicon-dotnetcore-plain:before {
95+
content: "\e9af";
96+
}
97+
.devicon-dart-plain-wordmark:before {
98+
content: "\e9b0";
99+
}
100+
.devicon-dart-plain:before {
101+
content: "\e9b1";
102+
}
28103
.devicon-r-plain:before {
29104
content: "\e98e";
30105
}
@@ -862,12 +937,6 @@
862937
.devicon-python-plain:before {
863938
content: "\eb89";
864939
}
865-
.devicon-rails-plain-wordmark:before {
866-
content: "\eba2";
867-
}
868-
.devicon-rails-plain:before {
869-
content: "\eba3";
870-
}
871940
.devicon-ruby-plain-wordmark:before {
872941
content: "\ebc9";
873942
}

devicon.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fonts/devicon.eot

17.6 KB
Binary file not shown.

fonts/devicon.svg

Lines changed: 25 additions & 2 deletions
Loading

fonts/devicon.ttf

17.6 KB
Binary file not shown.

fonts/devicon.woff

17.6 KB
Binary file not shown.

icomoon.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)