Skip to content

Commit

Permalink
Bump 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Jan 9, 2016
1 parent 7bfbea6 commit 03b40c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ $ npm install react-jsonschema-form --save
As a script dependency served from a CDN:

```html
<script src="https://npmcdn.com/react-jsonschema-form@0.8.0/dist/react-jsonschema-form.js"></script>
<script src="https://npmcdn.com/react-jsonschema-form@0.9.0/dist/react-jsonschema-form.js"></script>
```

Source maps are available at [this url](https://npmcdn.com/react-jsonschema-form@0.8.0/dist/react-jsonschema-form.js.map).
Source maps are available at [this url](https://npmcdn.com/react-jsonschema-form@0.9.0/dist/react-jsonschema-form.js.map).

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

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

```html
<link rel="stylesheet" href="https://npmcdn.com/react-jsonschema-form@0.8.0/dist/react-jsonschema-form.css">
<link rel="stylesheet" href="https://npmcdn.com/react-jsonschema-form@0.9.0/dist/react-jsonschema-form.css">
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-jsonschema-form",
"version": "0.8.0",
"version": "0.9.0",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build:css": "cp css/react-jsonschema-form.css dist/",
Expand Down

0 comments on commit 03b40c3

Please sign in to comment.