Skip to content

Commit

Permalink
Release v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Dias committed Jul 26, 2018
1 parent dc919a6 commit 15752fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.4.2] - 2018-07-26
### Added
- `SuffixIcon` to `Input` component.

Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "styleguide",
"version": "5.4.1",
"version": "5.4.2",
"title": "VTEX Styleguide",
"description": "The VTEX Styleguide components for the Render framework",
"builders": {
Expand All @@ -12,6 +12,8 @@
},
"mustUpdateAt": "2018-09-05",
"categories": [],
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"settingsSchema": {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/styleguide",
"version": "5.4.1",
"version": "5.4.2",
"scripts": {
"test": "react-scripts test --env=jsdom",
"test:codemod": "jest codemod",
Expand Down

0 comments on commit 15752fc

Please sign in to comment.