diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e0a22a..b99e2189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ +## 5.0.1 (2024-10-09) + +### Bugfix + +- Fixed missing key in header @sneridagh [#417](https://github.com/kitconcept/volto-light-theme/pull/417) + +### Internal + +- Update versions to latest volto-highlight-block, volto-button-block @sneridagh [#408](https://github.com/kitconcept/volto-light-theme/pull/408) +- Bump `volto-button-block` version @sneridagh + Bump to Volto 18.0.0-alpha.45 [#417](https://github.com/kitconcept/volto-light-theme/pull/417) + ## 5.0.0 (2024-07-02) ### Breaking diff --git a/package.json b/package.json index 9a244171..fb9d8753 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-light-theme-dev", - "version": "5.0.0", + "version": "5.0.1", "description": "Volto Light Theme by kitconcept", "main": "src/index.js", "types": "src/types/index.d.ts", diff --git a/packages/volto-light-theme/CHANGELOG.md b/packages/volto-light-theme/CHANGELOG.md index a7e0a22a..b99e2189 100644 --- a/packages/volto-light-theme/CHANGELOG.md +++ b/packages/volto-light-theme/CHANGELOG.md @@ -8,6 +8,18 @@ +## 5.0.1 (2024-10-09) + +### Bugfix + +- Fixed missing key in header @sneridagh [#417](https://github.com/kitconcept/volto-light-theme/pull/417) + +### Internal + +- Update versions to latest volto-highlight-block, volto-button-block @sneridagh [#408](https://github.com/kitconcept/volto-light-theme/pull/408) +- Bump `volto-button-block` version @sneridagh + Bump to Volto 18.0.0-alpha.45 [#417](https://github.com/kitconcept/volto-light-theme/pull/417) + ## 5.0.0 (2024-07-02) ### Breaking diff --git a/packages/volto-light-theme/news/408.internal b/packages/volto-light-theme/news/408.internal deleted file mode 100644 index e12c778d..00000000 --- a/packages/volto-light-theme/news/408.internal +++ /dev/null @@ -1 +0,0 @@ -Update versions to latest volto-highlight-block, volto-button-block @sneridagh diff --git a/packages/volto-light-theme/news/417.bugfix b/packages/volto-light-theme/news/417.bugfix deleted file mode 100644 index e6cb3443..00000000 --- a/packages/volto-light-theme/news/417.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed missing key in header @sneridagh diff --git a/packages/volto-light-theme/news/417.internal b/packages/volto-light-theme/news/417.internal deleted file mode 100644 index e6116d8d..00000000 --- a/packages/volto-light-theme/news/417.internal +++ /dev/null @@ -1,2 +0,0 @@ -Bump `volto-button-block` version @sneridagh -Bump to Volto 18.0.0-alpha.45 diff --git a/packages/volto-light-theme/package.json b/packages/volto-light-theme/package.json index 0909f61c..967a60b0 100644 --- a/packages/volto-light-theme/package.json +++ b/packages/volto-light-theme/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-light-theme", - "version": "5.0.0", + "version": "5.0.1", "description": "Volto Light Theme by kitconcept", "main": "src/index.js", "types": "src/types/index.d.ts",