Skip to content

Commit

Permalink
Release v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Mar 17, 2023
1 parent aa4d2cb commit 7987a6d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ This will run a demo version, which you can turn into a fully licenced version b

## Versions History

### Version 5.0.3

- 🇩🇪 Adding the German version of our marketing website
- Self-Hosted: Improve licence checking to avoid being blocking when internet is not available
- Better support for AD campaigns
- Redirect regional TLDs (.de, .fr) to .com

### Version 5.0.2

- Simplify management of environment variables on the frontend
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": "5.0.2",
"version": "5.0.3",
"license": "GNU GPLv3",
"private": true,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "5.0.2",
"name": "@retrospected/docs",
"version": "5.0.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": "5.0.2",
"version": "5.0.3",
"license": "GNU GPLv3",
"private": true,
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retro-board-integration",
"version": "5.0.2",
"name": "@retrospected/integration",
"version": "5.0.3",
"description": "Integrations tests",
"main": "index.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions marketing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marketing",
"version": "5.0.2",
"name": "@retrospected/marketing",
"version": "5.0.3",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
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": "5.0.2",
"version": "5.0.3",
"description": "An agile retrospective board - Powering www.retrospected.com",
"private": true,
"scripts": {
Expand Down

0 comments on commit 7987a6d

Please sign in to comment.