Simon Egersand
2016-11-18 5d0ee1ce2c94fd074efe2c6ae4c238e401ab3183
Update to version 2.7.4
4 files modified
9 ■■■■■ changed files
CHANGELOG.md 3 ●●●●● patch | view | raw | blame | history
dist/react-datetime.js 2 ●●● patch | view | raw | blame | history
dist/react-datetime.min.js 2 ●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
CHANGELOG.md
@@ -1,5 +1,8 @@
Changelog
=========
## 2.7.4
* Reverting updating `react` related dependencies. They were not the issue so they should not be set to the latest version of `react`.
## 2.7.3
* When updating `moment` to `2.16.0` something broke, hopefully by updating all `react` prefixed dependencies to `15.4.0` and changing the syntax in the dependency object a bit will resolve this issue.
dist/react-datetime.js
@@ -1,5 +1,5 @@
/*
react-datetime v2.7.3
react-datetime v2.7.4
https://github.com/arqex/react-datetime
MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE
*/
dist/react-datetime.min.js
@@ -1,5 +1,5 @@
/*
react-datetime v2.7.3
react-datetime v2.7.4
https://github.com/arqex/react-datetime
MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE
*/
package.json
@@ -1,6 +1,6 @@
{
  "name": "react-datetime",
  "version": "2.7.3",
  "version": "2.7.4",
  "description": "A lightweight but complete datetime picker React.js component.",
  "homepage": "https://github.com/arqex/react-datetime",
  "repository": {