diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b6d4a93b..ccfce78ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ myst: +## 17.12.1 (2024-02-06) + +### Bugfix + +- Move @types/uuid as a direct dependency (for projects) @sneridagh [#0](https://github.com/plone/volto/issues/0) + ## 17.12.0 (2024-02-05) ### Feature diff --git a/docs/source/release-notes/index.md b/docs/source/release-notes/index.md index 88b6d4a93b..ccfce78ba9 100644 --- a/docs/source/release-notes/index.md +++ b/docs/source/release-notes/index.md @@ -17,6 +17,12 @@ myst: +## 17.12.1 (2024-02-06) + +### Bugfix + +- Move @types/uuid as a direct dependency (for projects) @sneridagh [#0](https://github.com/plone/volto/issues/0) + ## 17.12.0 (2024-02-05) ### Feature diff --git a/news/0.bugfix b/news/0.bugfix deleted file mode 100644 index 74734b0ac5..0000000000 --- a/news/0.bugfix +++ /dev/null @@ -1 +0,0 @@ -Move @types/uuid as a direct dependency (for projects) @sneridagh diff --git a/package.json b/package.json index 47dcec40d2..5b13d466d6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "17.12.0", + "version": "17.12.1", "repository": { "type": "git", "url": "git@github.com:plone/volto.git" diff --git a/packages/volto-slate/package.json b/packages/volto-slate/package.json index f9ebc171d2..9841587079 100644 --- a/packages/volto-slate/package.json +++ b/packages/volto-slate/package.json @@ -1,6 +1,6 @@ { "name": "@plone/volto-slate", - "version": "17.12.0", + "version": "17.12.1", "description": "Slate.js integration with Volto", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",