Skip to content

Commit 1a98ab2

Browse files
committed
v1.5.0
1 parent c5ede72 commit 1a98ab2

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
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+
# [1.5.0](https://github.com/tresko/react-datepicker/compare/v1.4.1...v1.5.0) (2019-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **theming:** select date border ([ffd61b6](https://github.com/tresko/react-datepicker/commit/ffd61b6))
12+
13+
14+
### Features
15+
16+
* **theming:** simplified color palette change ([035bc6e](https://github.com/tresko/react-datepicker/commit/035bc6e))
17+
18+
19+
20+
21+
622
## [1.4.1](https://github.com/tresko/react-datepicker/compare/v1.4.0...v1.4.1) (2019-06-19)
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.4.1",
5+
"version": "1.5.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

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+
# [1.5.0](https://github.com/tresko/react-datepicker/compare/v1.4.1...v1.5.0) (2019-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **theming:** select date border ([ffd61b6](https://github.com/tresko/react-datepicker/commit/ffd61b6))
12+
13+
14+
### Features
15+
16+
* **theming:** simplified color palette change ([035bc6e](https://github.com/tresko/react-datepicker/commit/035bc6e))
17+
18+
19+
20+
21+
622
## [1.4.1](https://github.com/tresko/react-datepicker/compare/v1.4.0...v1.4.1) (2019-06-19)
723

824

packages/styled/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/styled",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "A React datepicker build with styled-components.",
55
"keywords": [
66
"datepicker",

0 commit comments

Comments
 (0)