Skip to content

Commit 894a903

Browse files
chore: release v1.193.0
1 parent cecea67 commit 894a903

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.193.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.192.1...v1.193.0) (2024-09-16)
2+
3+
### Bug Fixes
4+
5+
- numbers to not heave leading dollar sign ([b063d36](https://github.com/bcgov/CONN-CCBC-portal/commit/b063d36fc2de4a72d196db8fc3f3cd4579ff1a16))
6+
- overflow wrap strictly enforced ([92407e0](https://github.com/bcgov/CONN-CCBC-portal/commit/92407e052c1e3ccebabd325a86fcc2b724e5c592))
7+
8+
### Features
9+
10+
- history for cbc data changes ([018c2db](https://github.com/bcgov/CONN-CCBC-portal/commit/018c2dbf2216d918a732d399805ea4d3f8270a42))
11+
- new computed column for cbc history ([16707fc](https://github.com/bcgov/CONN-CCBC-portal/commit/16707fc65036d80281aab4fe127e2aae02c74510))
12+
113
## [1.192.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.192.0...v1.192.1) (2024-09-16)
214

315
# [1.192.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.191.0...v1.192.0) (2024-09-13)

db/sqitch.plan

+1
Original file line numberDiff line numberDiff line change
@@ -677,3 +677,4 @@ computed_columns/application_assessment_notifications 2024-09-06T21:58:13Z ,,, <
677677
tables/cbc_data_002_enable_audit 2024-09-03T17:37:22Z Anthony Bushara <[email protected]> # Enable history tracking for cbc_data table
678678
tables/cbc_data_003_include_change_reason 2024-09-04T15:14:09Z Anthony Bushara <[email protected]> # Refactor to include change reason on cbc_data
679679
computed_columns/cbc_history 2024-09-03T15:16:07Z Anthony Bushara <[email protected]> # Computed column to get application history on cbc project
680+
@1.193.0 2024-09-16T23:48:28Z CCBC Service Account <[email protected]> # release v1.193.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CONN-CCBC-portal",
3-
"version": "1.192.1",
3+
"version": "1.193.0",
44
"main": "index.js",
55
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
66
"author": "Romer, Meherzad CITZ:EX <[email protected]>",

0 commit comments

Comments
 (0)