Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanleung committed May 30, 2022
1 parent e4840a9 commit dcbe5f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.3.1",
"version": "4.4.0",
"command": {
"version": {
"push": true
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-icons_builders",
"private": true,
"version": "4.3.1",
"version": "4.4.0",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "Goran Gajic",
"contributors": [
Expand Down

1 comment on commit dcbe5f0

@sebastienbarre
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For those looking, this is only updating the react-icons package. Unfortunately, @react-icons/all-files is still stuck at 4.1.0, not 4.4.0.

Please sign in to comment.