File tree Expand file tree Collapse file tree 4 files changed +27
-16
lines changed
Expand file tree Collapse file tree 4 files changed +27
-16
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ---
8+ ## [ 1.0.1] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.1 ) - 2023-08-07
9+
10+ Add ember-auto-import to dependencies #232
11+
712---
813## [ 1.0.0] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.0 ) - 2023-05-22
914
Original file line number Diff line number Diff line change @@ -347,6 +347,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco
347347| Michael Rykov | [ @rykov ] ( https://github.com/rykov ) |
348348| Chris Manson | [ @mansona ] ( https://github.com/mansona ) |
349349| François de Metz | [ @francois2metz ] ( https://github.com/francois2metz ) |
350+ | NullVoxPopuli | [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) |
350351| Font Awesome Team | [ @FortAwesome ] ( https://github.com/orgs/FortAwesome/people ) |
351352
352353If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.
Original file line number Diff line number Diff line change 11{
22 "name" : " @fortawesome/ember-fontawesome" ,
33 "description" : " Official Ember component for Font Awesome 5" ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "keywords" : [
66 " ember-addon" ,
77 " fontawesome"
3434 " Davide Ferrero <github.com/davideferre>" ,
3535 " Steve <github.com/st-h>" ,
3636 " Stefan Topfstedt <github.com/stopfstedt>" ,
37- " François de Metz <github.com/francois2metz>"
37+ " François de Metz <github.com/francois2metz>" ,
38+ " NullVoxPopuli <github.com/NullVoxPopuli>"
3839 ],
3940 "homepage" : " https://github.com/FortAwesome/ember-fontawesome" ,
4041 "scripts" : {
5960 },
6061 "dependencies" : {
6162 "@fortawesome/fontawesome-svg-core" : " ^6.2.0" ,
62- "@rollup/plugin-node-resolve" : " ^15.0.2 " ,
63+ "@rollup/plugin-node-resolve" : " ^15.1.0 " ,
6364 "broccoli-file-creator" : " ^2.1.1" ,
6465 "broccoli-merge-trees" : " ^4.2.0" ,
6566 "broccoli-plugin" : " ^4.0.3" ,
You can’t perform that action at this time.
0 commit comments