Skip to content

Commit 15752fc

Browse files
author
Bruno Dias
committed
Release v5.4.2
1 parent dc919a6 commit 15752fc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [5.4.2] - 2018-07-26
911
### Added
1012
- `SuffixIcon` to `Input` component.
1113

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "styleguide",
4-
"version": "5.4.1",
4+
"version": "5.4.2",
55
"title": "VTEX Styleguide",
66
"description": "The VTEX Styleguide components for the Render framework",
77
"builders": {
@@ -12,6 +12,8 @@
1212
},
1313
"mustUpdateAt": "2018-09-05",
1414
"categories": [],
15-
"registries": ["smartcheckout"],
15+
"registries": [
16+
"smartcheckout"
17+
],
1618
"settingsSchema": {}
1719
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/styleguide",
3-
"version": "5.4.1",
3+
"version": "5.4.2",
44
"scripts": {
55
"test": "react-scripts test --env=jsdom",
66
"test:codemod": "jest codemod",

0 commit comments

Comments
 (0)