From 9f52c2fc8c137cec0848a637db95743e4607224e Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Wed, 16 Dec 2020 18:55:49 +0000 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0246b30..607d92e 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] +## [0.7.0] - 2020-12-16 + ### Changed - Hide shelf when there are no products to show. diff --git a/manifest.json b/manifest.json index a36cdf1..d87a244 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "shelf-components", - "version": "0.6.0", + "version": "0.7.0", "title": "Shelf components", "description": "Components of the new shelves", "builders": { diff --git a/react/package.json b/react/package.json index 1053f64..5d97189 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "shelf-components", - "version": "0.6.0", + "version": "0.7.0", "scripts": { "test": "vtex-test-tools test" },