From 56d0bacdfd610af443f4ef0d232ee76dec923f2a Mon Sep 17 00:00:00 2001 From: iaronaraujo <8443580+iaronaraujo@users.noreply.github.com> Date: Mon, 10 Feb 2020 13:29:20 +0000 Subject: [PATCH] Release v1.35.4 --- 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 7958d977..b9abd746 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] + +## [1.35.4] - 2020-02-10 ### Removed - `useInView` on `ShelfItem` since this logic was moved to the `product-summary` now. diff --git a/manifest.json b/manifest.json index ab7c9bd2..1cc4024e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "shelf", "vendor": "vtex", - "version": "1.35.3", + "version": "1.35.4", "title": "VTEX Shelf", "description": "A shelf component", "mustUpdateAt": "2019-04-03", diff --git a/react/package.json b/react/package.json index c2a7dd79..af1c18ac 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.shelf", - "version": "1.35.3", + "version": "1.35.4", "description": "A Shelf Component.", "license": "ISC", "author": "VTEX",