From d885830e151f0067185d4fdf2a59bf4601c175c5 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Thu, 28 Nov 2024 13:07:20 +0100 Subject: [PATCH] chore: Release 1.0.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa9530..f48376e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.7](https://github.com/RedTurtle/io-sanita-theme/compare/1.0.6...1.0.7) (2024-11-28) + +### Bug Fixes + +* hidration failing for Callout block ([77517cb](https://github.com/RedTurtle/io-sanita-theme/commit/77517cba3dee9506c3f87c1201d72c0fdb751ce0)) + +### Maintenance + +* updated volto-gdpr-privacy ([195c329](https://github.com/RedTurtle/io-sanita-theme/commit/195c329643b4de82c93ab081e5457718cab9d78a)) + ## [1.0.6](https://github.com/RedTurtle/io-sanita-theme/compare/1.0.5...1.0.6) (2024-11-28) ### Maintenance diff --git a/package.json b/package.json index a69d9c2..150932b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-sanita-theme", - "version": "1.0.6", + "version": "1.0.7", "description": "io-sanita-theme: Volto add-on", "main": "src/index.js", "license": "MIT",