File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 5.4.2] - 2018-07-26
9
11
### Added
10
12
- ` SuffixIcon ` to ` Input ` component.
11
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"vendor" : " vtex" ,
3
3
"name" : " styleguide" ,
4
- "version" : " 5.4.1 " ,
4
+ "version" : " 5.4.2 " ,
5
5
"title" : " VTEX Styleguide" ,
6
6
"description" : " The VTEX Styleguide components for the Render framework" ,
7
7
"builders" : {
12
12
},
13
13
"mustUpdateAt" : " 2018-09-05" ,
14
14
"categories" : [],
15
- "registries" : [" smartcheckout" ],
15
+ "registries" : [
16
+ " smartcheckout"
17
+ ],
16
18
"settingsSchema" : {}
17
19
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vtex/styleguide" ,
3
- "version" : " 5.4.1 " ,
3
+ "version" : " 5.4.2 " ,
4
4
"scripts" : {
5
5
"test" : " react-scripts test --env=jsdom" ,
6
6
"test:codemod" : " jest codemod" ,
You can’t perform that action at this time.
0 commit comments