From 3b04e82e203f46145a8b03c3d763899f4c55e3c3 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Mon, 18 Mar 2024 12:49:29 +0100 Subject: [PATCH] Release 16.31.4 --- CHANGELOG.md | 7 +++++++ news/5262.bugfix | 1 - news/5820.bugfix | 1 - package.json | 2 +- packages/volto-slate/package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 news/5262.bugfix delete mode 100644 news/5820.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9af37d0b..b6f5e8669f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ +## 16.31.4 (2024-03-18) + +### Bugfix + +- (fix): make search block sort and facets work on edit @dobri1408 [#5262](https://github.com/plone/volto/issues/5262) +- Fix Link to Item and Aliases view not updating content in multilingual site. @iFlameing [#5820](https://github.com/plone/volto/issues/5820) + ## 16.31.3 (2024-03-06) ### Bugfix diff --git a/news/5262.bugfix b/news/5262.bugfix deleted file mode 100644 index 8648d6af38..0000000000 --- a/news/5262.bugfix +++ /dev/null @@ -1 +0,0 @@ -(fix): make search block sort and facets work on edit @dobri1408 \ No newline at end of file diff --git a/news/5820.bugfix b/news/5820.bugfix deleted file mode 100644 index e6c52378e1..0000000000 --- a/news/5820.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix Link to Item and Aliases view not updating content in multilingual site. @iFlameing \ No newline at end of file diff --git a/package.json b/package.json index d35999e5f0..4c45ff1c86 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "16.31.3", + "version": "16.31.4", "repository": { "type": "git", "url": "git@github.com:plone/volto.git" diff --git a/packages/volto-slate/package.json b/packages/volto-slate/package.json index f2c965a35c..d19e439872 100644 --- a/packages/volto-slate/package.json +++ b/packages/volto-slate/package.json @@ -1,6 +1,6 @@ { "name": "@plone/volto-slate", - "version": "16.31.3", + "version": "16.31.4", "description": "Slate.js integration with Volto", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",