From 33ddb900c98ceee1620545b5b64d6d597b868c8c Mon Sep 17 00:00:00 2001 From: kristoferlund Date: Fri, 1 Jul 2022 14:16:52 +0200 Subject: [PATCH] v0.10.0 --- CHANGELOG.md | 11 ++++++++++- 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, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f137944..05c74da92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Admins can replace an actively assigned quantifier with another +### Fixed + +## [0.10.0] - 2022-07-01 + +### Added + +- Admins can replace an actively assigned quantifier with another #432 #503 - Additional test coverage for api +- Freetext filter of quantification list #422 +- Quantify multiple items at the same time #499 ### Fixed - Seeder generates periods and praise in the past, not future - Remove check that was throwing an error when not all quantifiers were assigned praise and `PRAISE_QUANTIFIERS_ASSIGN_ALL` was enabled #492 #498 +- Codebase cleanup, documentation and refactor #509 ## [0.9.0] - 2022-06-20 diff --git a/package.json b/package.json index 1e12772e3..fa95df07e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "praise", - "version": "0.9.0", + "version": "0.10.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 5c3da88f7..893a4f592 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "0.9.0", + "version": "0.10.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 a35f0e165..6db74c7c0 100644 --- a/packages/discord-bot/package.json +++ b/packages/discord-bot/package.json @@ -1,6 +1,6 @@ { "name": "discord-bot", - "version": "0.9.0", + "version": "0.10.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 adb45330e..98c3f7296 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.9.0", + "version": "0.10.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 fa76c8379..07cf73fc1 100644 --- a/packages/mongodb/package.json +++ b/packages/mongodb/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "0.9.0", + "version": "0.10.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 08d4450ce..3ff1e7ad0 100644 --- a/packages/setup/package.json +++ b/packages/setup/package.json @@ -1,6 +1,6 @@ { "name": "setup", - "version": "0.9.0", + "version": "0.10.0", "license": "GPL-3.0-or-later", "type": "commonjs", "description": "Praise ENV setup scripts.",