diff --git a/packages/blocks/CHANGELOG.md b/packages/blocks/CHANGELOG.md index 89cd5d8368..190740f454 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -8,6 +8,20 @@ +## 1.0.0-alpha.2 (2025-01-24) + +### Feature + +- Added more blocks. @sneridagh [#6409](https://github.com/plone/volto/pull/6409) + +### Bugfix + +- Fixed several typing errors and a map without key. @sneridagh [#6599](https://github.com/plone/volto/pull/6599) + +### Internal + +- Centralize `tsconfig`. @sneridagh [#6536](https://github.com/plone/volto/pull/6536) + ## 1.0.0-alpha.1 (2024-07-26) ### Internal diff --git a/packages/blocks/news/6409.feature b/packages/blocks/news/6409.feature deleted file mode 100644 index a8b2797c03..0000000000 --- a/packages/blocks/news/6409.feature +++ /dev/null @@ -1 +0,0 @@ -Added more blocks. @sneridagh diff --git a/packages/blocks/news/6536.internal b/packages/blocks/news/6536.internal deleted file mode 100644 index 27c8bbd143..0000000000 --- a/packages/blocks/news/6536.internal +++ /dev/null @@ -1 +0,0 @@ -Centralize `tsconfig`. @sneridagh diff --git a/packages/blocks/news/6599.bugfix b/packages/blocks/news/6599.bugfix deleted file mode 100644 index c1075c263b..0000000000 --- a/packages/blocks/news/6599.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed several typing errors and a map without key. @sneridagh diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 51ee1c1f55..572e326424 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -9,7 +9,7 @@ ], "funding": "https://github.com/sponsors/plone", "license": "MIT", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/plone/volto.git"