Skip to content

Commit 1ac3b40

Browse files
committed
v1.4.0
1 parent d21fefa commit 1ac3b40

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4.0](https://github.com/tresko/react-datepicker/compare/v1.3.1...v1.4.0) (2019-06-15)
7+
8+
9+
### Features
10+
11+
* **styled-system:** upgraded system-system to version 5.0.6. ([d21fefa](https://github.com/tresko/react-datepicker/commit/d21fefa))
12+
13+
14+
15+
16+
617
## [1.3.1](https://github.com/tresko/react-datepicker/compare/v1.3.0...v1.3.1) (2019-06-11)
718

819

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.3.1",
5+
"version": "1.4.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/styled/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4.0](https://github.com/tresko/react-datepicker/compare/v1.3.1...v1.4.0) (2019-06-15)
7+
8+
9+
### Features
10+
11+
* **styled-system:** upgraded system-system to version 5.0.6. ([d21fefa](https://github.com/tresko/react-datepicker/commit/d21fefa))
12+
13+
14+
15+
16+
617
## [1.3.1](https://github.com/tresko/react-datepicker/compare/v1.3.0...v1.3.1) (2019-06-11)
718

819

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

0 commit comments

Comments
 (0)