Skip to content

Commit fe50145

Browse files
committed
Bumps to 3.0.1
1 parent bffbee9 commit fe50145

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changelog
22
=========
3-
## 3.0.0
3+
## 3.0.1
44
* Big refactor, the state is not derived from the props after every update.
55
* `disableCloseOnClickOutside` prop is now `closeOnClickOutside` (avoid double negations).
66
* `onBlur` and `onFocus` are renamed to `onClose` and `onOpen` since they had nothing to do with the blur event and it was misleading some users. If we want to listen to the input's `onBlur` and `onFocus` use `inputProps`.
@@ -18,6 +18,9 @@ Changelog
1818
* Not depending on gulp to create the build anymore
1919
* Updated most of the dependencies.
2020

21+
## 3.0.0
22+
- This version was published by error and can't be overriden. The first release for v3 branch is 3.0.1
23+
2124
## 2.16.2
2225
* Turns moment timezone peer dependency in a runtime error when missing using `displayTimezone`.
2326

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": "3.0.0",
3+
"version": "3.0.1",
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)