Skip to content

Commit

Permalink
Release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden committed Jan 31, 2016
1 parent 3464c9a commit 8cfc84f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-form-controlled",
"version": "0.11.1",
"version": "0.11.2",
"description": "React controlled form components. The main idea is to make forms as simple as possible.",
"author": {
"name": "Zlatko Fedor",
Expand Down
1 change: 0 additions & 1 deletion src/Fieldset.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import traverse from './utils/traverse';
import Input from './Input';
import Select from './Select';
import Textarea from './Textarea';
import Index from './Index';

export default class Fieldset extends Element {
static isElement = true;
Expand Down

0 comments on commit 8cfc84f

Please sign in to comment.