Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jul 23, 2023
1 parent 469b807 commit 6214066
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,28 @@ 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.2](https://github.com/rohberg/volto-searchkit-block/compare/0.3.1...0.3.2)

- 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)
- 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)
- code sanity [`ff695ea`](https://github.com/rohberg/volto-searchkit-block/commit/ff695ea5ca2300bbfa0ba6e9e474b615cd840cfe)
- Remove reminders [`b5f4b4d`](https://github.com/rohberg/volto-searchkit-block/commit/b5f4b4da198f21b9fa07f40bae65d6b7c25b84a3)
- Update .gitignore [`554592c`](https://github.com/rohberg/volto-searchkit-block/commit/554592c2a49e59b18a1f5facd6bf1b14f779b34f)
- Update SectionsSearch.jsx [`bb19961`](https://github.com/rohberg/volto-searchkit-block/commit/bb199617b87b352037f9222773257b0b53b775af)

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

> 4 May 2023
- Do not flatten url to app url for external content. [`bf1f662`](https://github.com/rohberg/volto-searchkit-block/commit/bf1f662a57184e529fe069fa69fd35b93c13451d)
- Release 0.3.1 [`e3cff4e`](https://github.com/rohberg/volto-searchkit-block/commit/e3cff4e287bebdcda57f20dc437ada4205bf46e0)

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

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.1",
"version": "0.3.2",
"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 6214066

Please sign in to comment.