diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e38e2..9f17df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.8.2] - 2019-03-20 +### Changed + +- Set width explicitly to `w-100` again + ## [2.8.1] - 2019-03-20 ### Fixed diff --git a/manifest.json b/manifest.json index 75b541a..5ac5a83 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "telemarketing", - "version": "2.8.1", + "version": "2.8.2", "title": "VTEX Telemarketing", "defaultLocale": "pt-BR", "description": "The VTEX telemarketing app", diff --git a/react/__tests__/__snapshots__/Telemarketing.test.tsx.snap b/react/__tests__/__snapshots__/Telemarketing.test.tsx.snap index 46b9ff7..12d7795 100644 --- a/react/__tests__/__snapshots__/Telemarketing.test.tsx.snap +++ b/react/__tests__/__snapshots__/Telemarketing.test.tsx.snap @@ -3,7 +3,7 @@ exports[` component should match snapshot with client 1`] = ` component should match snapshot with client 1`] = ` exports[` component should match snapshot without client 1`] = ` { const containerClasses = classnames( styles.container, - 'flex justify-center tc c-on-emphasis h2 t-mini pa2', + 'flex justify-center tc c-on-emphasis h2 t-mini pa2 w-100', !!client ? 'bg-emphasis' : 'bg-base--inverted' )