Skip to content

Commit

Permalink
Merge pull request #13 in FFE/ffe-checkbox-react from feature/ffe-for…
Browse files Browse the repository at this point in the history
…m4x to master

* commit 'b9a144df8a3ffa8fd847262d3feaf7b2b5283872':
  Added support for ffe-form version 4.x
  • Loading branch information
kwltrs committed Dec 12, 2016
2 parents b32ce66 + c2cda56 commit 07c2107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.0.0
* Added support for ffe-form version 4.x

## 3.0.0

* Added support for arbitrary props on the input
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": "ffe-checkbox-react",
"version": "3.0.0",
"version": "4.0.0",
"main": "lib/checkbox.js",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/. && npm run example",
Expand All @@ -17,7 +17,7 @@
},
"peerDependencies": {
"ffe-core": "^8.1.0",
"ffe-form": "1.x || 2.x || 3.x"
"ffe-form": "1.x || 2.x || 3.x || 4.x"
},
"dependencies": {
"classnames": "^2.2.5",
Expand Down

0 comments on commit 07c2107

Please sign in to comment.