From 27ebf97f32003dbb6383feb656e1f49814c47494 Mon Sep 17 00:00:00 2001 From: 24-bot Date: Thu, 26 Dec 2024 14:44:17 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=E2=AC=86=EF=B8=8F=20bump=20t?= =?UTF-8?q?o=203.22.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.22.0](https://gitlab.com/24-heures-insa/overbookd-mono/compare/v3.21.1...v3.22.0) (2024-12-26) ### Features * **assignment:** add orga-task page [#2231](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2231) ([1712caa](https://gitlab.com/24-heures-insa/overbookd-mono/commit/1712caa91a2c9453726742399e1ef439e2e5b567)) * **fa:** add drive location selection on the enter key and better location sorting [#2333](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2333) ([8bb726f](https://gitlab.com/24-heures-insa/overbookd-mono/commit/8bb726f27dfa2e2d21d8757a2f349f54e2288a02)) * **stats:** redirect to FA or FT page with filters on graph click [#2331](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2331) ([75e5808](https://gitlab.com/24-heures-insa/overbookd-mono/commit/75e5808e8ef08af5cad82208bd18980c85599575)) ### Bug Fixes * **fa:** prevent FA removal if linked to a FT [#1598](https://gitlab.com/24-heures-insa/overbookd-mono/issues/1598) ([7d4b3bb](https://gitlab.com/24-heures-insa/overbookd-mono/commit/7d4b3bbbf7687269956a96fe782f3943648705bd)) * **festival-event:** add a margin to the list to see all pagination buttons [#2335](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2335) ([81110fa](https://gitlab.com/24-heures-insa/overbookd-mono/commit/81110fa518bddadebd389c36e172f8380afda386)) * **layout:** mobile and desktop navigation bar display [#2309](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2309) ([e7fc480](https://gitlab.com/24-heures-insa/overbookd-mono/commit/e7fc48005ad820f85388d22ee411128d41a4034c)) * **time:** add a delay before recalculating the time with the step [#2282](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2282) ([3c5c336](https://gitlab.com/24-heures-insa/overbookd-mono/commit/3c5c3367f60e129d0cadf9be3264ed928da9c79a)) ### Pre-Features * **assignment:** add filterable task assignment list and task filters [#2229](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2229) ([c87959e](https://gitlab.com/24-heures-insa/overbookd-mono/commit/c87959ec2d49b3c580b596f8292ddc73fbe4c342)) * **assignment:** add orga-task calendar [#2230](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2230) ([6e4e0b8](https://gitlab.com/24-heures-insa/overbookd-mono/commit/6e4e0b874db0dfc0bef8a1dc810ee70c6f635911)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d73482c5d..0d586fc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [3.22.0](https://gitlab.com/24-heures-insa/overbookd-mono/compare/v3.21.1...v3.22.0) (2024-12-26) + +### Features + +* **assignment:** add orga-task page [#2231](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2231) ([1712caa](https://gitlab.com/24-heures-insa/overbookd-mono/commit/1712caa91a2c9453726742399e1ef439e2e5b567)) +* **fa:** add drive location selection on the enter key and better location sorting [#2333](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2333) ([8bb726f](https://gitlab.com/24-heures-insa/overbookd-mono/commit/8bb726f27dfa2e2d21d8757a2f349f54e2288a02)) +* **stats:** redirect to FA or FT page with filters on graph click [#2331](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2331) ([75e5808](https://gitlab.com/24-heures-insa/overbookd-mono/commit/75e5808e8ef08af5cad82208bd18980c85599575)) + +### Bug Fixes + +* **fa:** prevent FA removal if linked to a FT [#1598](https://gitlab.com/24-heures-insa/overbookd-mono/issues/1598) ([7d4b3bb](https://gitlab.com/24-heures-insa/overbookd-mono/commit/7d4b3bbbf7687269956a96fe782f3943648705bd)) +* **festival-event:** add a margin to the list to see all pagination buttons [#2335](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2335) ([81110fa](https://gitlab.com/24-heures-insa/overbookd-mono/commit/81110fa518bddadebd389c36e172f8380afda386)) +* **layout:** mobile and desktop navigation bar display [#2309](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2309) ([e7fc480](https://gitlab.com/24-heures-insa/overbookd-mono/commit/e7fc48005ad820f85388d22ee411128d41a4034c)) +* **time:** add a delay before recalculating the time with the step [#2282](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2282) ([3c5c336](https://gitlab.com/24-heures-insa/overbookd-mono/commit/3c5c3367f60e129d0cadf9be3264ed928da9c79a)) + +### Pre-Features + +* **assignment:** add filterable task assignment list and task filters [#2229](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2229) ([c87959e](https://gitlab.com/24-heures-insa/overbookd-mono/commit/c87959ec2d49b3c580b596f8292ddc73fbe4c342)) +* **assignment:** add orga-task calendar [#2230](https://gitlab.com/24-heures-insa/overbookd-mono/issues/2230) ([6e4e0b8](https://gitlab.com/24-heures-insa/overbookd-mono/commit/6e4e0b874db0dfc0bef8a1dc810ee70c6f635911)) + ## [3.21.1](https://gitlab.com/24-heures-insa/overbookd-mono/compare/v3.21.0...v3.21.1) (2024-12-20) ### Bug Fixes diff --git a/package.json b/package.json index ad2efcc25..4bf85564b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "overbookd", - "version": "3.21.2-rc.8", + "version": "3.22.0", "main": "index.js", "keywords": [], "license": "Apache-2.0",