Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
- **Internal**
    + Recommend making peerDependencies more flexible #30
  • Loading branch information
gcanti committed Jun 26, 2015
1 parent 5a3b5b7 commit c235052
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
**Note**: Gaps between patch versions are faulty/broken releases.

## v0.2.2

- **Internal**
+ Recommend making peerDependencies more flexible #30

## v0.2.1

- **Internal**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcomb-form-native",
"version": "0.2.1",
"version": "0.2.2",
"description": "react-native powered UI library for developing forms writing less code",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/gcanti/tcomb-form-native",
"peerDependencies": {
"react-native": "^0.5.0",
"react-native": ">=0.5.0",
"tcomb-validation": "^1.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit c235052

Please sign in to comment.