Skip to content

Commit

Permalink
change fa-icon-chooser dep version in fa-icon-chooser-react
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwilkerson committed Aug 3, 2021
1 parent 261fc2c commit c0fd599
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ demonstrates how it might be using it.

- Update the `version`
- Add new contributors to the `contributors` section

In `fa-icon-chooser-react/package.json` also update the dependency version for `fa-icon-chooser`, setting it equal to the exact version being released.
1. Update the `CHANGELOG.md`
1. Update the `readme.md` contributors section
1. `git add . && git commit -m 'Release VERSION'`
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.2.0",
"version": "0.2.1",
"private": false,
"description": "React specific wrapper for @fortawesome/fa-icon-chooser",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^4.3.2"
},
"dependencies": {
"@fortawesome/fa-icon-chooser": "^0.1.0"
"@fortawesome/fa-icon-chooser": "0.2.1"
},
"peerDependencies": {
"react": "^16.13.0",
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.2.0",
"version": "0.2.1",
"description": "Font Awesome Icon Chooser",
"main": "dist/index.cjs.js",
"private": false,
Expand Down

0 comments on commit c0fd599

Please sign in to comment.