Skip to content

Commit 8633487

Browse files
committed
Bump 0.9.1.
1 parent 03b40c3 commit 8633487

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ $ npm install react-jsonschema-form --save
2222
As a script dependency served from a CDN:
2323

2424
```html
25-
<script src="https://npmcdn.com/[email protected].0/dist/react-jsonschema-form.js"></script>
25+
<script src="https://npmcdn.com/[email protected].1/dist/react-jsonschema-form.js"></script>
2626
```
2727

28-
Source maps are available at [this url](https://npmcdn.com/[email protected].0/dist/react-jsonschema-form.js.map).
28+
Source maps are available at [this url](https://npmcdn.com/[email protected].1/dist/react-jsonschema-form.js.map).
2929

3030
Note that the CDN version **does not** embed *react* nor *react-dom*.
3131

3232
A default, very basic CSS stylesheet is provided, though you're encouraged to build your own.
3333

3434
```html
35-
<link rel="stylesheet" href="https://npmcdn.com/[email protected].0/dist/react-jsonschema-form.css">
35+
<link rel="stylesheet" href="https://npmcdn.com/[email protected].1/dist/react-jsonschema-form.css">
3636
```
3737

3838
## Usage

dist/react-jsonschema-form.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-jsonschema-form.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jsonschema-form",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"build:css": "cp css/react-jsonschema-form.css dist/",

0 commit comments

Comments
 (0)