Skip to content

Commit b147c1e

Browse files
committed
v2.0.0
1 parent 38d961e commit b147c1e

File tree

6 files changed

+52
-4
lines changed

6 files changed

+52
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/tresko/react-datepicker/compare/v1.7.1...v2.0.0) (2019-08-23)
7+
8+
9+
### Features
10+
11+
* **date-fns:** we update date-fns to version v2.0.0 ([38d961e](https://github.com/tresko/react-datepicker/commit/38d961e)), closes [#4](https://github.com/tresko/react-datepicker/issues/4)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **date-fns:** date format, parseDate
17+
18+
19+
20+
21+
622
## [1.7.1](https://github.com/tresko/react-datepicker/compare/v1.7.0...v1.7.1) (2019-08-02)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.7.1",
5+
"version": "2.0.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/hooks/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/tresko/react-datepicker/compare/v1.7.1...v2.0.0) (2019-08-23)
7+
8+
9+
### Features
10+
11+
* **date-fns:** we update date-fns to version v2.0.0 ([38d961e](https://github.com/tresko/react-datepicker/commit/38d961e)), closes [#4](https://github.com/tresko/react-datepicker/issues/4)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **date-fns:** date format, parseDate
17+
18+
19+
20+
21+
622
## [1.7.1](https://github.com/tresko/react-datepicker/compare/v1.7.0...v1.7.1) (2019-08-02)
723

824

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datepicker-react/hooks",
3-
"version": "1.7.1",
3+
"version": "2.0.0",
44
"description": "React hooks for datepicker.",
55
"keywords": [
66
"react",

packages/styled/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/tresko/react-datepicker/compare/v1.7.1...v2.0.0) (2019-08-23)
7+
8+
9+
### Features
10+
11+
* **date-fns:** we update date-fns to version v2.0.0 ([38d961e](https://github.com/tresko/react-datepicker/commit/38d961e)), closes [#4](https://github.com/tresko/react-datepicker/issues/4)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **date-fns:** date format, parseDate
17+
18+
19+
20+
21+
622
## [1.7.1](https://github.com/tresko/react-datepicker/compare/v1.7.0...v1.7.1) (2019-08-02)
723

824

packages/styled/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datepicker-react/styled",
3-
"version": "1.7.1",
3+
"version": "2.0.0",
44
"description": "A React datepicker build with styled-components.",
55
"keywords": [
66
"datepicker",
@@ -46,7 +46,7 @@
4646
"styled-components": "^4.3.2"
4747
},
4848
"dependencies": {
49-
"@datepicker-react/hooks": "^1.7.1",
49+
"@datepicker-react/hooks": "^2.0.0",
5050
"styled-system": "^5.1.1"
5151
},
5252
"publishConfig": {

0 commit comments

Comments
 (0)