From f89c52313a873ce718dde7213307aaaa13d80cc0 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Thu, 21 Mar 2024 09:11:41 +0100 Subject: [PATCH] Release 18.0.0-alpha.23 --- docs/source/release-notes/index.md | 10 ++++++++++ packages/volto/CHANGELOG.md | 10 ++++++++++ packages/volto/news/5341.documentation | 1 - packages/volto/news/5901.feature | 1 - packages/volto/package.json | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) delete mode 100644 packages/volto/news/5341.documentation delete mode 100644 packages/volto/news/5901.feature diff --git a/docs/source/release-notes/index.md b/docs/source/release-notes/index.md index b55351be71..523d264f4b 100644 --- a/docs/source/release-notes/index.md +++ b/docs/source/release-notes/index.md @@ -17,6 +17,16 @@ myst: +## 18.0.0-alpha.23 (2024-03-21) + +### Feature + +- Improve the usage of `RAZZLE_JEST_CONFIG`. @sneridagh [#5901](https://github.com/plone/volto/issues/5901) + +### Documentation + +- Updated testing and code quality with information on how to contribute to Volto core. @ichim-david [#5341](https://github.com/plone/volto/issues/5341) + ## 18.0.0-alpha.22 (2024-03-19) ### Bugfix diff --git a/packages/volto/CHANGELOG.md b/packages/volto/CHANGELOG.md index b55351be71..523d264f4b 100644 --- a/packages/volto/CHANGELOG.md +++ b/packages/volto/CHANGELOG.md @@ -17,6 +17,16 @@ myst: +## 18.0.0-alpha.23 (2024-03-21) + +### Feature + +- Improve the usage of `RAZZLE_JEST_CONFIG`. @sneridagh [#5901](https://github.com/plone/volto/issues/5901) + +### Documentation + +- Updated testing and code quality with information on how to contribute to Volto core. @ichim-david [#5341](https://github.com/plone/volto/issues/5341) + ## 18.0.0-alpha.22 (2024-03-19) ### Bugfix diff --git a/packages/volto/news/5341.documentation b/packages/volto/news/5341.documentation deleted file mode 100644 index 6451532b92..0000000000 --- a/packages/volto/news/5341.documentation +++ /dev/null @@ -1 +0,0 @@ -Updated testing and code quality with information on how to contribute to Volto core. @ichim-david \ No newline at end of file diff --git a/packages/volto/news/5901.feature b/packages/volto/news/5901.feature deleted file mode 100644 index 3bf2302c9f..0000000000 --- a/packages/volto/news/5901.feature +++ /dev/null @@ -1 +0,0 @@ -Improve the usage of `RAZZLE_JEST_CONFIG`. @sneridagh diff --git a/packages/volto/package.json b/packages/volto/package.json index 45c7c8b12c..7e29cd4af3 100644 --- a/packages/volto/package.json +++ b/packages/volto/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "18.0.0-alpha.22", + "version": "18.0.0-alpha.23", "repository": { "type": "git", "url": "git@github.com:plone/volto.git"