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": {