diff --git a/package.json b/package.json index 6c7390b5..67d656ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-project", - "version": "1.0.4", + "version": "1.0.5", "private": true, "scripts": { "prepare": "husky install" diff --git a/services/app/package.json b/services/app/package.json index 14f67a3b..c1a751f9 100644 --- a/services/app/package.json +++ b/services/app/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-project", - "version": "1.0.4", + "version": "1.0.5", "private": true, "scripts": { "dev": "next dev", diff --git a/services/app/source/03-components/Wysiwyg/Wysiwyg.tsx b/services/app/source/03-components/Wysiwyg/Wysiwyg.tsx index bf190402..f904110e 100644 --- a/services/app/source/03-components/Wysiwyg/Wysiwyg.tsx +++ b/services/app/source/03-components/Wysiwyg/Wysiwyg.tsx @@ -7,7 +7,11 @@ interface WysiwygProps extends GessoComponent { } function Wysiwyg({ children, modifierClasses }: WysiwygProps): JSX.Element { - return