From 4836ff6a01bc7b7aac0972399619a5273e85dfc4 Mon Sep 17 00:00:00 2001 From: kristoferlund Date: Mon, 6 Jun 2022 22:33:55 +0200 Subject: [PATCH] v0.8.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/api/package.json | 2 +- packages/discord-bot/package.json | 2 +- packages/frontend/package.json | 2 +- packages/mongodb/package.json | 2 +- packages/setup/package.json | 2 +- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62606388c..8df8b28c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Fixed + +## [0.8.0] - 2022-06-06 + +### Added + - Convert the Quantifier Pool screen to a User Admin screen #320 #395 ### Fixed +- Removed migration unable to fetch info from Discord threads #445 +- Quantify slider displaying praise score #444 #443 - Clicking a link within a Praise reason should _only_ trigger opening the link #427 #437 ## [0.7.0] - 2022-05-31 diff --git a/package.json b/package.json index 8f8ab45f6..c1e189749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "praise", - "version": "0.7.0", + "version": "0.8.0", "license": "GPL-3.0-or-later", "description": "Praise community contributions to build a culture of giving and gratitude.", "private": true, diff --git a/packages/api/package.json b/packages/api/package.json index 7898156ed..5524db1c2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "0.7.0", + "version": "0.8.0", "license": "GPL-3.0-or-later", "description": "The Praise REST API running on Node/Express, using MongoDB for storage.", "type": "commonjs", diff --git a/packages/discord-bot/package.json b/packages/discord-bot/package.json index a3ef41105..b085fcf31 100644 --- a/packages/discord-bot/package.json +++ b/packages/discord-bot/package.json @@ -1,6 +1,6 @@ { "name": "discord-bot", - "version": "0.7.0", + "version": "0.8.0", "license": "GPL-3.0-or-later", "description": "The Praise Discord bot is the main way for users to interact with the Praise system.", "dependencies": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 1b9dd65ff..fa69d9252 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.7.0", + "version": "0.8.0", "license": "GPL-3.0-or-later", "description": "The Praise dashboard built on React/Recoil/Tailwind CSS.", "private": true, diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index e006daa53..4ab2e9aa6 100644 --- a/packages/mongodb/package.json +++ b/packages/mongodb/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "0.7.0", + "version": "0.8.0", "license": "GPL-3.0-or-later", "description": "The Prasie data is stored in a MongoDb database." } diff --git a/packages/setup/package.json b/packages/setup/package.json index ec7e9c3ad..5dc6fd6c0 100644 --- a/packages/setup/package.json +++ b/packages/setup/package.json @@ -1,6 +1,6 @@ { "name": "setup", - "version": "0.7.0", + "version": "0.8.0", "license": "GPL-3.0-or-later", "type": "commonjs", "description": "Praise ENV setup scripts.",