Skip to content

Commit

Permalink
FFE-138: Updated ffe-datepicker dependency to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Daniel Bore committed Jan 25, 2017
1 parent f8302bb commit a6608ad
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

## v2.0.7
* Update dependency ffe-datepicker to ^3.0.1

## v2.0.6
* Use event.preventDefault on buttons for navigating months

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-datepicker-react",
"version": "2.0.6",
"version": "2.0.7",
"main": "lib/ffe-datepicker-react.js",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/.",
Expand Down Expand Up @@ -69,6 +69,6 @@
},
"dependencies": {
"classnames": "^2.2.5",
"ffe-datepicker": "^3.0.0"
"ffe-datepicker": "^3.0.1"
}
}

0 comments on commit a6608ad

Please sign in to comment.