From 527480b1142a7557e7361d07da597d1afb18bb7f Mon Sep 17 00:00:00 2001 From: R Ranathunga Date: Wed, 4 Sep 2024 07:23:20 -0700 Subject: [PATCH 1/2] fix: cbc project default order asc by project number --- app/components/AnalystDashboard/AllDashboard.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/components/AnalystDashboard/AllDashboard.tsx b/app/components/AnalystDashboard/AllDashboard.tsx index 7c026b1d60..20f48b0688 100644 --- a/app/components/AnalystDashboard/AllDashboard.tsx +++ b/app/components/AnalystDashboard/AllDashboard.tsx @@ -206,7 +206,10 @@ const AllDashboardTable: React.FC = ({ query }) => { } } } - allCbcData(filter: { archivedAt: { isNull: true } }) { + allCbcData( + filter: { archivedAt: { isNull: true } } + orderBy: PROJECT_NUMBER_ASC + ) { edges { node { jsonData From 7226c65d1caf4b2653e0f6ec6f8e4d7000a72059 Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:32:46 +0000 Subject: [PATCH 2/2] chore: release v1.190.6 --- 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 f9345dedf6..01ebae3f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.190.6](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.5...v1.190.6) (2024-09-04) + +### Bug Fixes + +- cbc project default order asc by project number ([527480b](https://github.com/bcgov/CONN-CCBC-portal/commit/527480b1142a7557e7361d07da597d1afb18bb7f)) + ## [1.190.5](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.4...v1.190.5) (2024-09-04) ### Bug Fixes diff --git a/db/sqitch.plan b/db/sqitch.plan index f2addd8558..2bd2f6bc90 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -663,3 +663,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S @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 @1.190.5 2024-09-04T22:11:54Z CCBC Service Account # release v1.190.5 +@1.190.6 2024-09-04T22:32:44Z CCBC Service Account # release v1.190.6 diff --git a/package.json b/package.json index 291f36b3d0..9b9767a4a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.190.5", + "version": "1.190.6", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",