From 88a1a0c16aebd0d6a159f5819b7dd1048e9335c2 Mon Sep 17 00:00:00 2001 From: xeronimus Date: Sat, 14 Oct 2023 14:36:35 +0200 Subject: [PATCH] 0.20.3 --- CHANGELOG.md | 7 ++++++- client/package-lock.json | 4 ++-- client/package.json | 2 +- docu/commandAndEventDocu.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- server/package-lock.json | 4 ++-- server/package.json | 2 +- 8 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0911ab..d5fd4430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.20.3: 2023-10-14 + +* Small improvements in app status page +* Dependencies updated + ### 0.20.2: 2023-10-09 * Fix "Fork me on GitHub" Ribbon @@ -133,7 +138,7 @@ ### 0.12.0: 2021-09-17 -* Display "Recommendation" in Estimation Summary: the first card that is larger than the numerical average. Eexcept numerical average is within 10% of the lower card. (#207, thanks to @ecaron) +* Display "Recommendation" in Estimation Summary: the first card that is larger than the numerical average. Except numerical average is within 10% of the lower card. (#207, thanks to @ecaron) * You can now settle for any card. (Previously, only cards that were chosen by at least one user were possible settle values). * Dependencies updated diff --git a/client/package-lock.json b/client/package-lock.json index 08a5ed26..f61b733c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "poinz-client", - "version": "0.20.2", + "version": "0.20.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "poinz-client", - "version": "0.20.2", + "version": "0.20.3", "license": "MIT", "dependencies": { "history": "5.3.0", diff --git a/client/package.json b/client/package.json index 2e0b9012..7ff6273f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "poinz-client", - "version": "0.20.2", + "version": "0.20.3", "description": "Distributed Planning Poker", "private": true, "author": "xeronimus@gmail.com", diff --git a/docu/commandAndEventDocu.md b/docu/commandAndEventDocu.md index fb191af1..9f89a3da 100644 --- a/docu/commandAndEventDocu.md +++ b/docu/commandAndEventDocu.md @@ -1,5 +1,5 @@ # Poinz Command and Event Docu -This is an autogenerated docu. 10/9/2023, 5:20:11 PM (Poinz version 0.20.2) +This is an autogenerated docu. 10/14/2023, 2:35:27 PM (Poinz version 0.20.2) * Jump to [commands](#commands) * Jump to [events](#events) diff --git a/package-lock.json b/package-lock.json index 422d8cb4..f7219966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poinz", - "version": "0.20.2", + "version": "0.20.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "poinz", - "version": "0.20.2", + "version": "0.20.3", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 464431e3..1724137a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poinz", - "version": "0.20.2", + "version": "0.20.3", "description": "Distributed Planning Poker", "private": true, "author": "xeronimus@gmail.com", diff --git a/server/package-lock.json b/server/package-lock.json index b42c6942..471cd670 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,12 +1,12 @@ { "name": "poinz-server", - "version": "0.20.2", + "version": "0.20.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "poinz-server", - "version": "0.20.2", + "version": "0.20.3", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", diff --git a/server/package.json b/server/package.json index 1de80055..d0ddbcb5 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "poinz-server", - "version": "0.20.2", + "version": "0.20.3", "description": "Distributed Planning Poker", "private": true, "author": "xeronimus@gmail.com",