Skip to content

Commit 58eedd7

Browse files
committed
v5.1.0
1 parent 4fa200d commit 58eedd7

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
1515
[#x]: https://github.com/ideditor/temaki/issues/x
1616
-->
1717

18+
# 5.1.0
19+
##### 2022-Apr-12
20+
21+
* Add [`mast_lighting`] icon [#73]
22+
* Add [`bicycle_parked`] icon [#72]
23+
24+
[`bicycle_parked`]: https://ideditor.github.io/temaki/docs/#icon-temaki-bicycle_parked
25+
[`mast_lighting`]: https://ideditor.github.io/temaki/docs/#icon-temaki-mast_lighting
26+
[#73]: https://github.com/ideditor/temaki/issues/73
27+
[#72]: https://github.com/ideditor/temaki/issues/72
28+
1829
# 5.0.0
1930
##### 2021-Mar-29
2031

data/icons.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@
141141
]
142142
},
143143
"bicycle_parked": {
144-
"groups": []
144+
"groups": [
145+
"cycling",
146+
"vehicles"
147+
]
145148
},
146149
"bicycle_rental": {
147150
"groups": [
@@ -1420,7 +1423,10 @@
14201423
]
14211424
},
14221425
"mast_lighting": {
1423-
"groups": []
1426+
"groups": [
1427+
"infrastructure",
1428+
"utilities"
1429+
]
14241430
},
14251431
"maze": {
14261432
"groups": [

docs/index.html

+1-1
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ideditor/temaki",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"license": "CC0-1.0",
55
"repository": "ideditor/temaki",
66
"contributors": [

0 commit comments

Comments
 (0)