Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwilkerson committed Jul 12, 2023
1 parent 873af9b commit f6fadfe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

---
## [0.6.0](https://github.com/FortAwesome/fa-icon-chooser/releases/tag/0.6.0) - 2023-07-12

### Changed

- Enable React 18 as peer dependency for fa-icon-chooser-react
- No changes to the fa-icon-chooser base package

## [0.5.0](https://github.com/FortAwesome/fa-icon-chooser/releases/tag/0.5.0) - 2023-04-12

Expand Down Expand Up @@ -38,4 +44,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Added

- Initial version
- Initial version
2 changes: 1 addition & 1 deletion packages/fa-icon-chooser-react/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fa-icon-chooser-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fortawesome/fa-icon-chooser-react",
"sideEffects": false,
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"private": false,
"description": "React specific wrapper for @fortawesome/fa-icon-chooser",
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^4.3.2"
},
"dependencies": {
"@fortawesome/fa-icon-chooser": "0.5.0"
"@fortawesome/fa-icon-chooser": "0.6.0"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/fa-icon-chooser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortawesome/fa-icon-chooser",
"version": "0.5.0",
"version": "0.6.0",
"description": "Font Awesome Icon Chooser",
"main": "dist/index.cjs.js",
"private": false,
Expand Down

0 comments on commit f6fadfe

Please sign in to comment.