From 20d6a5efed85c4bdcae66cf4ee594da4b690b14d Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Tue, 6 Feb 2024 09:58:09 +0100 Subject: [PATCH] Release generate-volto 9.0.0-alpha.5 --- packages/generator-volto/CHANGELOG.md | 10 ++++++++++ packages/generator-volto/news/5437.documentation | 1 - packages/generator-volto/news/5738.bugfix | 1 - packages/generator-volto/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 packages/generator-volto/news/5437.documentation delete mode 100644 packages/generator-volto/news/5738.bugfix diff --git a/packages/generator-volto/CHANGELOG.md b/packages/generator-volto/CHANGELOG.md index 985550186c..a8491642bf 100644 --- a/packages/generator-volto/CHANGELOG.md +++ b/packages/generator-volto/CHANGELOG.md @@ -8,6 +8,16 @@ +## 9.0.0-alpha.5 (2024-02-06) + +### Bugfix + +- Fix tests in projects that involves TS files @sneridagh [#5738](https://github.com/plone/volto/issues/5738) + +### Documentation + +- Reorganize `README.md`, merging content into authoritative locations. Add `awesome_bot` to check links in all READMEs. @stevepiercy [#5437](https://github.com/plone/volto/issues/5437) + ## 9.0.0-alpha.4 (2024-02-02) ### Bugfix diff --git a/packages/generator-volto/news/5437.documentation b/packages/generator-volto/news/5437.documentation deleted file mode 100644 index 377e651c6b..0000000000 --- a/packages/generator-volto/news/5437.documentation +++ /dev/null @@ -1 +0,0 @@ -Reorganize `README.md`, merging content into authoritative locations. Add `awesome_bot` to check links in all READMEs. @stevepiercy diff --git a/packages/generator-volto/news/5738.bugfix b/packages/generator-volto/news/5738.bugfix deleted file mode 100644 index 3d79222644..0000000000 --- a/packages/generator-volto/news/5738.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix tests in projects that involves TS files @sneridagh diff --git a/packages/generator-volto/package.json b/packages/generator-volto/package.json index e874f029e1..51804c07a4 100644 --- a/packages/generator-volto/package.json +++ b/packages/generator-volto/package.json @@ -10,7 +10,7 @@ } ], "license": "MIT", - "version": "9.0.0-alpha.4", + "version": "9.0.0-alpha.5", "repository": { "type": "git", "url": "git+https://github.com/plone/generator-volto.git"