Skip to content

Commit

Permalink
Hotfix: Fix pro user list editor (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Feb 22, 2023
1 parent f336643 commit 41f75fb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrospected/backend",
"version": "4.19.2",
"version": "4.19.3",
"license": "GNU GPLv3",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "4.19.2",
"version": "4.19.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrospected/frontend",
"version": "4.19.2",
"version": "4.19.3",
"license": "GNU GPLv3",
"private": true,
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/TagInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ const Container = styled.div`
display: flex;
gap: 5px;
align-items: center;
flex-wrap: wrap;
`;
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retro-board-integration",
"version": "4.19.2",
"version": "4.19.3",
"description": "Integrations tests",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 41f75fb

Please sign in to comment.