Skip to content

Commit

Permalink
Release 17.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 16, 2023
1 parent ccdd1bb commit 753e79e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@

<!-- towncrier release notes start -->

## 17.2.0 (2023-10-16)

### Feature

- add cypress test for search block via url - @ionlizarazu [#5298](https://github.com/plone/volto/issues/5298)

### Bugfix

- Fix adding multiple path criteria in search and listing blocks. @davisagli [#5317](https://github.com/plone/volto/issues/5317)


## 17.1.1 (2023-10-13)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion news/5298.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/5317.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "17.1.1",
"version": "17.2.0",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/volto-slate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plone/volto-slate",
"version": "17.1.1",
"version": "17.2.0",
"description": "Slate.js integration with Volto",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit 753e79e

Please sign in to comment.