Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grrowl committed Jan 19, 2025
1 parent e27f79f commit ddee3db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-keyed-flatten-children",
"version": "3.0.2",
"version": "3.1.0",
"description": "Flattens React children and fragments to an array with predictable and stable keys",
"type": "module",
"exports": {
Expand Down Expand Up @@ -53,6 +53,6 @@
"react-is": "^19.0.0"
},
"peerDependencies": {
"react": ">=19.0.0"
"react": ">=15.0.0"
}
}

0 comments on commit ddee3db

Please sign in to comment.