From 0d976fc701bfa076e95ad5602102c1b2f415e3f9 Mon Sep 17 00:00:00 2001 From: kevinch <2573602+kevinch@users.noreply.github.com> Date: Wed, 8 Jul 2020 16:45:58 +0000 Subject: [PATCH] Release v2.7.2 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db2a6b5f..7e02e002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.7.2] - 2020-07-08 + ### Changed - App setup with `vtex setup` diff --git a/manifest.json b/manifest.json index 43b229fb..364cb8cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "profile-form", - "version": "2.7.1", + "version": "2.7.2", "title": "VTEX Profile-form", "description": "React component for managing user profiles", "builders": { diff --git a/react/package.json b/react/package.json index c45aa038..fe6e06d1 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/profile-form", - "version": "2.6.9", + "version": "2.7.2", "description": "React component for managing user profiles", "main": "lib/index.js", "files": [ @@ -98,4 +98,4 @@ "peerDependencies": { "vtex-tachyons": "^2.5.0" } -} \ No newline at end of file +}