From ab4f20660cee70cf0417685c30d9a494185f9eea Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Wed, 6 Mar 2024 16:48:59 +0100 Subject: [PATCH] Release 6.2.0 --- CHANGELOG.md | 8 ++++++++ news/43.feature | 1 - news/44.feature | 1 - news/45.feature | 1 - package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 news/43.feature delete mode 100644 news/44.feature delete mode 100644 news/45.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c02f4..e94f427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ +## 6.2.0 (2024-03-06) + +### Feature + +- Make navRoot and contentType props available to BlockDataForm @danalvrz [#43](https://github.com/kitconcept/volto-slider-block/pull/43) +- Add Brazilian Portuguese translations [@ericof] [#44](https://github.com/kitconcept/volto-slider-block/pull/44) +- Add Autoplay support to the slider block [@ericof] [#45](https://github.com/kitconcept/volto-slider-block/pull/45) + ## 6.1.1 (2024-01-08) ### Bugfix diff --git a/news/43.feature b/news/43.feature deleted file mode 100644 index 6ea1145..0000000 --- a/news/43.feature +++ /dev/null @@ -1 +0,0 @@ -Make navRoot and contentType props available to BlockDataForm @danalvrz \ No newline at end of file diff --git a/news/44.feature b/news/44.feature deleted file mode 100644 index 055ba42..0000000 --- a/news/44.feature +++ /dev/null @@ -1 +0,0 @@ -Add Brazilian Portuguese translations [@ericof] \ No newline at end of file diff --git a/news/45.feature b/news/45.feature deleted file mode 100644 index ffda704..0000000 --- a/news/45.feature +++ /dev/null @@ -1 +0,0 @@ -Add Autoplay support to the slider block [@ericof] \ No newline at end of file diff --git a/package.json b/package.json index 14f2ebd..cc0c698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-slider-block", - "version": "6.1.1", + "version": "6.2.0", "description": "Slider block for Plone 6 (Volto)", "main": "src/index.js", "license": "MIT",