Bump v0.47.0.

* Make the base input widget customizable. (#547)
* Add UI option for omitting field label (#558)
* add prop-types package and add respective imports b/c it was deprecated (#549)
This commit is contained in:
Nicolas Perriault
2017-04-25 15:05:06 +02:00
parent 4e1d3a7457
commit 62454a489c

View File

@@ -1,6 +1,6 @@
{
"name": "react-jsonschema-form",
"version": "0.46.0",
"version": "0.47.0",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build:readme": "toctoc README.md -w",