Simon Egersand
2016-11-18 612fa3ec3ee542ca3383008e732a5dcb8bfd12b5
Update version to 2.7.3
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.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.
## 2.7.2
* Bug fix: When setting `locale` and entering month view mode the component would sometimes freeze, depending on the locale. This has now been fixed.
dist/react-datetime.js
@@ -1,5 +1,5 @@
/*
react-datetime v2.7.2
react-datetime v2.7.3
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.2
react-datetime v2.7.3
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.2",
  "version": "2.7.3",
  "description": "A lightweight but complete datetime picker React.js component.",
  "homepage": "https://github.com/arqex/react-datetime",
  "repository": {