Skip to content

Commit d9fbe86

Browse files
committed
Release v8.7.4
1 parent 6680f58 commit d9fbe86

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [8.7.4] - 2018-12-27
11+
1012
- **DatePicker** Disable keyboard interaction until date-fns `parse` function
1113
support localized date strings (https://github.com/date-fns/date-fns/issues/896)
1214

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "styleguide",
4-
"version": "8.7.3",
4+
"version": "8.7.4",
55
"title": "VTEX Styleguide",
66
"description": "The VTEX Styleguide components for the Render framework",
77
"builders": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/styleguide",
3-
"version": "8.7.3",
3+
"version": "8.7.4",
44
"scripts": {
55
"test": "react-scripts test --env=jsdom",
66
"test:codemod": "jest codemod",

0 commit comments

Comments
 (0)