From b6b0efe0864c1638b127f29257f12e37c55dacaf Mon Sep 17 00:00:00 2001 From: iago1501 <13649073+iago1501@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:48:45 +0000 Subject: [PATCH] Release v0.24.6 --- 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 acf0c36..6f59642 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.24.6] - 2024-08-21 + ### Added - Added translation for the Dropdown options on props `showNavigationArrows` and `showPaginationDots` - Translations for Bulgarian, German, Spanish, French, Italian, Korean, Dutch, Portuguese, Romanian and Thai. diff --git a/manifest.json b/manifest.json index 80737e1..50fb451 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "slider-layout", "vendor": "vtex", - "version": "0.24.5", + "version": "0.24.6", "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 b4d9df2..9139b20 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.slider-layout", - "version": "0.24.5", + "version": "0.24.6", "description": "A React Slider component that works well in SPA and SSR", "files": [ "react"