Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Sep 22, 2017
1 parent 3d43139 commit dd314af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
**Note**: Gaps between patch versions are faulty/broken releases.

## 0.6.10

- **New Feature**
- add pureValidate method on Form (@papuaaaaaaa)
- add option to change dialog mode for DatePickerAndroid (@javiercr)
- add onPress handler for DatePicker (@koenpunt)
- **Bug fix**
- remove checkbox label when auto === 'none' (@OzoTek)
- **Polish**
- fix broken link in README (@Hitabis)
- add version support table, closes #248 (@alvaromb)
- updated React to 15.6.1 and added PropTypes Dependency (@garylesueur)

## 0.6.9

- **Bug fix**
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": "tcomb-form-native",
"version": "0.6.9",
"version": "0.6.10",
"description": "react-native powered UI library for developing forms writing less code",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dd314af

Please sign in to comment.