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.13.0 #1861

Merged
merged 1 commit into from
Sep 5, 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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.13.0](https://github.com/bcgov/cas-cif/compare/1.12.0...1.13.0) (2023-09-05)

### Bug Fixes

- update milestone form change commit handler to not update archived records ([a7d189a](https://github.com/bcgov/cas-cif/commit/a7d189adef59ffa39d56ccd2e38c00ae44c5b66f))
- fixed multiple attachment diffs showing properly ([c4e8d3a](https://github.com/bcgov/cas-cif/commit/c4e8d3a5bc093f0f298dab303d0ed879a127f9fb))

### Features

- add tooltips to amendments and general revisions ([888289f](https://github.com/bcgov/cas-cif/commit/888289f22191b2d7bc78ba51080a309da0f37c8e))

# [1.12.0](https://github.com/bcgov/cas-cif/compare/1.10.0...1.12.0) (2023-08-15)

### 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.12.0",
"version": "1.13.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 @@ -354,3 +354,4 @@ migrations/009_rebuild_project_summary_history 2023-08-04T22:08:03Z Brianna Cerk
computed_columns/project_milestone_status 2023-08-08T16:07:16Z Brianna Cerkiewicz <briannacerkiewicz@pop-os> # Create computed column to calculate a project's milestone status (late, complete, not due, etc.)
@1.12.0 2023-08-15T23:37:54Z Sepehr Sobhani <sepehr.sobhani@gov.bc.ca> # release v1.12.0
functions/handle_milestone_form_change_commit [functions/handle_milestone_form_change_commit@1.12.0] 2023-08-31T18:47:59Z Sepehr Sobhani <sepehr.sobhani@gov.bc.ca> # Update commit handler to fix the issue with updating archived records
@1.13.0 2023-09-05T22:09:47Z Sepehr Sobhani <sepehr.sobhani@gov.bc.ca> # release v1.13.0