From 403cfdf900fefb24b42d2dfa30d4dc3e403fafa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20Su=CC=88ss?= Date: Wed, 3 May 2023 15:05:19 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7f3e04..f04808bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,27 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.3.0](https://github.com/rohberg/volto-searchkit-block/compare/0.2.0...0.3.0) + +- Update release-it [`16d8cfc`](https://github.com/rohberg/volto-searchkit-block/commit/16d8cfc008ff3ebc6cce492127bdf478da36076b) +- Dropdown: Keep menu open for multiple selection [`5652231`](https://github.com/rohberg/volto-searchkit-block/commit/565223113546bbdd95fd40363cd33b0a1fa58f87) +- Filter options: Show clear icon link to deselect option [`b610fc5`](https://github.com/rohberg/volto-searchkit-block/commit/b610fc51592bd2d4fd24522b37c8d0dfa0f04ef3) +- Fix clear buttons in filter options [`b7598d8`](https://github.com/rohberg/volto-searchkit-block/commit/b7598d8e16645b8c0ed970f714b6c6c12eee8891) +- Add translation for 'deselect all' [`95fe15b`](https://github.com/rohberg/volto-searchkit-block/commit/95fe15b1d7b0899356b2ef3e0d8bac11087e7445) +- REmove "private": false, [`3532b48`](https://github.com/rohberg/volto-searchkit-block/commit/3532b4808da92afe7cd627d6b75a89286aa2e7e3) +- Reset sections selection on reset of search string [`065daf9`](https://github.com/rohberg/volto-searchkit-block/commit/065daf96f4262b93183f7b7818a7ae4f7420dd34) +- "react-searchkit": "v2.2.0" [`6c4a90c`](https://github.com/rohberg/volto-searchkit-block/commit/6c4a90cc406db8ba5225152a749e7314bf069129) +- Update package.json [`b2399b3`](https://github.com/rohberg/volto-searchkit-block/commit/b2399b362c4b9545c23e01735d43bdde7f0c90a1) +- prettier [`8b7fb5b`](https://github.com/rohberg/volto-searchkit-block/commit/8b7fb5b9687fdd4d675a6ea632f6f2b7e57bdba4) +- Filter options more compact [`6107026`](https://github.com/rohberg/volto-searchkit-block/commit/61070269da62e29fae0b0c2f48f1d186c19b1e81) +- Update package.json [`38aea58`](https://github.com/rohberg/volto-searchkit-block/commit/38aea58bb09af433a11590e8bb97f932864eeb89) +- Update springisnow-volto-searchkit-block.less [`6c63ff0`](https://github.com/rohberg/volto-searchkit-block/commit/6c63ff0cba8b37e8a02d3f7e209b0370d2d0ee24) +- Update FacetedSearch.jsx [`1816fe4`](https://github.com/rohberg/volto-searchkit-block/commit/1816fe401185475f7bc9c6bb8afaa0111cc5b109) + #### 0.2.0 +> 4 March 2023 + - Small fixes [`#11`](https://github.com/rohberg/volto-searchkit-block/pull/11) - Fix linting warnings [`#10`](https://github.com/rohberg/volto-searchkit-block/pull/10) - Acceptance tests [`#9`](https://github.com/rohberg/volto-searchkit-block/pull/9) @@ -27,6 +46,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Create elasticsearch-mappings_example.json [`e17a0dd`](https://github.com/rohberg/volto-searchkit-block/commit/e17a0dd1777ac0ff21b148bb0451cd2d03811a65) - Initial acceptance test setup [`ad47910`](https://github.com/rohberg/volto-searchkit-block/commit/ad47910c61f3fb8ac80b08fc2aa89358367ea9d9) - Searchkit [`bbecd57`](https://github.com/rohberg/volto-searchkit-block/commit/bbecd57eaa8dfb9b00c50bfdf7db634cf1d6f347) +- Release 0.2.0 [`1d572f6`](https://github.com/rohberg/volto-searchkit-block/commit/1d572f654fef09e1739927d0405a8cb8c40d5dfb) - Update springisnow-volto-searchkit-block.less [`5f99f61`](https://github.com/rohberg/volto-searchkit-block/commit/5f99f6192fb0736172301d67968378775fecd32c) - Add dev stuff: elasticsearch, redis, celery [`aed5640`](https://github.com/rohberg/volto-searchkit-block/commit/aed564039705f4058ba4228470fa53de6ca946fb) - Revert "Create FacetedSearch copy.jsx" [`d335dc6`](https://github.com/rohberg/volto-searchkit-block/commit/d335dc6ca0fa8cb4e48b6f280a801dd3e25a966c) diff --git a/package.json b/package.json index ab00f90b..306179bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rohberg/volto-searchkit-block", - "version": "0.2.0", + "version": "0.3.0", "description": "Find content. Pardon typos. Allow search queries with and provide results with compound words.", "main": "src/index.js", "author": "Katja Süss, https://github.com/rohberg",