Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Sep 22, 2023
1 parent 4aac32f commit 35e2669
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +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.3](https://github.com/rohberg/volto-searchkit-block/compare/0.3.2...0.3.3)

- Bug fix for metadata values not part of vocabularies [`b1f370f`](https://github.com/rohberg/volto-searchkit-block/commit/b1f370f7f7bc20e9679ee91a81671e6f41f84445)
- Bug fix for metadata values not part of vocabularies [`09fe2b9`](https://github.com/rohberg/volto-searchkit-block/commit/09fe2b9721639a591c59a19a88084c0e343620c8)
- Fix format of search result to external target. [`9d35007`](https://github.com/rohberg/volto-searchkit-block/commit/9d3500794e8957ea3a44ff34b8b45ad4e7b80319)
- Update README.md [`9ef5a46`](https://github.com/rohberg/volto-searchkit-block/commit/9ef5a4666cb3ef14dd6ad70d558b49524afdb43d)
- code health [`b932d03`](https://github.com/rohberg/volto-searchkit-block/commit/b932d0306af28e359e162db05e1ff771923f2441)
- Update README.md [`7822514`](https://github.com/rohberg/volto-searchkit-block/commit/7822514b3c5377b01ab2b2b1c03d46b148be5120)
- Update package.json [`4aac32f`](https://github.com/rohberg/volto-searchkit-block/commit/4aac32f4a9bc6c4c27a514f17db5144acfb40462)

#### [0.3.2](https://github.com/rohberg/volto-searchkit-block/compare/0.3.1...0.3.2)

> 23 July 2023
- Replace axios with fetch [`#14`](https://github.com/rohberg/volto-searchkit-block/pull/14)
- Bump semver from 7.3.8 to 7.5.4 in /acceptance [`#13`](https://github.com/rohberg/volto-searchkit-block/pull/13)
- Delete yarn.lock [`337a712`](https://github.com/rohberg/volto-searchkit-block/commit/337a712a728c4007c3687ab5cafa7c03c5fd7590)
- Refactor SectionsSearch [`cdb3775`](https://github.com/rohberg/volto-searchkit-block/commit/cdb3775ebd1622e757479386ac207a9195f27718)
- Bookmarks: Add export button for filter mapping to block sidebar configuration. [`b422b5b`](https://github.com/rohberg/volto-searchkit-block/commit/b422b5b4940aed3db062b7dba600035923f59e7d)
- Update README with user search instructions. [`7654dce`](https://github.com/rohberg/volto-searchkit-block/commit/7654dce1a78c2bee0988ac4021551c69aac0dfe2)
- Release 0.3.2 [`6214066`](https://github.com/rohberg/volto-searchkit-block/commit/621406641d43475d4030af9f14aacae86bdca624)
- prettier [`5d2014b`](https://github.com/rohberg/volto-searchkit-block/commit/5d2014b53fb4b0abebfb5b9c1f303c8013eb1f8d)
- Exclude AND and OR [`469b807`](https://github.com/rohberg/volto-searchkit-block/commit/469b807e752be9aba2f682261befb6226e718f1a)
- Dispatch event "searchkitQueryChanged" on query change. [`d6354fa`](https://github.com/rohberg/volto-searchkit-block/commit/d6354fa81d7f4008902066d9666dfba431725ec1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rohberg/volto-searchkit-block",
"version": "0.3.2",
"version": "0.3.3",
"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",
Expand Down

0 comments on commit 35e2669

Please sign in to comment.