diff --git a/CHANGELOG.md b/CHANGELOG.md index 9358030..82bf3b9 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.7.2] - 2020-11-13 ### Fixed - Screen overflowing horizontally in some resolutions. diff --git a/manifest.json b/manifest.json index 4a46d6b..0bb3391 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "checkout", - "version": "2.7.1", + "version": "2.7.2", "title": "Checkout UI", "description": "Checkout UI for the Store Framework", "defaultLocale": "pt-BR", diff --git a/node/package.json b/node/package.json index fc13f0e..ef9e8d1 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout", - "version": "2.7.1", + "version": "2.7.2", "private": true, "license": "UNLICENSED", "scripts": { diff --git a/react/package.json b/react/package.json index ef5a0a8..a43d16a 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout", - "version": "2.7.1", + "version": "2.7.2", "private": true, "scripts": { "test": "vtex-test-tools test",