From b42473b01deda59836f1d4c2d96a6eefd59f5414 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 23 Jul 2024 16:54:08 +0200 Subject: [PATCH] Upgrade bundles version with new features and fix --- .changes/unreleased/Feature-20231212-154841.yaml | 5 ----- .changes/unreleased/Feature-20240522-164933.yaml | 5 ----- .changes/unreleased/Feature-20240530-160003.yaml | 6 ------ .changes/unreleased/Feature-20240531-190242.yaml | 6 ------ .changes/unreleased/Fixed-20240410-103736.yaml | 6 ------ .changes/v2.23.0.md | 11 +++++++++++ CHANGELOG.md | 12 ++++++++++++ 7 files changed, 23 insertions(+), 28 deletions(-) delete mode 100644 .changes/unreleased/Feature-20231212-154841.yaml delete mode 100644 .changes/unreleased/Feature-20240522-164933.yaml delete mode 100644 .changes/unreleased/Feature-20240530-160003.yaml delete mode 100644 .changes/unreleased/Feature-20240531-190242.yaml delete mode 100644 .changes/unreleased/Fixed-20240410-103736.yaml create mode 100644 .changes/v2.23.0.md diff --git a/.changes/unreleased/Feature-20231212-154841.yaml b/.changes/unreleased/Feature-20231212-154841.yaml deleted file mode 100644 index 14e19345b..000000000 --- a/.changes/unreleased/Feature-20231212-154841.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: '[DX] move async-upload-bundle features into chill-bundles' -time: 2023-12-12T15:48:41.954970271+01:00 -custom: - Issue: "221" diff --git a/.changes/unreleased/Feature-20240522-164933.yaml b/.changes/unreleased/Feature-20240522-164933.yaml deleted file mode 100644 index 947c6589f..000000000 --- a/.changes/unreleased/Feature-20240522-164933.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: Add job bundle (module emploi) -time: 2024-05-22T16:49:33.730465146+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Feature-20240530-160003.yaml b/.changes/unreleased/Feature-20240530-160003.yaml deleted file mode 100644 index 6b6baedc5..000000000 --- a/.changes/unreleased/Feature-20240530-160003.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: | - Upgrade import of address list to the last version of compiled addresses of belgian-best-address -time: 2024-05-30T16:00:03.440767606+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Feature-20240531-190242.yaml b/.changes/unreleased/Feature-20240531-190242.yaml deleted file mode 100644 index 083298a26..000000000 --- a/.changes/unreleased/Feature-20240531-190242.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: | - Upgrade CKEditor and refactor configuration with use of typescript -time: 2024-05-31T19:02:42.776662753+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Fixed-20240410-103736.yaml b/.changes/unreleased/Fixed-20240410-103736.yaml deleted file mode 100644 index 355d24b1e..000000000 --- a/.changes/unreleased/Fixed-20240410-103736.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix resolving of centers for an household, which will fix in turn the access - control -time: 2024-04-10T10:37:36.462484988+02:00 -custom: - Issue: "" diff --git a/.changes/v2.23.0.md b/.changes/v2.23.0.md new file mode 100644 index 000000000..6b2aea37a --- /dev/null +++ b/.changes/v2.23.0.md @@ -0,0 +1,11 @@ +## v2.23.0 - 2024-07-23 +### Feature +* ([#221](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/221)) [DX] move async-upload-bundle features into chill-bundles +* Add job bundle (module emploi) +* Upgrade import of address list to the last version of compiled addresses of belgian-best-address + +* Upgrade CKEditor and refactor configuration with use of typescript + +### Fixed +* Fix resolving of centers for an household, which will fix in turn the access control +* Resolved type hinting error in activity list export diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0fd76e4..1cb810a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.23.0 - 2024-07-23 +### Feature +* ([#221](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/221)) [DX] move async-upload-bundle features into chill-bundles +* Add job bundle (module emploi) +* Upgrade import of address list to the last version of compiled addresses of belgian-best-address + +* Upgrade CKEditor and refactor configuration with use of typescript + +### Fixed +* Fix resolving of centers for an household, which will fix in turn the access control +* Resolved type hinting error in activity list export + ## v2.22.2 - 2024-07-03 ### Fixed * Remove scope required for event participation stats