Skip to content

Commit

Permalink
bump version to 0.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwilkerson committed Jan 26, 2022
1 parent 8aea220 commit 9af5da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1",
"version": "0.3.0-rc1",
"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.2.1"
"@fortawesome/fa-icon-chooser": "0.3.0-rc1"
},
"peerDependencies": {
"react": "^16 || ^17",
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.1",
"version": "0.3.0-rc1",
"description": "Font Awesome Icon Chooser",
"main": "dist/index.cjs.js",
"private": false,
Expand Down

0 comments on commit 9af5da9

Please sign in to comment.