From 4ffb323ee2596983bc6762e55a048667c2419576 Mon Sep 17 00:00:00 2001 From: R Ranathunga Date: Wed, 4 Sep 2024 07:06:25 -0700 Subject: [PATCH 1/2] fix: typo in RFI template 1 upload --- app/components/Analyst/RFI/TemplateDescription.tsx | 2 +- app/tests/components/Analyst/RFI/RFIAnalystUpload.test.ts | 2 +- .../analyst/application/[applicationId]/rfi/index.test.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/Analyst/RFI/TemplateDescription.tsx b/app/components/Analyst/RFI/TemplateDescription.tsx index f6d772d3a1..8fda96aa7f 100644 --- a/app/components/Analyst/RFI/TemplateDescription.tsx +++ b/app/components/Analyst/RFI/TemplateDescription.tsx @@ -37,7 +37,7 @@ const TemplateDescription: React.FC = ({ templateNumber }) => { * RFI upload for Template {templateNumber} automatically updates the data for{' '} {templateNumber === 1 - ? 'Final Eligible Households and Indigenous' + ? 'Final Eligible Households and Indigenous Households' : 'Total Eligible Costs and Total Project Costs'}{' '} in the {link} section. Please verify the changes on the application page.* diff --git a/app/tests/components/Analyst/RFI/RFIAnalystUpload.test.ts b/app/tests/components/Analyst/RFI/RFIAnalystUpload.test.ts index 18c5caa289..86c43ff9a2 100644 --- a/app/tests/components/Analyst/RFI/RFIAnalystUpload.test.ts +++ b/app/tests/components/Analyst/RFI/RFIAnalystUpload.test.ts @@ -115,7 +115,7 @@ describe('The RFIAnalystUpload component', () => { expect( screen.getByText( - /RFI upload for Template 1 automatically updates the data for Final Eligible Households and Indigenous/ + /RFI upload for Template 1 automatically updates the data for Final Eligible Households and Indigenous Households/ ) ).toBeInTheDocument(); diff --git a/app/tests/pages/analyst/application/[applicationId]/rfi/index.test.tsx b/app/tests/pages/analyst/application/[applicationId]/rfi/index.test.tsx index 1ee4d4c4cf..d726d366cc 100644 --- a/app/tests/pages/analyst/application/[applicationId]/rfi/index.test.tsx +++ b/app/tests/pages/analyst/application/[applicationId]/rfi/index.test.tsx @@ -271,7 +271,7 @@ describe('The index page', () => { expect( screen.getByText( - /RFI upload for Template 1 automatically updates the data for Final Eligible Households and Indigenous/ + /RFI upload for Template 1 automatically updates the data for Final Eligible Households and Indigenous Households/ ) ).toBeInTheDocument(); From a3ca393867a5fde3a8019c6fe196625661bebe11 Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:45:27 +0000 Subject: [PATCH 2/2] chore: release v1.190.4 --- CHANGELOG.md | 6 ++++++ db/sqitch.plan | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38533f0c53..110af9111b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.190.4](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.3...v1.190.4) (2024-09-04) + +### Bug Fixes + +- typo in RFI template 1 upload ([4ffb323](https://github.com/bcgov/CONN-CCBC-portal/commit/4ffb323ee2596983bc6762e55a048667c2419576)) + ## [1.190.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.2...v1.190.3) (2024-09-04) ### Bug Fixes diff --git a/db/sqitch.plan b/db/sqitch.plan index 7aef219057..bd2323bc06 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -661,3 +661,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S @1.190.1 2024-09-04T20:58:06Z CCBC Service Account # release v1.190.1 @1.190.2 2024-09-04T21:14:02Z CCBC Service Account # release v1.190.2 @1.190.3 2024-09-04T21:29:58Z CCBC Service Account # release v1.190.3 +@1.190.4 2024-09-04T21:45:26Z CCBC Service Account # release v1.190.4 diff --git a/package.json b/package.json index 3cec9fb686..da127edbda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.190.3", + "version": "1.190.4", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",