From f77ace48c119d307207d54551f764c07f354be6a Mon Sep 17 00:00:00 2001 From: filipewl <381395+filipewl@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:10:19 +0000 Subject: [PATCH] Release v0.24.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 4cf8b4f..7fc4892 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.4] - 2023-11-06 + ### Fixed - Fixed the accessibility issue of the `aria-controls`s' relationship between the slider and its controls ([reference](https://dequeuniversity.com/rules/axe/4.7/aria-valid-attr-value)). diff --git a/manifest.json b/manifest.json index c19ff4e..315f682 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "slider-layout", "vendor": "vtex", - "version": "0.24.3", + "version": "0.24.4", "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 a6fd2ae..c3e5244 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.slider-layout", - "version": "0.24.3", + "version": "0.24.4", "description": "A React Slider component that works well in SPA and SSR", "files": [ "react"