diff --git a/packages/registry/CHANGELOG.md b/packages/registry/CHANGELOG.md index 7ff8dc3134..da8626074f 100644 --- a/packages/registry/CHANGELOG.md +++ b/packages/registry/CHANGELOG.md @@ -8,6 +8,16 @@ +## 2.1.2 (2024-11-05) + +### Bugfix + +- Fix weird typings issue happening in docker build but not locally. @sneridagh [#6471](https://github.com/plone/volto/issues/6471) + +### Internal + +- Improve packaging. @sneridagh + ## 2.1.1 (2024-11-05) ### Internal diff --git a/packages/registry/news/+packagingfix.internal b/packages/registry/news/+packagingfix.internal deleted file mode 100644 index a6235ea0a4..0000000000 --- a/packages/registry/news/+packagingfix.internal +++ /dev/null @@ -1 +0,0 @@ -Improve packaging. @sneridagh diff --git a/packages/registry/news/6471.bugfix b/packages/registry/news/6471.bugfix deleted file mode 100644 index 4a7740049b..0000000000 --- a/packages/registry/news/6471.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix weird typings issue happening in docker build but not locally. @sneridagh diff --git a/packages/registry/package.json b/packages/registry/package.json index 2aaa6cc8d0..ee487c8bf8 100644 --- a/packages/registry/package.json +++ b/packages/registry/package.json @@ -9,7 +9,7 @@ ], "funding": "https://github.com/sponsors/plone", "license": "MIT", - "version": "2.1.1", + "version": "2.1.2", "repository": { "type": "git", "url": "https://github.com/plone/volto.git"