From ebddee62b19669324a4041d12aef6b240296d6b4 Mon Sep 17 00:00:00 2001 From: Antoine Jaussoin Date: Tue, 23 May 2023 20:01:57 +0100 Subject: [PATCH] Release v5.1.1 --- README.md | 14 +++++++++++--- backend/package.json | 2 +- docs/package.json | 2 +- frontend/package.json | 2 +- integration/package.json | 2 +- marketing/package.json | 2 +- package.json | 2 +- 7 files changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f670a929..4ce2c2af 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,14 @@ This will run a demo version, which you can turn into a fully licenced version b ## Versions History +### Version 5.1.1 + +- Add blog pages to the marketing website +- Rewording on the marketing website +- Fix an issue on the marketing website where links were not working +- Add a warning on the app when a user has a pro account but did not add members to their account +- ⏫ Upgrading dependencies + ### Version 5.1.0 - [⭐️ Pro Feature] 🤖 AI Coach, powered by Chat GPT. Limited access to non-paid users. @@ -148,7 +156,7 @@ This will run a demo version, which you can turn into a fully licenced version b ### Version 4.19.0 - Feature: Adding the ability to set a timer for a session. This is optional and can be enabled in the settings. (👏 Thanks to [@Xyaren](https://github.com/Xyaren) for the idea) -- Feature: Confirm before deleting a post. Avoids accidental deletion of posts. (👏 Thanks to [@vadamovsky](https://github.com/vadamovsky) for the idea) +- Feature: Confirm before deleting a post. Avoids accidental deletion of posts. (👏 Thanks to [@vadamovsky](https://github.com/vadamovsky) for the idea) - Feature: Allow users to cancel their votes on a specific ticket. This feature can be disabled in the settings. (👏 Thanks to [@Xyaren](https://github.com/Xyaren) for the idea) - Feature: Self-Hosted only: Display the number of logged users (👏 Thanks to [@dayByte](https://github.com/dayByte) for the idea) - Upgrade to the latest version of TypeORM @@ -216,7 +224,7 @@ This will run a demo version, which you can turn into a fully licenced version b - **Self-Hosting**: Adding SMTP support for self-hosting, in addition to SendGrid. 👏 Thanks [@dayByte](https://github.com/dayByte) for the idea. ([#365](https://github.com/antoinejaussoin/retro-board/issues/365)). - **Self-Hosting**: Simplification of SendGrid setup, by removing the need of creating email templates. They are now hardcoded. - **Self-Hosting**: Improving email templates -- Improving Text and Markdown exports on Summary Mode. 👏 Thanks Jakob J for the idea. ([#384](https://github.com/antoinejaussoin/retro-board/issues/384)). +- Improving Text and Markdown exports on Summary Mode. 👏 Thanks Jakob J for the idea. ([#384](https://github.com/antoinejaussoin/retro-board/issues/384)). ### Version 4.13.0 @@ -263,7 +271,7 @@ This will run a demo version, which you can turn into a fully licenced version b ### Version 4.11.0 - Adding a chat functionality. Send messages to your colleagues without having to use Slack or any other external tool! -- Add the author (when the "Show Author" option is enabled) in the summary panel. 👏 Thanks [@hmlkao](https://github.com/hmlkao) for the idea. ([#336](https://github.com/antoinejaussoin/retro-board/issues/336)). +- Add the author (when the "Show Author" option is enabled) in the summary panel. 👏 Thanks [@hmlkao](https://github.com/hmlkao) for the idea. ([#336](https://github.com/antoinejaussoin/retro-board/issues/336)). - Deprecate Yarn Workspaces to limit dependency sharing - ⏫ Upgrade most dependencies for security reasons - Upgrade Nginx image to fix security issues diff --git a/backend/package.json b/backend/package.json index ea2eb538..7bcd8657 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/backend", - "version": "5.1.0", + "version": "5.1.1", "license": "GNU GPLv3", "private": true, "type": "module", diff --git a/docs/package.json b/docs/package.json index 4693ea39..0054f3c1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/docs", - "version": "5.1.0", + "version": "5.1.1", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/frontend/package.json b/frontend/package.json index cb590857..741763de 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/frontend", - "version": "5.1.0", + "version": "5.1.1", "license": "GNU GPLv3", "private": true, "dependencies": { diff --git a/integration/package.json b/integration/package.json index 21b01feb..1d8a3598 100644 --- a/integration/package.json +++ b/integration/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/integration", - "version": "5.1.0", + "version": "5.1.1", "description": "Integrations tests", "main": "index.js", "directories": { diff --git a/marketing/package.json b/marketing/package.json index 715eef9b..c09d2ab3 100644 --- a/marketing/package.json +++ b/marketing/package.json @@ -1,6 +1,6 @@ { "name": "@retrospected/marketing", - "version": "5.1.0", + "version": "5.1.1", "private": true, "scripts": { "dev": "next dev -p 3001", diff --git a/package.json b/package.json index b028949d..e88b5c14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "retrospected", - "version": "5.1.0", + "version": "5.1.1", "description": "An agile retrospective board - Powering www.retrospected.com", "private": true, "scripts": {