feat: update contributors on release (#1218)

* feat: add contributors on release

* fix: added contributors to icon schema

* fix: added missing dependencies

* feat: changed lost contributor handling

* fix: improved git log arguments

* Add all previous contributors

* Reordered icon JSON attributes

* Merged main and updated contributors

* fix: resolved contributor resolution issue

* chore: added previous contributors

* Added commits with odd e-mails manually

* Added latest icons + removed github workflow

---------

Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
Jakob Guddas
2023-06-01 12:17:23 +02:00
committed by GitHub
parent 4b5d343791
commit 7a17a2f343
1131 changed files with 5328 additions and 313 deletions

View File

@@ -27,6 +27,13 @@
"type": "string"
},
"uniqueItems": true
},
"contributors": {
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
}
},
"description": "A JSON Schema for icons defined by Lucide Icons."

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"jguddas"
],
"tags": [
"disability",
"disabled",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis"
],
"tags": [
"pulse",
"health",
@@ -11,4 +14,4 @@
"account",
"social"
]
}
}

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"air conditioner",
"ac",

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"ericfennis"
],
"tags": [
"stream",
"cast",

View File

@@ -1,5 +1,11 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"mittalyashu",
"ericfennis",
"jguddas",
"karsa-mistmere"
],
"tags": [
"done",
"todo",

View File

@@ -1,5 +1,11 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"mittalyashu",
"ericfennis",
"karsa-mistmere",
"jguddas"
],
"tags": [
"morning",
"turn-off"

View File

@@ -1,5 +1,12 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"lscheibel",
"johnletey",
"ericfennis",
"jguddas",
"karsa-mistmere"
],
"tags": [
"morning"
],

View File

@@ -1,5 +1,11 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"mittalyashu",
"ericfennis",
"jguddas",
"karsa-mistmere"
],
"tags": [
"remove"
],

View File

@@ -1,5 +1,11 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"mittalyashu",
"ericfennis",
"jguddas",
"karsa-mistmere"
],
"tags": [
"add"
],

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis",
"csandman",
"mittalyashu"
],
"tags": [
"photo",
"book"

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"warning",
"alert",
@@ -10,4 +14,4 @@
"notifications",
"shapes"
]
}
}

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"warning",
"alert",
@@ -10,4 +14,4 @@
"notifications",
"shapes"
]
}
}

View File

@@ -1,5 +1,11 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"ericfennis",
"karsa-mistmere"
],
"tags": [
"warning",
"alert",
@@ -10,4 +16,4 @@
"notifications",
"shapes"
]
}
}

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"items",
"flex",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"items",
"flex",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"text",
"alignment",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"items",
"bottom",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"items",
"right",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"r4lv",
"ericfennis"
],
"tags": [
"items",
"flex",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"r4lv",
"ericfennis"
],
"tags": [
"right",
"items",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"r4lv",
"ericfennis"
],
"tags": [
"left",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"center",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"right",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"left",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"center",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"around",
"items",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"text",
"alignment",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"text",
"alignment",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"text",
"alignment",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"top",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"left",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"items",
"flex",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"bottom",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"top",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"center",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"bottom",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"top",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"center",
"items",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"tags": [
"center",
"items",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere"
],
"tags": [
"and",
"typography",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere"
],
"tags": [
"and",
"operator",

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"ericfennis"
],
"tags": [
"ship"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"ericfennis"
],
"tags": [
"emoji",
"anger",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"emoji",
"nuisance",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"camera",
"photo"

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere"
],
"tags": [
"application",
"executable"

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"fruit",
"food"

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"ericfennis"
],
"tags": [
"archive",
"unarchive",

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis",
"karsa-mistmere"
],
"tags": [
"index",
"box"

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"jguddas"
],
"tags": [
"sofa",
"furniture",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere"
],
"tags": [
"key",
"download"

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"Andreto",
"mittalyashu",
"danielbayley"
],
"tags": [
"key"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere"
],
"tags": [
"key",
"back"

View File

@@ -1,5 +1,11 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"Andreto",
"mittalyashu",
"ericfennis",
"danielbayley"
],
"tags": [
"key",
"back"

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere"
],
"tags": [
"key",
"forward"

View File

@@ -1,5 +1,11 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"Andreto",
"mittalyashu",
"ericfennis",
"danielbayley"
],
"tags": [
"key",
"forward"

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere"
],
"tags": [
"keyboard",
"key",

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"Andreto",
"mittalyashu",
"danielbayley"
],
"tags": [
"keyboard",
"key",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
@@ -12,4 +15,4 @@
"layout",
"arrows"
]
}
}

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
@@ -12,4 +15,4 @@
"layout",
"arrows"
]
}
}

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
@@ -12,4 +15,4 @@
"layout",
"arrows"
]
}
}

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"ericfennis"
],
"tags": [
"direction",
"download",

View File

@@ -1,9 +1,12 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"direction"
],
"categories": [
"arrows"
]
}
}

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
@@ -11,4 +14,4 @@
"layout",
"arrows"
]
}
}

View File

@@ -1,9 +1,12 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"direction"
],
"categories": [
"arrows"
]
}
}

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere"
],
"tags": [
"direction",
"step",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"ericfennis"
],
"tags": [
"direction",
"download",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"bidirectional",
"direction",
@@ -15,4 +18,4 @@
"categories": [
"arrows"
]
}
}

View File

@@ -1,17 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis",
"csandman",
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
"sort",
"descending"
],
"aliases": [
"sort-desc"
],
"categories": [
"text",
"layout",
"arrows"
]
}
}

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
@@ -12,4 +15,4 @@
"layout",
"arrows"
]
}
}

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"ericfennis"
],
"tags": [
"direction",
"expand",

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"wojtekmaj",
"ericfennis",
"karsa-mistmere"
],
"tags": [
"bidirectional",
"direction",

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"ericfennis"
],
"tags": [
"direction",
"collapse",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"ericfennis"
],
"tags": [
"direction",
"export",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"bidirectional",
"direction",

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"ericfennis"
],
"tags": [
"keyboard",
"key",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
@@ -12,4 +15,4 @@
"layout",
"arrows"
]
}
}

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
@@ -12,4 +15,4 @@
"layout",
"arrows"
]
}
}

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
@@ -12,4 +15,4 @@
"layout",
"arrows"
]
}
}

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,5 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"it-is-not",
"karsa-mistmere",
"ericfennis"
],
"tags": [
"bidirectional",
"direction",
@@ -15,4 +20,4 @@
"categories": [
"arrows"
]
}
}

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere"
],
"tags": [
"direction",
"step",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"ericfennis"
],
"tags": [
"direction",
"upload",

View File

@@ -1,5 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"direction",
"keyboard",

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

View File

@@ -1,17 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"lukesmurray",
"ericfennis",
"csandman",
"karsa-mistmere"
],
"tags": [
"arrow",
"filter",
"sort",
"ascending"
],
"aliases": [
"sort-asc"
],
"categories": [
"text",
"layout",
"arrows"
]
}
}

View File

@@ -1,9 +1,12 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"direction"
],
"categories": [
"arrows"
]
}
}

View File

@@ -1,5 +1,9 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
],
"tags": [
"direction"
],

Some files were not shown because too many files have changed in this diff Show More