From 957f1c1e235b366028fa73080a986a2aef1b0a44 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Fri, 13 Oct 2023 11:21:45 +0200 Subject: [PATCH] Release 17.1.1 --- CHANGELOG.md | 8 ++++++++ news/5266.bugfix | 1 - news/5318.bugfix | 1 - package.json | 2 +- packages/volto-slate/package.json | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 news/5266.bugfix delete mode 100644 news/5318.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fe50ae80..dca16b73a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ +## 17.1.1 (2023-10-13) + +### Bugfix + +- Normalize the shape of the image component item prop if it contains the serialized object after creation to match the one in the catalog. @sneridagh [#5266](https://github.com/plone/volto/issues/5266) +- Added guard in `flattenScales` in edge case image is undefined @sneridagh [#5318](https://github.com/plone/volto/issues/5318) + + ## 17.1.0 (2023-10-11) ### Feature diff --git a/news/5266.bugfix b/news/5266.bugfix deleted file mode 100644 index 843d87574d..0000000000 --- a/news/5266.bugfix +++ /dev/null @@ -1 +0,0 @@ -Normalize the shape of the image component item prop if it contains the serialized object after creation to match the one in the catalog. @sneridagh diff --git a/news/5318.bugfix b/news/5318.bugfix deleted file mode 100644 index 7c18f53adb..0000000000 --- a/news/5318.bugfix +++ /dev/null @@ -1 +0,0 @@ -Added guard in `flattenScales` in edge case image is undefined @sneridagh diff --git a/package.json b/package.json index de70432a53..7752ed9fd2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "17.1.0", + "version": "17.1.1", "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 b79ceac929..77b29c670b 100644 --- a/packages/volto-slate/package.json +++ b/packages/volto-slate/package.json @@ -1,6 +1,6 @@ { "name": "@plone/volto-slate", - "version": "17.1.0", + "version": "17.1.1", "description": "Slate.js integration with Volto", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",