Bump v0.45.0.

* Fix #223: Allow adding a custom validation error at a given array index (#521)
* Fix #412: Readonly widgets behavior consistency (#525)
This commit is contained in:
Nicolas Perriault
2017-03-23 23:58:36 +01:00
parent 18ac59429e
commit 8b58e6e00c

View File

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