Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
bump version to v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Dec 9, 2015
1 parent 2c20955 commit dbd0ac8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
**Note**: Gaps between patch versions are faulty/broken releases.
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

## v0.7.9

- **Bug Fix**
- use keys returned from getTypeProps as refs, #269

## v0.7.8

**Warning**. `uvdom` dependency is deprecated and will be removed in the next releases. If you are using custom templates based on `uvdom`, please add a static function `toReactElement` before upgrading to v0.8:
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",
"version": "0.7.8",
"version": "0.7.9",
"description": "React.js powered UI library for developing forms writing less code",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit dbd0ac8

Please sign in to comment.