diff --git a/packages/theming/CHANGELOG.md b/packages/theming/CHANGELOG.md index d3ab18563b..eca1bdc78a 100644 --- a/packages/theming/CHANGELOG.md +++ b/packages/theming/CHANGELOG.md @@ -8,4 +8,15 @@ +## 1.0.0-alpha.0 (2025-01-24) + +### Bugfix + +- Added empty main.css.map to avoid RR7 to complain. @sneridagh [#6599](https://github.com/plone/volto/issues/6599) + +### Internal + +- Initial commit, first steps. @sneridagh [#6409](https://github.com/plone/volto/issues/6409) +- Centralize `tsconfig`. @sneridagh [#6536](https://github.com/plone/volto/issues/6536) + ## 1.0.0 (unreleased) diff --git a/packages/theming/news/6409.internal b/packages/theming/news/6409.internal deleted file mode 100644 index 5712bbc003..0000000000 --- a/packages/theming/news/6409.internal +++ /dev/null @@ -1 +0,0 @@ -Initial commit, first steps. @sneridagh diff --git a/packages/theming/news/6536.internal b/packages/theming/news/6536.internal deleted file mode 100644 index 27c8bbd143..0000000000 --- a/packages/theming/news/6536.internal +++ /dev/null @@ -1 +0,0 @@ -Centralize `tsconfig`. @sneridagh diff --git a/packages/theming/news/6599.bugfix b/packages/theming/news/6599.bugfix deleted file mode 100644 index 0b1721cf28..0000000000 --- a/packages/theming/news/6599.bugfix +++ /dev/null @@ -1 +0,0 @@ -Added empty main.css.map to avoid RR7 to complain. @sneridagh diff --git a/packages/theming/package.json b/packages/theming/package.json index 688bd0231c..f747e235b1 100644 --- a/packages/theming/package.json +++ b/packages/theming/package.json @@ -9,7 +9,7 @@ ], "funding": "https://github.com/sponsors/plone", "license": "MIT", - "version": "1.0.0", + "version": "1.0.0-alpha.0", "repository": { "type": "git", "url": "https://github.com/plone/volto.git"