diff --git a/CHANGELOG.md b/CHANGELOG.md index 23608a6ba1..c590908596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.210.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.209.0...v1.210.0) (2024-11-18) + +### Bug Fixes + +- failing e2e test ([fc87025](https://github.com/bcgov/CONN-CCBC-portal/commit/fc8702531f7757efc46b7b471d8fd99fc8e9930b)) + +### Features + +- enable detail panel with communities in all dashboard ([f666011](https://github.com/bcgov/CONN-CCBC-portal/commit/f666011e0ba179a3f1ecc759c37bc7ca535a80fe)) + # [1.209.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.208.0...v1.209.0) (2024-11-18) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 45c6ccba94..8a31a9c206 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -734,3 +734,4 @@ tables/application_form_template_9_data_001_add_missing_roles 2024-10-21T17:22:3 tables/cbc_project_communities_001_enable_tracking 2024-11-01T18:07:48Z ,,, # enable history tracking for cbc_project_communities table computed_columns/cbc_history [computed_columns/cbc_history@1.203.3] 2024-11-13T22:48:20Z ,,, # combine communities data changes to cbc history @1.209.0 2024-11-18T18:07:01Z CCBC Service Account # release v1.209.0 +@1.210.0 2024-11-18T22:56:15Z CCBC Service Account # release v1.210.0 diff --git a/package.json b/package.json index 6ebf78ef23..1699478a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.209.0", + "version": "1.210.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",