We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac12401 commit 4565a07Copy full SHA for 4565a07
.changeset/wet-masks-taste/changes.json
.changeset/wet-masks-taste/changes.md
packages/pretty-proptypes/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# pretty-proptypes
2
3
+## 1.0.1
4
+
5
+### Patch Changes
6
7
+- [patch][ac12401](https://github.com/atlassian/extract-react-types/commit/ac12401):
8
+ Work around added in object converter to not throw on null value in members list
9
10
## 1.0.0
11
12
### Major Changes
packages/pretty-proptypes/package.json
@@ -1,6 +1,6 @@
{
"name": "pretty-proptypes",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "prettily render prop types from react components",
"repository": "atlassian/extract-react-types",
"main": "dist/pretty-proptypes.cjs.js",
0 commit comments