Skip to content

Commit

Permalink
Merge pull request #3514 from bcgov/NDT-496-update-gcpe-report-column…
Browse files Browse the repository at this point in the history
…-name-for-announced-by-province

feat: change to announced by bc/ised in gcpe report
  • Loading branch information
AntBush authored Aug 30, 2024
2 parents 7d7d366 + 2de872a commit cf0c395
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.189.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.188.0...v1.189.0) (2024-08-30)

### Features

- change to announced by bc/ised in gcpe report ([cbb5871](https://github.com/bcgov/CONN-CCBC-portal/commit/cbb58714e29ab57a08ac4ceeac4d016a03155294))

# [1.188.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.187.0...v1.188.0) (2024-08-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion app/backend/lib/reporting/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const HEADER_ROW: Row = [
wrap: true,
},
{
value: 'Announced by Province',
value: 'Announced by BC/ISED',
fontWeight: 'bold',
type: String,
height: 95,
Expand Down
2 changes: 1 addition & 1 deletion app/tests/backend/lib/reporting/testData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const regenerateGcpeReportQueryResult = {
},
{
wrap: true,
value: 'Announced by Province',
value: 'Announced by BC/ISED',
height: 95,
fontWeight: 'bold',
},
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -655,3 +655,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S
@1.186.4 2024-08-29T17:49:49Z CCBC Service Account <[email protected]> # release v1.186.4
@1.187.0 2024-08-29T20:15:20Z CCBC Service Account <[email protected]> # release v1.187.0
@1.188.0 2024-08-30T17:51:56Z CCBC Service Account <[email protected]> # release v1.188.0
@1.189.0 2024-08-30T18:07:26Z CCBC Service Account <[email protected]> # release v1.189.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.188.0",
"version": "1.189.0",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down

0 comments on commit cf0c395

Please sign in to comment.