Skip to content

Commit 67bfbc1

Browse files
committed
Release 1.0.1
1 parent 61c5b06 commit 67bfbc1

File tree

4 files changed

+27
-16
lines changed

4 files changed

+27
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

352353
If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.

package-lock.json

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"
@@ -34,7 +34,8 @@
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": {
@@ -59,7 +60,7 @@
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",

0 commit comments

Comments
 (0)