From 89a9cda5801b2fac9caa2ee5737792d38ef643ea Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Thu, 12 Sep 2024 16:01:31 +0200 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c39f0f4..736ed0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.4](https://github.com/RedTurtle/volto-slate-italia/compare/v1.0.3...v1.0.4) + +- fix: use Provider from react-intl-redux in HtmlSlateWidget [`07bf794`](https://github.com/RedTurtle/volto-slate-italia/commit/07bf794f3b9585874a8daf5a8becfe21a6025f95) + #### [v1.0.3](https://github.com/RedTurtle/volto-slate-italia/compare/v1.0.2...v1.0.3) +> 11 July 2024 + +- Release 1.0.3 [`0772e6b`](https://github.com/RedTurtle/volto-slate-italia/commit/0772e6baed86cbcb90ad798c33950e9a0a098904) - fix: variables [`3453680`](https://github.com/RedTurtle/volto-slate-italia/commit/3453680189b65b0705cdb6ca0587fa5e4fca81c0) #### [v1.0.2](https://github.com/RedTurtle/volto-slate-italia/compare/v1.0.1...v1.0.2) diff --git a/package.json b/package.json index 049c735..6e61b18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-slate-italia", - "version": "1.0.3", + "version": "1.0.4", "description": "volto-slate-italia: Volto add-on", "main": "src/index.js", "license": "MIT",