diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f5e8669f..4a5fb41ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ +## 16.31.5 (2024-05-06) + +### Bugfix + +- Fix image disappears after pressing the Enter key on title field in image content-type. @iFlameing [#5973](https://github.com/plone/volto/issues/5973) +- Fix 301 and 302 redirects. @robgietema [#6001](https://github.com/plone/volto/issues/6001) + +### Documentation + +- Block search engines from indexing content on Netlify preview builds. @stevepiercy [#5916](https://github.com/plone/volto/issues/5916) + ## 16.31.4 (2024-03-18) ### Bugfix diff --git a/news/5916.documentation b/news/5916.documentation deleted file mode 100644 index 6264f42515..0000000000 --- a/news/5916.documentation +++ /dev/null @@ -1 +0,0 @@ -Block search engines from indexing content on Netlify preview builds. @stevepiercy diff --git a/news/5973.bugfix b/news/5973.bugfix deleted file mode 100644 index 5326b7aa74..0000000000 --- a/news/5973.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix image disappears after pressing the Enter key on title field in image content-type. @iFlameing \ No newline at end of file diff --git a/news/6001.bugfix b/news/6001.bugfix deleted file mode 100644 index 949e8b88f7..0000000000 --- a/news/6001.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix 301 and 302 redirects. @robgietema \ No newline at end of file diff --git a/package.json b/package.json index 4c45ff1c86..aa4153e9e5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "16.31.4", + "version": "16.31.5", "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 d19e439872..511819041a 100644 --- a/packages/volto-slate/package.json +++ b/packages/volto-slate/package.json @@ -1,6 +1,6 @@ { "name": "@plone/volto-slate", - "version": "16.31.4", + "version": "16.31.5", "description": "Slate.js integration with Volto", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",