Skip to content

Commit

Permalink
v0.6.11 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromb authored Oct 18, 2017
1 parent e5abf1e commit d1ac0f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
**Note**: Gaps between patch versions are faulty/broken releases.

## 0.6.11

- **New Feature**
- add support for datetime in Android, closes #283 (@alvaromb)
- **Polish**
- lib uses prettier formatting (@alvaromb)

## 0.6.10

- **New Feature**
Expand Down
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "tcomb-form-native",
"version": "0.6.10",
"description": "react-native powered UI library for developing forms writing less code",
"version": "0.6.11",
"description":
"react-native powered UI library for developing forms writing less code",
"main": "index.js",
"scripts": {
"lint": "eslint lib",
Expand Down Expand Up @@ -34,14 +35,7 @@
"react": "^15.6.1",
"tape": "3.5.0"
},
"tags": [
"tcomb",
"form",
"forms",
"react",
"react-native",
"react-component"
],
"tags": ["tcomb", "form", "forms", "react", "react-native", "react-component"],
"keywords": [
"tcomb",
"form",
Expand Down

0 comments on commit d1ac0f1

Please sign in to comment.