From 5ec38ba9b7c308b22fbf1a24e6c26561e0c64902 Mon Sep 17 00:00:00 2001 From: R Ranathunga Date: Fri, 13 Sep 2024 15:05:43 -0700 Subject: [PATCH 1/2] fix: format for Federal requested for history --- app/formSchema/uiSchema/history/conditionalApproval.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/formSchema/uiSchema/history/conditionalApproval.ts b/app/formSchema/uiSchema/history/conditionalApproval.ts index b8b1e70fe..17c9b43f9 100644 --- a/app/formSchema/uiSchema/history/conditionalApproval.ts +++ b/app/formSchema/uiSchema/history/conditionalApproval.ts @@ -24,6 +24,7 @@ const conditionalApprovalSchema = { title: 'ISED announcement', }, federalRequested: { + type: 'number', title: 'Federal requested', }, letterOfApprovalUpload: { From 30ed86d80cfad0d2edd1a2478b19ce81170b6bdd Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:57:56 +0000 Subject: [PATCH 2/2] chore: release v1.193.3 --- CHANGELOG.md | 7 +++++++ db/sqitch.plan | 1 + package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2358d1262..a148315d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.193.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.193.2...v1.193.3) (2024-09-26) + +### Bug Fixes + +- format for Federal requested for history ([5ec38ba](https://github.com/bcgov/CONN-CCBC-portal/commit/5ec38ba9b7c308b22fbf1a24e6c26561e0c64902)) +- update PR to enable automerge after realease setup ([f16a726](https://github.com/bcgov/CONN-CCBC-portal/commit/f16a726bc967a192e13394ac227afee9f4304ea5)) + ## [1.193.2](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.193.1...v1.193.2) (2024-09-26) ## [1.193.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.193.0...v1.193.1) (2024-09-18) diff --git a/db/sqitch.plan b/db/sqitch.plan index 353815322..cb502fc2a 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -680,3 +680,4 @@ computed_columns/cbc_history 2024-09-03T15:16:07Z Anthony Bushara # release v1.193.0 @1.193.1 2024-09-18T15:03:37Z CCBC Service Account # release v1.193.1 @1.193.2 2024-09-26T16:15:41Z CCBC Service Account # release v1.193.2 +@1.193.3 2024-09-26T18:57:54Z CCBC Service Account # release v1.193.3 diff --git a/package.json b/package.json index db1042969..ee06db5fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.193.2", + "version": "1.193.3", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",