Skip to content

Commit

Permalink
chore: release v1.193.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbc-service-account committed Sep 16, 2024
1 parent cecea67 commit 894a903
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.193.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.192.1...v1.193.0) (2024-09-16)

### Bug Fixes

- numbers to not heave leading dollar sign ([b063d36](https://github.com/bcgov/CONN-CCBC-portal/commit/b063d36fc2de4a72d196db8fc3f3cd4579ff1a16))
- overflow wrap strictly enforced ([92407e0](https://github.com/bcgov/CONN-CCBC-portal/commit/92407e052c1e3ccebabd325a86fcc2b724e5c592))

### Features

- history for cbc data changes ([018c2db](https://github.com/bcgov/CONN-CCBC-portal/commit/018c2dbf2216d918a732d399805ea4d3f8270a42))
- new computed column for cbc history ([16707fc](https://github.com/bcgov/CONN-CCBC-portal/commit/16707fc65036d80281aab4fe127e2aae02c74510))

## [1.192.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.192.0...v1.192.1) (2024-09-16)

# [1.192.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.191.0...v1.192.0) (2024-09-13)
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -677,3 +677,4 @@ computed_columns/application_assessment_notifications 2024-09-06T21:58:13Z ,,, <
tables/cbc_data_002_enable_audit 2024-09-03T17:37:22Z Anthony Bushara <anthony@button.is> # Enable history tracking for cbc_data table
tables/cbc_data_003_include_change_reason 2024-09-04T15:14:09Z Anthony Bushara <anthony@button.is> # Refactor to include change reason on cbc_data
computed_columns/cbc_history 2024-09-03T15:16:07Z Anthony Bushara <anthony@button.is> # Computed column to get application history on cbc project
@1.193.0 2024-09-16T23:48:28Z CCBC Service Account <ccbc@button.is> # release v1.193.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.192.1",
"version": "1.193.0",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <Meherzad.Romer@gov.bc.ca>",
Expand Down

0 comments on commit 894a903

Please sign in to comment.