From e3cff4e287bebdcda57f20dc437ada4205bf46e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20Su=CC=88ss?= Date: Thu, 4 May 2023 10:32:18 +0200 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f04808bf..48264859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.1](https://github.com/rohberg/volto-searchkit-block/compare/0.3.0...0.3.1) + +- Do not flatten url to app url for external content. [`bf1f662`](https://github.com/rohberg/volto-searchkit-block/commit/bf1f662a57184e529fe069fa69fd35b93c13451d) + #### [0.3.0](https://github.com/rohberg/volto-searchkit-block/compare/0.2.0...0.3.0) +> 3 May 2023 + - 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) +- Release 0.3.0 [`403cfdf`](https://github.com/rohberg/volto-searchkit-block/commit/403cfdf900fefb24b42d2dfa30d4dc3e403fafa7) - 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) diff --git a/package.json b/package.json index 28786c44..db389bd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rohberg/volto-searchkit-block", - "version": "0.3.0", + "version": "0.3.1", "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",