Skip to content

Commit 2013b59

Browse files
committed
v5.3.0
1 parent f67a97e commit 2013b59

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,28 @@
33
**temaki** is an open source project. You can submit bug reports, help out,
44
or learn more by visiting our project page on GitHub: :octocat: https://github.com/rapideditor/temaki
55

6-
Please star our project on GitHub to show your support! :star:
6+
Please star our project on GitHub to show your support! ⭐️
77

8-
_Breaking changes, which may affect downstream projects, are marked with a_ :warning:
8+
_Breaking changes, which may affect downstream projects, are marked with a_ ⚠️
99

1010
<!--
1111
# A.B.C
1212
##### YYYY-MMM-DD
1313
1414
[`xxxx`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-xxxx
15-
[#x]: https://github.com/rapideditor/temaki/issues/x
15+
[#xx]: https://github.com/rapideditor/temaki/issues/xx
1616
-->
1717

1818
# 5.3.0
19-
##### 2023-Mar-10
19+
##### 2023-Mar-12
2020

2121
* Add [`quay`] icon [#83]
22+
* Give the people in the [`bunk_beds`] icon a little more space
23+
* Switch temaki to a scoped package under the rapideditor org: `@rapideditor/temaki`
24+
* ⚠️ Note: projects that depend on temaki may need to update their code
2225

2326
[`quay`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-quay
27+
[`bunk_beds`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-bunk_beds
2428
[#83]: https://github.com/rapideditor/temaki/issues/83
2529

2630

@@ -54,7 +58,7 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
5458
* Small cleanups to icons: cooling towers [#65], polished nail [#63]
5559
* Revise medical cross icons [#62]
5660
* Add icons: [`asterisk`], [`briefcase_asterisk`], [`mountain_asterisk`]
57-
* :warning: Rename icon: `mountain_rescue` -> `mountain_cross`
61+
* ⚠️ Rename icon: `mountain_rescue` -> `mountain_cross`
5862
* Add icons: [`seesaw`], [`plant`], [`rigging`], [`portrait_framed`], [`portrait`], [`sail`]
5963

6064
[`asterisk`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-asterisk
@@ -145,7 +149,7 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
145149
# 4.0.0
146150
##### 2020-Jun-10
147151

148-
* :warning: Remove `width` and `height` attributes from all icons<br/>
152+
* ⚠️ Remove `width` and `height` attributes from all icons<br/>
149153
_The display size is now up to consumers. 15x15 px or larger is recommended._
150154
* Standardize all SVG geometries to `path` elements
151155
* Remove unexpected `fill` and `id` attributes of paths
@@ -573,7 +577,7 @@ _The display size is now up to consumers. 15x15 px or larger is recommended._
573577
* `briefcase_bolt` (power/energy)
574578
* `briefcase_cross` (hospital/healthcare)
575579
* `briefcase_info`
576-
* :warning: `travel_agency` has been removed and replaced by `briefcase_info`
580+
* ⚠️ `travel_agency` has been removed and replaced by `briefcase_info`
577581

578582
# 3.2.0
579583
##### 2019-Dec-04
@@ -599,8 +603,8 @@ _The display size is now up to consumers. 15x15 px or larger is recommended._
599603
# 3.0.0
600604
##### 2019-Dec-02
601605

602-
* Switch temaki to a scoped package under rapideditor org: `@rapideditor/temaki`
603-
* :warning: Note: projects that depend on temaki may need to update their code
606+
* Switch temaki to a scoped package under the ideditor org: `@ideditor/temaki`
607+
* ⚠️ Note: projects that depend on temaki may need to update their code
604608

605609

606610
# 2.3.0
@@ -689,7 +693,7 @@ _The display size is now up to consumers. 15x15 px or larger is recommended._
689693
* Also added standalone icons for the things in the vending machines: `ticket`, `stamp`, `egg`, `bread`, `heart` `can`
690694

691695
* New icons for utility mapping:
692-
* :warning: Note: previous `gas.svg` has been renamed to `propane_tank.svg`
696+
* ⚠️ Note: previous `gas.svg` has been renamed to `propane_tank.svg`
693697
* Added base icons for `gas`, `water`, `power`, `cable`, `waste`
694698
* Added variations on all of those for shutoffs, meters, manholes, other devices
695699
* Several new icons for power utility mapping:

package.json

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

0 commit comments

Comments
 (0)