Skip to content

Commit

Permalink
Release 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Oct 18, 2021
1 parent c1122fb commit 174bd60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.1.16](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.16) - 2021-10-18

### Fixed

- Include 1.3.0-beta versions in peer dependencies

---

## [0.1.15](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.15) - 2021-08-03

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fortawesome/react-fontawesome",
"description": "Official React component for Font Awesome 5",
"version": "0.1.15",
"version": "0.1.16",
"main": "index.js",
"module": "index.es.js",
"jsnext:main": "index.es.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/fontawesome-svg-core": "~1 || >=1.3.0-beta1",
"react": ">=16.x"
},
"devDependencies": {
Expand Down

0 comments on commit 174bd60

Please sign in to comment.