Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit full iconDefinition in selection event details #53

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Pre-release 0.8.0-1
  • Loading branch information
mlwilkerson committed Jul 11, 2024
commit e00040ed9a8c4fd2cc29fa82c2774554e2789bd2
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.7.0",
"version": "0.8.0-1",
"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.7.0"
"@fortawesome/fa-icon-chooser": "0.8.0-1"
},
"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.7.0",
"version": "0.8.0-1",
"description": "Font Awesome Icon Chooser",
"main": "dist/index.cjs.js",
"private": false,
Expand Down
Loading