-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1869 from bcgov/chore/release
chore: release v1.14.0
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |