From 58eedd7e2a548e2c3319cdba30911f221912725e Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 12 Apr 2022 10:26:04 -0400 Subject: [PATCH] v5.1.0 --- CHANGELOG.md | 11 +++++++++++ data/icons.json | 10 ++++++++-- docs/index.html | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a85b063..393a189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,17 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war [#x]: https://github.com/ideditor/temaki/issues/x --> +# 5.1.0 +##### 2022-Apr-12 + +* Add [`mast_lighting`] icon [#73] +* Add [`bicycle_parked`] icon [#72] + +[`bicycle_parked`]: https://ideditor.github.io/temaki/docs/#icon-temaki-bicycle_parked +[`mast_lighting`]: https://ideditor.github.io/temaki/docs/#icon-temaki-mast_lighting +[#73]: https://github.com/ideditor/temaki/issues/73 +[#72]: https://github.com/ideditor/temaki/issues/72 + # 5.0.0 ##### 2021-Mar-29 diff --git a/data/icons.json b/data/icons.json index 3da1ec1..a644771 100644 --- a/data/icons.json +++ b/data/icons.json @@ -141,7 +141,10 @@ ] }, "bicycle_parked": { - "groups": [] + "groups": [ + "cycling", + "vehicles" + ] }, "bicycle_rental": { "groups": [ @@ -1420,7 +1423,10 @@ ] }, "mast_lighting": { - "groups": [] + "groups": [ + "infrastructure", + "utilities" + ] }, "maze": { "groups": [ diff --git a/docs/index.html b/docs/index.html index 0fbe99a..1f4dc5d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ Temaki Icons - +