From 5850ee4a831a4ed76c1e5d5cafa72fcc3ef5ee5b Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:53:38 +0000 Subject: [PATCH] chore: release v1.152.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ db/sqitch.plan | 1 + package.json | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6e7dfd23..fe1cc7e548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.152.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.150.0...v1.152.0) (2024-04-11) + +### Bug Fixes + +- 2nd review colour not showing on assessment dash ([d924da8](https://github.com/bcgov/CONN-CCBC-portal/commit/d924da888b495c1a65c214466f0be848ffc37b1f)) +- add guard for previously submitted applications from previous intakes ([3ea3099](https://github.com/bcgov/CONN-CCBC-portal/commit/3ea30994a5a63950156a4734250a3ec3f6b57f46)) +- add schema ([4b67ec5](https://github.com/bcgov/CONN-CCBC-portal/commit/4b67ec5547c0adca1564a2dcc02d7db7e4ea396f)) +- better sort function for zones ([50446dc](https://github.com/bcgov/CONN-CCBC-portal/commit/50446dc1a618c7fc784407bac1827516dafcf267)) +- changes to schema ([ac2dd7c](https://github.com/bcgov/CONN-CCBC-portal/commit/ac2dd7c88ce8806ca2233be2635f4a663b34cf9d)) +- failing e2e test ([6066410](https://github.com/bcgov/CONN-CCBC-portal/commit/60664108b5e6b9a1ca6d779ef40bd587596ed93f)) +- project information edit button issue ([cb28444](https://github.com/bcgov/CONN-CCBC-portal/commit/cb284449855fa77d7ee8fe4e4317b9b85deb6df9)) + +### Features + +- add email notification to second review eligibility screening ([ef3389f](https://github.com/bcgov/CONN-CCBC-portal/commit/ef3389f5910192488ce8b5fe9e7f9d88309149f6)) +- add logic so draft and intake 4 intakes are using latest ui schema ([feb6e01](https://github.com/bcgov/CONN-CCBC-portal/commit/feb6e01f7afbbb38d5bf3858bab54ef4aed49e73)) +- add other files upload to funding agreement and change request ([8e6c2d0](https://github.com/bcgov/CONN-CCBC-portal/commit/8e6c2d0c62b830ebe0380ef1e782ebef59ab2c58)) +- modal does not appear for intake 4 ([4d8ca38](https://github.com/bcgov/CONN-CCBC-portal/commit/4d8ca38de45a22b2821754c54b4b51c9a7ae5c3f)) +- new schema for intake ([46bb86d](https://github.com/bcgov/CONN-CCBC-portal/commit/46bb86de0670de82572e12d87a427dd767c2e266)) + # [1.151.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.150.0...v1.151.0) (2024-04-09) ### Bug Fixes diff --git a/db/sqitch.plan b/db/sqitch.plan index 5597c6d447..a6c9de405b 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -545,3 +545,4 @@ tables/application_status_type_009_change_complete.sql 2024-03-13T22:45:56Z ,,, @1.150.0 2024-04-03T17:16:52Z CCBC Service Account # release v1.150.0 tables/analyst_add_email 2024-04-08T17:55:49Z ,,, # add analyst email column @1.151.0 2024-04-09T15:54:16Z CCBC Service Account # release v1.151.0 +@1.152.0 2024-04-11T16:53:36Z CCBC Service Account # release v1.152.0 diff --git a/package.json b/package.json index 6cd97f850c..d1a34033d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.151.0", + "version": "1.152.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",