diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d645df35e..95f1c3922e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.191.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.12...v1.191.0) (2024-09-13) + +### Bug Fixes + +- validation with correct schema for analyst application edit ([a47c27e](https://github.com/bcgov/CONN-CCBC-portal/commit/a47c27e3f82dc2a0e7f00bf58a593f15872b65b6)) + +### Features + +- **ci:** move to merge conflict column if in PO review ([cc2f456](https://github.com/bcgov/CONN-CCBC-portal/commit/cc2f4567802a6c21e17bb60e0207e0c5eeb1d27e)) +- **ci:** sneaky change to change rebase condition ([13a32b2](https://github.com/bcgov/CONN-CCBC-portal/commit/13a32b24532a66881246482888505c40e28b53ac)) + ## [1.190.12](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.11...v1.190.12) (2024-09-12) ### Bug Fixes diff --git a/app/pages/analyst/application/[applicationId]/edit/[section].tsx b/app/pages/analyst/application/[applicationId]/edit/[section].tsx index a67be938cc..e3ba11f6b8 100644 --- a/app/pages/analyst/application/[applicationId]/edit/[section].tsx +++ b/app/pages/analyst/application/[applicationId]/edit/[section].tsx @@ -103,7 +103,7 @@ const EditApplication = ({ jsonData, sectionName, calculatedSectionData, - jsonSchema + formSchema ); const isOtherFundingSourcesPage = sectionName === 'otherFundingSources'; diff --git a/db/sqitch.plan b/db/sqitch.plan index 4765e01ffd..6fc220d4a9 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -671,3 +671,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S computed_columns/application_assessment_notifications 2024-09-06T21:58:13Z ,,, # Add notifications by assessment type field @1.190.11 2024-09-12T18:13:42Z CCBC Service Account # release v1.190.11 @1.190.12 2024-09-12T20:48:11Z CCBC Service Account # release v1.190.12 +@1.191.0 2024-09-13T18:55:40Z CCBC Service Account # release v1.191.0 diff --git a/package.json b/package.json index 01d1e8ad18..460b50b4bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.190.12", + "version": "1.191.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",