diff --git a/packages/slots/CHANGELOG.md b/packages/slots/CHANGELOG.md index 5d07428752..3f05200f44 100644 --- a/packages/slots/CHANGELOG.md +++ b/packages/slots/CHANGELOG.md @@ -8,6 +8,18 @@ +## 1.0.0-alpha.1 (2025-02-08) + +### Breaking + +- Move the styles to `./styles/main.css`. @sneridagh [#6636](https://github.com/plone/volto/issues/6636) + +### Internal + +- Update Storybook version. @sneridagh [#6640](https://github.com/plone/volto/issues/6640) +- Update internal `peerDependencies` to include React 19. + Update TS version. @sneridagh [#6641](https://github.com/plone/volto/issues/6641) + ## 1.0.0-alpha.0 (2025-01-24) ### Bugfix diff --git a/packages/slots/news/6636.breaking b/packages/slots/news/6636.breaking deleted file mode 100644 index 0f9f482079..0000000000 --- a/packages/slots/news/6636.breaking +++ /dev/null @@ -1 +0,0 @@ -Move the styles to `./styles/main.css`. @sneridagh diff --git a/packages/slots/news/6640.internal b/packages/slots/news/6640.internal deleted file mode 100644 index 6267182673..0000000000 --- a/packages/slots/news/6640.internal +++ /dev/null @@ -1 +0,0 @@ -Update Storybook version. @sneridagh diff --git a/packages/slots/news/6641.internal b/packages/slots/news/6641.internal deleted file mode 100644 index bb39b1379f..0000000000 --- a/packages/slots/news/6641.internal +++ /dev/null @@ -1,2 +0,0 @@ -Update internal `peerDependencies` to include React 19. -Update TS version. @sneridagh diff --git a/packages/slots/package.json b/packages/slots/package.json index d37c646b21..d8c71876e1 100644 --- a/packages/slots/package.json +++ b/packages/slots/package.json @@ -9,7 +9,7 @@ ], "funding": "https://github.com/sponsors/plone", "license": "MIT", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/plone/volto.git"