Skip to content

Commit dfb51c8

Browse files
committed
Release v7.5.7
1 parent a645afb commit dfb51c8

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+
## [7.5.7] - 2018-11-09
11+
1012
### Fixed
1113
- **PageHeader** using `flex-wrap` to fix layout on small screens
1214
- Revert ToastMessage, fixing a bug where children of ToastProvider would not update

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": "7.5.6",
4+
"version": "7.5.7",
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": "7.5.6",
3+
"version": "7.5.7",
44
"scripts": {
55
"test": "react-scripts test --env=jsdom",
66
"test:codemod": "jest codemod",

0 commit comments

Comments
 (0)