From 8d90b892086c5197e305d778d9e493f1ff2c8611 Mon Sep 17 00:00:00 2001 From: GeorgeLimaDev <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 25 Apr 2023 21:14:00 +0000 Subject: [PATCH] Release v0.24.2 --- 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 c9688cf..6c91ddc 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] + +## [0.24.2] - 2023-04-25 ### Fixed - Updated readme.md according to task LOC-10480. diff --git a/manifest.json b/manifest.json index 62315a6..cb0bb56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "slider-layout", "vendor": "vtex", - "version": "0.24.1", + "version": "0.24.2", "title": "VTEX Slider-Layout", "description": "A React Slider component that works well in SPA and SSR", "mustUpdateAt": "2020-01-30", diff --git a/react/package.json b/react/package.json index 368ca42..be3dea7 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.slider-layout", - "version": "0.24.1", + "version": "0.24.2", "description": "A React Slider component that works well in SPA and SSR", "files": [ "react"