Skip to content

Commit 4c3a30a

Browse files
committed
Update version to 2.8.2
1 parent 659cfe3 commit 4c3a30a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
=========
3+
## 2.8.2
4+
* Fix year related bug in tests where year was set to 2016
5+
* Add a yarnfile so yarn is now possible to use for installing dependencies
6+
37
## 2.8.1
48
* Fix timeFormat related bug where 'A' was being picked up but not 'a', for setting 12-hour clock.
59

dist/react-datetime.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-datetime.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-datetime",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "A lightweight but complete datetime picker React.js component.",
55
"homepage": "https://github.com/arqex/react-datetime",
66
"repository": {

0 commit comments

Comments
 (0)