Skip to content

Commit

Permalink
Merge pull request #1869 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release v1.14.0
  • Loading branch information
Sepehr-Sobhani authored Sep 26, 2023
2 parents 25a8eac + 0a974a0 commit 6e27b57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.14.0](https://github.com/bcgov/cas-cif/compare/1.10.0...1.14.0) (2023-09-26)

### Bug Fixes

- correct budgets diffs ([30fdcf9](https://github.com/bcgov/cas-cif/commit/30fdcf97a3a26250f9fcf57eca8ee3b90fd6c280))
- total project value will only calculate with enough info present ([df396e2](https://github.com/bcgov/cas-cif/commit/df396e20c5dd958ff6e4efbfc060ca97d51b25bc))

### Features

- add hard delete for first project revision ([652327a](https://github.com/bcgov/cas-cif/commit/652327ad3b1540d3113566145e7559a3774114dc))

# [1.13.0](https://github.com/bcgov/cas-cif/compare/1.12.0...1.13.0) (2023-09-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cas-cif",
"version": "1.13.0",
"version": "1.14.0",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,4 @@ mutations/discard_project_attachment_form_change [mutations/discard_project_atta
computed_columns/form_change_holdback_amount_to_date [computed_columns/[email protected]] 2023-07-27T22:18:03Z Gurjeet Matharu <[email protected]># Modified cif.form_change_holdback_amount_to_date function to return null if any input values are missing for any milestone
computed_columns/form_change_total_project_value [computed_columns/[email protected]] 2023-07-27T22:19:30Z Gurjeet Matharu <[email protected]> # Modified cif.form_change_total_project_value function to return null if any input values are missing
computed_columns/form_change_actual_performance_milestone_amount [computed_columns/[email protected]] 2023-09-07T20:12:19Z Dylan Leard <[email protected]> # Migration: actual amount should calculate based on maximum_performance_milestone_amount
@1.14.0 2023-09-26T22:35:17Z Josh Larouche <[email protected]> # release v1.14.0

0 comments on commit 6e27b57

Please sign in to comment.