From 3068a67d906bf1bac23ed21f7ce95fd1aef5d096 Mon Sep 17 00:00:00 2001 From: Antoine Jaussoin Date: Sun, 23 Jan 2022 21:24:59 +0000 Subject: [PATCH] Release v4.11.1 --- README.md | 4 ++++ backend/package.json | 2 +- docs/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a918772d..246d1ac68 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ This will run a demo version, which you can turn into a fully licenced version b ## Versions History +### Version 4.11.1 (hotfix) + +- Reverting the migration from react-scripts (create-react-app) 5.0.0 to 4.0.3. The new version includes Webpack 5, which causes issues with polyfills. The issue should be fixed in 5.0.1 which is not available yet. + ### Version 4.11.0 - Adding a chat functionality. Send messages to your colleagues without having to use Slack or any other external tool! diff --git a/backend/package.json b/backend/package.json index b72121bc6..3b292091d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/backend", - "version": "4.11.0", + "version": "4.11.1", "license": "GNU GPLv3", "private": true, "scripts": { diff --git a/docs/package.json b/docs/package.json index bed1f0c61..0721f5233 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "4.11.0", + "version": "4.11.1", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/frontend/package.json b/frontend/package.json index a18f42535..049efd169 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/frontend", - "version": "4.11.0", + "version": "4.11.1", "license": "GNU GPLv3", "private": true, "dependencies": { diff --git a/package.json b/package.json index 1b7ddcaf3..7919958e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "retrospected", - "version": "4.11.0", + "version": "4.11.1", "description": "An agile retrospective board - Powering www.retrospected.com", "private": true, "scripts": {