From 6d00fef11c192be8056995f8f676679b9751246b Mon Sep 17 00:00:00 2001 From: victorhmp <27777263+victorhmp@users.noreply.github.com> Date: Tue, 27 Oct 2020 15:43:09 +0000 Subject: [PATCH] Release v0.25.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 adc79d3b..65507fb0 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.25.0] - 2020-10-27 + ### Added - `totalAvailable` and `distinctAvailable` values for `itemCountMode`. diff --git a/manifest.json b/manifest.json index 96c25917..b2d07480 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.24.3", + "version": "0.25.0", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 47e86903..944a94a3 100644 --- a/react/package.json +++ b/react/package.json @@ -38,5 +38,5 @@ "vtex.store-icons": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-icons@0.17.1/public/@types/vtex.store-icons", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.129.0/public/@types/vtex.styleguide" }, - "version": "0.24.3" + "version": "0.25.0" }