Skip to content

Commit 174bd60

Browse files
committed
Release 0.1.16
1 parent c1122fb commit 174bd60

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
---
88

9+
## [0.1.16](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.16) - 2021-10-18
10+
11+
### Fixed
12+
13+
- Include 1.3.0-beta versions in peer dependencies
14+
15+
---
16+
917
## [0.1.15](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.15) - 2021-08-03
1018

1119
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fortawesome/react-fontawesome",
33
"description": "Official React component for Font Awesome 5",
4-
"version": "0.1.15",
4+
"version": "0.1.16",
55
"main": "index.js",
66
"module": "index.es.js",
77
"jsnext:main": "index.es.js",
@@ -47,7 +47,7 @@
4747
]
4848
},
4949
"peerDependencies": {
50-
"@fortawesome/fontawesome-svg-core": "^1.2.32",
50+
"@fortawesome/fontawesome-svg-core": "~1 || >=1.3.0-beta1",
5151
"react": ">=16.x"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)