Herman Singh
a5d5b005ea
Fix python wordmark icon ( #103 )
...
* Fix python wordmark icon
* Update icons/python/python-original-wordmark.svg
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
2021-05-15 16:44:19 -07:00
Thomas Bui
d98a72cb9a
Optimized SVG using SVGO ( #597 )
...
* Added script to optimize svgs
* Updated the svgs using svgo
* Made the optimize svg script into a workflow
* Added npm install step
* Change the env variable bug
* Clean up and updated check svg
* Change label name
2021-05-15 21:14:13 +02:00
Thomas Bui
2c6a21d9f4
Clean up and CONTRIBUTING upgrade ( #595 )
...
* Updated CONTRIBUTING
* Clean up various scripts (no functional changes)
* Update CONTRIBUTING.md
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
* Change icons to use devicon in README and CONTRIBUTING
* Add optimize-bot into CONTRIBUTING.md
* Update CONTRIBUTING.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update README.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update README.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Change release message step name
* Update CONTRIBUTING.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update CONTRIBUTING.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update CONTRIBUTING.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update CONTRIBUTING.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update CONTRIBUTING.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update CONTRIBUTING.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Changed all 'svg' to "SVG"
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-05-12 09:57:31 +02:00
Thomas Bui
7a4ca8aa87
Merge pull request #604 from devicons/dependabot/npm_and_yarn/lodash-4.17.21
...
Bump lodash from 4.17.20 to 4.17.21
2021-05-10 23:13:13 -07:00
dependabot[bot]
c259984f46
Bump lodash from 4.17.20 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 06:07:50 +00:00
Thomas Bui
563d9cfbf6
Merge pull request #603 from devicons/dependabot/npm_and_yarn/hosted-git-info-2.8.9
...
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-05-10 23:07:19 -07:00
dependabot[bot]
3436ea269a
Bump hosted-git-info from 2.8.8 to 2.8.9
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 02:39:24 +00:00
Thomas Bui
0b86f7c9cb
Merge pull request #585 from reevesba/icons/tensorflow
...
new icon: tensorflow (original, original-wordmark, plain, plain-wordmark, line, line-wordmark)
2021-05-02 22:59:58 -07:00
Thomas Bui
f84fa4333e
Merge branch 'develop' into icons/tensorflow
2021-05-02 22:58:40 -07:00
Thomas Bui
a918282197
Merge pull request #587 from AtomToast/master
...
new icon: zig (original, original-wordmark, plain-wordmark)
2021-05-02 22:57:37 -07:00
Thomas Bui
47cc304643
Merge branch 'develop' into icons/tensorflow
2021-05-02 22:57:32 -07:00
Thomas Bui
4ce97a1231
Merge branch 'develop' into master
2021-05-02 22:57:01 -07:00
reevesba
b4928906fb
recommended svg fixes
2021-05-01 15:23:45 -07:00
Malte Jürgens
4b12bc19b6
Replace raw.githubusercontent.com with jsdelivr ( #586 )
...
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-01 21:57:47 +02:00
AtomToast
c3e18d5c87
new icon: zig (original, original-wordmark, plain-wordmark)
2021-05-01 19:35:07 +02:00
reevesba
6ca3c12c8d
compressed svgs and updated viewboxes
2021-04-30 20:40:41 -07:00
reevesba
bd37828bc3
cleaned up svgs
2021-04-30 20:18:05 -07:00
reevesba
65e21dfedf
resized svgs
2021-04-30 16:32:19 -07:00
reevesba
b09d68588b
new icon: tensorflow (original, original-wordmark, plain, plain-wordmark, line, line-wordmark)
2021-04-30 16:12:08 -07:00
reevesba
066e58d689
new icon: tensorflow (original, original-wordmark, plain, plain-wordmark, line, line-wordmark)
2021-04-30 16:06:19 -07:00
Thomas Bui
41790e615b
Script upgrades and updated CONTRIBUTING.md and README.md ( #576 )
...
* Updated README and CONTRIBUTING
* Added check for devicon object when peeking
* Added PR template
* Added a script to create release messages
* Updated CONTRIBUTING about new script
* Update .github/PULL_REQUEST_TEMPLATE/new_icon.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update .github/scripts/build_assets/arg_getters.py
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update .github/workflows/get_release_message.yml
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update gulpfile.js
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update .github/PULL_REQUEST_TEMPLATE/new_feature.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update .github/PULL_REQUEST_TEMPLATE/new_feature.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Added a way for peek bot to comment error
* Update CONTRIBUTING.md
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
* Update .github/scripts/get_release_message.py
Co-authored-by: Malte Jürgens <maltejur@web.de>
* Update .github/scripts/get_release_message.py
Co-authored-by: Malte Jürgens <maltejur@web.de>
* Update .github/PULL_REQUEST_TEMPLATE/new_feature.md
Co-authored-by: David Leal <halfpacho@gmail.com>
* Clean up and updated CONTRIBUTING
* Updated CONTRIBUTING
* Add set up steps for release message workflow
* Refactored peek workflow
* Added requests library
* Reformat devicon object error messages
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: Malte Jürgens <maltejur@web.de>
2021-04-29 10:04:32 +02:00
Thomas Bui
be0f01754d
Merge pull request #532 from EnisMulic/new_icon_arduino
...
New icon: arduino (original, original-wordmark, plain, plain-wordmark)
2021-04-26 17:45:20 -07:00
Thomas Bui
0dad302d36
Merge branch 'develop' into new_icon_arduino
2021-04-26 17:43:00 -07:00
Thomas Bui
a9bc39b721
Update devicon.json
...
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-04-26 17:41:37 -07:00
Thomas Bui
56a8ab72de
Rename arduino-plain-workmark.svg to arduino-plain-wordmark.svg
2021-04-26 17:31:49 -07:00
Thomas Bui
2a16f53df8
Add Icomoon arduino-plain-wordmark.svg
2021-04-26 17:20:37 -07:00
Thomas Bui
c42ff8cefd
Delete arduino-plain-wordmark.svg
...
Deleted the faulty svg
2021-04-26 17:17:06 -07:00
Thomas Bui
5cf9dc8a8c
Merge pull request #569 from mattkoskela/master
...
new icon: perl (original, plain)
2021-04-24 11:20:16 -07:00
Matt Koskela
f3cb6408f1
fix: Cleaned up svg files and ran svg opimizer
2021-04-23 18:23:44 -07:00
Matt Koskela
58abb24d5d
fix: Renamed icons
2021-04-23 11:19:27 -07:00
David Leal
daa3338e59
Update devicon.json
2021-04-23 12:33:26 -05:00
David Leal
12252b3a25
Update devicon.json
2021-04-23 12:04:06 -05:00
David Leal
b30dc6038b
Add aliases (fixes the script)
2021-04-22 19:03:53 -05:00
David Leal
d4bf300e50
Merge branch 'develop' into master
2021-04-22 14:27:45 -05:00
Matt Koskela
77a587cf91
fix: Removed aliases from json
2021-04-22 10:48:49 -07:00
Matt Koskela
a8851b7154
fix: size fixes
2021-04-21 22:39:40 -07:00
Matt Koskela
c378a7c984
chore: Simplify svg files
2021-04-21 22:36:40 -07:00
Matt Koskela
e03bbbfdad
feat: Added perl icons
2021-04-21 22:20:06 -07:00
jeovazero
46c6df232a
new icon: nixos (original, original-wordmark, plain, plain-wordmark) ( #564 )
...
* new icon: nixos (original, original-wordmark, plain, plain-wordmark)
* icon nixos: optimize the svgs
* icon nixos: add newline at end of svgs
* icon nixos: remove extra line
2021-04-12 18:32:02 -05:00
Thomas Bui
ec6a00abf7
Added a section for common bugs in the CONTRIBUTING ( #563 )
2021-04-10 23:26:47 +02:00
dependabot[bot]
4aec7b4750
Bump ini from 1.3.5 to 1.3.8 ( #562 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-04-10 20:53:14 +02:00
Thomas Bui
4b81fb2bec
Merge pull request #561 from devicons/amacado/feature/enhance-release-guideline
...
enhance guidelines for drafting a new release
2021-04-10 11:11:04 -07:00
Thomas Bui
c7d326b600
Merge pull request #560 from devicons/develop
...
Release v2.11.0
v2.11.0
2021-04-10 11:08:34 -07:00
Clemens Bastian
6868f5412b
enhance guidelines for drafting a new release
2021-04-10 10:41:30 +02:00
Thomas Bui
a23a1cd2f6
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>
2021-04-10 10:26:41 +02:00
David Leal
8494d0ef96
Update icons/arduino/arduino-plain.svg
2021-04-09 19:52:01 -05:00
David Leal
e193cecf40
Update icons/arduino/arduino-plain-wordmark.svg
2021-04-09 19:51:46 -05:00
David Leal
992f7417b9
Update icons/arduino/arduino-original.svg
2021-04-09 19:50:54 -05:00
David Leal
b8d6724692
Update icons/arduino/arduino-original-wordmark.svg
2021-04-09 19:50:40 -05:00
David Leal
83febf4132
Merge branch 'develop' into new_icon_arduino
2021-04-09 17:56:55 -05:00