From 157df05e5da7cc4349f2fefaa6e3566da56a8213 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Mon, 11 Nov 2024 12:41:38 +0100 Subject: [PATCH] Release 18.1.0 --- docs/source/release-notes/index.md | 20 ++++++++++++++++++++ packages/volto/CHANGELOG.md | 20 ++++++++++++++++++++ packages/volto/news/6397.documentation | 1 - packages/volto/news/6472.internal | 1 - packages/volto/news/6473.bugfix | 1 - packages/volto/news/6476.feature | 1 - packages/volto/news/6480.bugfix | 2 -- packages/volto/package.json | 2 +- 8 files changed, 41 insertions(+), 7 deletions(-) delete mode 100644 packages/volto/news/6397.documentation delete mode 100644 packages/volto/news/6472.internal delete mode 100644 packages/volto/news/6473.bugfix delete mode 100644 packages/volto/news/6476.feature delete mode 100644 packages/volto/news/6480.bugfix diff --git a/docs/source/release-notes/index.md b/docs/source/release-notes/index.md index 81082946b3..ba882e6e51 100644 --- a/docs/source/release-notes/index.md +++ b/docs/source/release-notes/index.md @@ -17,6 +17,26 @@ myst: +## 18.1.0 (2024-11-11) + +### Feature + +- Update Dutch translations. @fredvd [#6476](https://github.com/plone/volto/issues/6476) + +### Bugfix + +- URL Management control panel: Show errors from a failed CSV upload. @davisagli [#6473](https://github.com/plone/volto/issues/6473) +- Added missing style Helmet serialization in the HTML component to make it work in SSR. @sneridagh + Fix deprecation notice for the usage of apple-mobile-web-app-capable. [#6480](https://github.com/plone/volto/issues/6480) + +### Internal + +- Added React Router 7 experimental PoC. @sneridagh [#6472](https://github.com/plone/volto/issues/6472) + +### Documentation + +- Overhaul and update of the add-ons section in documentation. @sneridagh [#6397](https://github.com/plone/volto/issues/6397) + ## 18.0.3 (2024-11-05) ### Bugfix diff --git a/packages/volto/CHANGELOG.md b/packages/volto/CHANGELOG.md index 81082946b3..ba882e6e51 100644 --- a/packages/volto/CHANGELOG.md +++ b/packages/volto/CHANGELOG.md @@ -17,6 +17,26 @@ myst: +## 18.1.0 (2024-11-11) + +### Feature + +- Update Dutch translations. @fredvd [#6476](https://github.com/plone/volto/issues/6476) + +### Bugfix + +- URL Management control panel: Show errors from a failed CSV upload. @davisagli [#6473](https://github.com/plone/volto/issues/6473) +- Added missing style Helmet serialization in the HTML component to make it work in SSR. @sneridagh + Fix deprecation notice for the usage of apple-mobile-web-app-capable. [#6480](https://github.com/plone/volto/issues/6480) + +### Internal + +- Added React Router 7 experimental PoC. @sneridagh [#6472](https://github.com/plone/volto/issues/6472) + +### Documentation + +- Overhaul and update of the add-ons section in documentation. @sneridagh [#6397](https://github.com/plone/volto/issues/6397) + ## 18.0.3 (2024-11-05) ### Bugfix diff --git a/packages/volto/news/6397.documentation b/packages/volto/news/6397.documentation deleted file mode 100644 index 21135b8b4a..0000000000 --- a/packages/volto/news/6397.documentation +++ /dev/null @@ -1 +0,0 @@ -Overhaul and update of the add-ons section in documentation. @sneridagh diff --git a/packages/volto/news/6472.internal b/packages/volto/news/6472.internal deleted file mode 100644 index af14cbd425..0000000000 --- a/packages/volto/news/6472.internal +++ /dev/null @@ -1 +0,0 @@ -Added React Router 7 experimental PoC. @sneridagh diff --git a/packages/volto/news/6473.bugfix b/packages/volto/news/6473.bugfix deleted file mode 100644 index f69b52f0e1..0000000000 --- a/packages/volto/news/6473.bugfix +++ /dev/null @@ -1 +0,0 @@ -URL Management control panel: Show errors from a failed CSV upload. @davisagli diff --git a/packages/volto/news/6476.feature b/packages/volto/news/6476.feature deleted file mode 100644 index 97ed49fe87..0000000000 --- a/packages/volto/news/6476.feature +++ /dev/null @@ -1 +0,0 @@ -Update Dutch translations. @fredvd \ No newline at end of file diff --git a/packages/volto/news/6480.bugfix b/packages/volto/news/6480.bugfix deleted file mode 100644 index 8f119b72ae..0000000000 --- a/packages/volto/news/6480.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Added missing style Helmet serialization in the HTML component to make it work in SSR. @sneridagh -Fix deprecation notice for the usage of apple-mobile-web-app-capable. diff --git a/packages/volto/package.json b/packages/volto/package.json index f09d892ea6..f72d9ebb99 100644 --- a/packages/volto/package.json +++ b/packages/volto/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "18.0.3", + "version": "18.1.0", "repository": { "type": "git", "url": "git@github.com:plone/volto.git"