Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.15.0 #1872

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.15.0](https://github.com/bcgov/cas-cif/compare/1.12.0...1.15.0) (2023-10-03)

### Bug Fixes

- update milestone form change commit handler to not update archived records ([bece997](https://github.com/bcgov/cas-cif/commit/bece9972a626d09e68eb1a57a4456fe93f240e26))

# [1.14.0](https://github.com/bcgov/cas-cif/compare/1.10.0...1.14.0) (2023-09-26)

### 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.14.0",
"version": "1.15.0",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "ggircs@gov.bc.ca",
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,4 @@ computed_columns/form_change_total_project_value [computed_columns/form_change_t
computed_columns/form_change_actual_performance_milestone_amount [computed_columns/form_change_actual_performance_milestone_amount@1.13.0] 2023-09-07T20:12:19Z Dylan Leard <dylan@button.is> # Migration: actual amount should calculate based on maximum_performance_milestone_amount
@1.14.0 2023-09-26T22:35:17Z Josh Larouche <joshua.larouche@gov.bc.ca> # release v1.14.0
functions/handle_milestone_form_change_commit [functions/handle_milestone_form_change_commit@1.14.0] 2023-09-29T20:17:51Z Sepehr Sobhani <sepehr.sobhani@gov.bc.ca> # Update commit handler to fix the issue with archiving milestones
@1.15.0 2023-10-03T21:35:32Z Sepehr Sobhani <sepehr.sobhani@gov.bc.ca> # release v1.15.0
Loading