From 1d33d5c917644de017a56a9b7023fa3df16574d6 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Fri, 22 Dec 2023 11:06:27 +0100 Subject: [PATCH] Release 6.1.0 --- CHANGELOG.md | 6 ++++++ news/40.feature | 1 - package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 news/40.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c87f8e..ee68dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ +## 6.1.0 (2023-12-22) + +### Feature + +- Add conditionals around arrow and dot buttons, and hide them, if there is only one slide @danalvrz [#40](https://github.com/kitconcept/volto-slider-block/pull/40) + ## 6.0.0 (2023-12-18) ### Internal diff --git a/news/40.feature b/news/40.feature deleted file mode 100644 index 63ac652..0000000 --- a/news/40.feature +++ /dev/null @@ -1 +0,0 @@ -Add conditionals around arrow and dot buttons, and hide them, if there is only one slide @danalvrz \ No newline at end of file diff --git a/package.json b/package.json index 217bbc9..6c109cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-slider-block", - "version": "6.0.0", + "version": "6.1.0", "description": "Slider block for Plone 6 (Volto)", "main": "src/index.js", "license": "MIT",