From 84a2883118da57ebf74f74eafa20235d64aaccd7 Mon Sep 17 00:00:00 2001 From: Lucas Bebber Date: Wed, 20 Mar 2019 20:19:10 -0300 Subject: [PATCH 1/4] Add w-100 to Telemarketing --- react/components/Telemarketing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/components/Telemarketing.tsx b/react/components/Telemarketing.tsx index c260155..aee2f5e 100644 --- a/react/components/Telemarketing.tsx +++ b/react/components/Telemarketing.tsx @@ -47,7 +47,7 @@ const Telemarketing = (props: Props) => { 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' ) From 3f50e61ccd412c7db7ab3b383b0a58b6385bc68b Mon Sep 17 00:00:00 2001 From: Lucas Bebber Date: Wed, 20 Mar 2019 20:19:15 -0300 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e38e2..e7afb6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ 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] +### Changed + +- Set width explicitly to `w-100` again ## [2.8.1] - 2019-03-20 From 919043d166dd1354b76d48dba2c91537c714bece Mon Sep 17 00:00:00 2001 From: Lucas Bebber Date: Wed, 20 Mar 2019 20:26:56 -0300 Subject: [PATCH 3/4] Update snapshots --- react/__tests__/__snapshots__/Telemarketing.test.tsx.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`] = `
Date: Wed, 20 Mar 2019 20:33:52 -0300 Subject: [PATCH 4/4] Release v2.8.2 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7afb6c..9f17df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] + +## [2.8.2] - 2019-03-20 ### Changed - Set width explicitly to `w-100` again 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",