From a1ff5a29383b26235f47e1c2e13c5b85ba25b6d2 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Mon, 4 Mar 2024 10:27:29 +0100 Subject: [PATCH] Release 1.0.0-alpha.3 --- CHANGELOG.md | 10 ++++++++++ news/15.feature | 1 - news/16.bugfix | 1 - package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 news/15.feature delete mode 100644 news/16.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index b70c62a..a224149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ +## 1.0.0-alpha.3 (2024-03-04) + +### Feature + +- Add support for sidebar facet conditions @reebalazs [#15](https://github.com/kitconcept/volto-solr/pull/15) + +### Bugfix + +- Fix translations for the result tabs @reebalazs [#16](https://github.com/kitconcept/volto-solr/pull/16) + ## 1.0.0-alpha.2 (2023-08-21) ### Feature diff --git a/news/15.feature b/news/15.feature deleted file mode 100644 index a0341f8..0000000 --- a/news/15.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for sidebar facet conditions @reebalazs diff --git a/news/16.bugfix b/news/16.bugfix deleted file mode 100644 index 3aca2cc..0000000 --- a/news/16.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix translations for the result tabs @reebalazs diff --git a/package.json b/package.json index e2195a0..dbc1f2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-solr", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "@kitconcept/volto-solr: Volto add-on front-end component of Solr support", "main": "src/index.js", "scripts": {