From 41f75fbdef4334ae03a1afa0b97584db753e3c05 Mon Sep 17 00:00:00 2001 From: Antoine Jaussoin Date: Wed, 22 Feb 2023 13:07:21 +0000 Subject: [PATCH] Hotfix: Fix pro user list editor (#474) --- README.md | 4 ++++ backend/package.json | 2 +- docs/package.json | 2 +- frontend/package.json | 2 +- frontend/src/components/TagInput/index.tsx | 1 + integration/package.json | 2 +- package.json | 2 +- 7 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7502b7cd5..964383e06 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ This will run a demo version, which you can turn into a fully licenced version b ## Versions History +### Version 4.19.3 (hotfix) + +- Fix Pro account list + ### Version 4.19.2 - Migration to Google Analytics V4 diff --git a/backend/package.json b/backend/package.json index b0d2c005c..d68ae47eb 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/backend", - "version": "4.19.2", + "version": "4.19.3", "license": "GNU GPLv3", "private": true, "type": "module", diff --git a/docs/package.json b/docs/package.json index d593605cf..70471bcf2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "4.19.2", + "version": "4.19.3", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/frontend/package.json b/frontend/package.json index 64d352a98..aae2a27d0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/frontend", - "version": "4.19.2", + "version": "4.19.3", "license": "GNU GPLv3", "private": true, "dependencies": { diff --git a/frontend/src/components/TagInput/index.tsx b/frontend/src/components/TagInput/index.tsx index cfb083363..80e653874 100644 --- a/frontend/src/components/TagInput/index.tsx +++ b/frontend/src/components/TagInput/index.tsx @@ -39,4 +39,5 @@ const Container = styled.div` display: flex; gap: 5px; align-items: center; + flex-wrap: wrap; `; diff --git a/integration/package.json b/integration/package.json index bcfcf2c0f..571e2ce3a 100644 --- a/integration/package.json +++ b/integration/package.json @@ -1,6 +1,6 @@ { "name": "retro-board-integration", - "version": "4.19.2", + "version": "4.19.3", "description": "Integrations tests", "main": "index.js", "directories": { diff --git a/package.json b/package.json index 4605b0f31..7de6e2340 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "retrospected", - "version": "4.19.2", + "version": "4.19.3", "description": "An agile retrospective board - Powering www.retrospected.com", "private": true, "scripts": {