diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index f22cfb03e7..348c505930 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -8,6 +8,12 @@ +## 1.2.0 (2024-12-17) + +### Feature + +- Added the typing for the new `cssLayers` configuration object setting. @sneridagh [#6539](https://github.com/plone/volto/issues/6539) + ## 1.1.0 (2024-12-12) ### Feature diff --git a/packages/types/news/6539.feature b/packages/types/news/6539.feature deleted file mode 100644 index 4bad8ad4c9..0000000000 --- a/packages/types/news/6539.feature +++ /dev/null @@ -1 +0,0 @@ -Added the typing for the new `cssLayers` configuration object setting. @sneridagh diff --git a/packages/types/package.json b/packages/types/package.json index 5af91ff0e4..6c2370a064 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.1.0", + "version": "1.2.0", "repository": { "type": "git", "url": "https://github.com/plone/volto.git"