Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 953ed9b

Browse files
committed
v15.7.2
1 parent d93d52d commit 953ed9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 15.7.2
2+
* [Fix] ensure nullish values in `oneOf` do not crash ([#256](https://github.com/facebook/prop-types/issues/256))
3+
* [Fix] move `loose-envify` back to production deps, for browerify usage ([#203](https://github.com/facebook/prop-types/issues/203))
4+
15
## 15.7.1
26
* [Fix] avoid template literal syntax ([#255](https://github.com/facebook/prop-types/issues/255), [#254](https://github.com/facebook/prop-types/issues/254))
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prop-types",
3-
"version": "15.7.1",
3+
"version": "15.7.2",
44
"description": "Runtime type checking for React props and similar objects.",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)