diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 4fc19146ba..8078129cb3 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -8,6 +8,12 @@ +## 1.0.0-alpha.18 (2024-07-26) + +### Feature + +- Change the types in `common.d.ts` to interfaces, to make them extendable. @tomschall [#6191](https://github.com/plone/volto/issues/6191) + ## 1.0.0-alpha.17 (2024-06-27) ### Internal diff --git a/packages/types/news/6191.feature b/packages/types/news/6191.feature deleted file mode 100644 index 4377407fa9..0000000000 --- a/packages/types/news/6191.feature +++ /dev/null @@ -1 +0,0 @@ -Change the types in `common.d.ts` to interfaces, to make them extendable. @tomschall \ No newline at end of file diff --git a/packages/types/package.json b/packages/types/package.json index 82ffe7bf4f..4e0cb5645b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -9,7 +9,7 @@ ], "funding": "https://github.com/sponsors/plone", "license": "MIT", - "version": "1.0.0-alpha.17", + "version": "1.0.0-alpha.18", "repository": { "type": "git", "url": "https://github.com/plone/volto.git"