From 403d7b3718b403a80195d199a60324f9603f60b0 Mon Sep 17 00:00:00 2001 From: Sam Warren Date: Tue, 10 Jan 2023 14:23:41 -0800 Subject: [PATCH] chore: release v1.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- schema/sqitch.plan | 3 ++- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf57dda47..1d42c3559e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [1.1.0](https://github.com/bcgov/cas-cif/compare/1.0.1...1.1.0) (2023-01-10) + +### Bug Fixes + +- adding None as an option to Professional Designation ([f3b8918](https://github.com/bcgov/cas-cif/commit/f3b8918b3356208cc999a42ccd8f87ea551b4eb8)) +- fix issue on showing caret with multiple child ([299e109](https://github.com/bcgov/cas-cif/commit/299e109ca03019170ceb284ef48a7e9a69c7277a)) +- re-order sqitch plan ([8f3e30e](https://github.com/bcgov/cas-cif/commit/8f3e30e65c3a2b16f370b7f87f1ebe575c785ebd)) +- set not null after updating column values ([8dc8627](https://github.com/bcgov/cas-cif/commit/8dc862702698c8a76daa093c6e8d44ddec3d3182)) + +### Features + +- action amendment is waiting for ([742801f](https://github.com/bcgov/cas-cif/commit/742801fd1335388e75822b45d3f61060b2fc11d8)) +- add a specific widget for handling amendment status update ([306cc1a](https://github.com/bcgov/cas-cif/commit/306cc1a50cfd5af9731d0f58bfbe6879102e51d5)) +- add amedment status widget to revision schema and form ([11f6513](https://github.com/bcgov/cas-cif/commit/11f65139ca20cf1bd67970ab9c0f3fcf474b3468)) +- add begins date option for datepicker, use for substantial completion date ([b493875](https://github.com/bcgov/cas-cif/commit/b4938756eefb96cd25b59b1785aa5c3fcf08809c)) +- add email and phone regex with custom validation errors ([fd9e62e](https://github.com/bcgov/cas-cif/commit/fd9e62e3e988c515f2569b92480b085be2e3d863)) +- add functinoality to tie report due date and substantial compl. date together ([fe86fe7](https://github.com/bcgov/cas-cif/commit/fe86fe732bafb5d1ca071d17d161e0c8ef4db556)) +- add notification modal to view page ([989c3de](https://github.com/bcgov/cas-cif/commit/989c3de54d4679dd76f0d0e4b3ab8ceb3896c2f4)) +- add total project value computed column ([eb427bb](https://github.com/bcgov/cas-cif/commit/eb427bb0e2fafeb10f690ab4178ed66c787dff4e)) +- added dropdown with notify button widget ([7c331e3](https://github.com/bcgov/cas-cif/commit/7c331e3c3621951d7b8327c0fe2c1c351c56afbf)) +- adding calculated values ([34069ec](https://github.com/bcgov/cas-cif/commit/34069eca6b2da99276585572535b7716c60515db)) +- update funding agreement form and add total project value field ([5193bf6](https://github.com/bcgov/cas-cif/commit/5193bf687d6198b0ede53ff9222f0e8cf31d23a3)) + ## [1.0.2](https://github.com/bcgov/cas-cif/compare/1.0.1...1.0.2) (2023-01-05) ### Bug Fixes diff --git a/package.json b/package.json index 01f60b1203..a73e5b2b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.0.2", + "version": "1.1.0", "main": "index.js", "repository": "https://github.com/bcgov/cas-cif.git", "author": "ggircs@gov.bc.ca", diff --git a/schema/sqitch.plan b/schema/sqitch.plan index 22be7fb3d7..b500cb3dac 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -210,5 +210,6 @@ computed_columns/form_change_net_payments_to_date [tables/form_change] 2022-11-1 computed_columns/form_change_holdback_amount_to_date [tables/form_change] 2022-11-15T00:19:02Z Dylan Leard # Add computed column to return the cumulative holdback amount to date for a milestone tables/project_revision_004_add_pending_actions_from 2022-11-28T21:21:29Z Gurjeet Matharu # adding pending actions from column mutations/delete_project_revision [mutations/delete_project_revision@1.0.1] 2023-01-04T20:11:30Z Dylan Leard # Migration: remove unnecessary begin-end statements -util_functions/get_form_status_001 [util_functions/get_form_status_001@1.0.1] 2022-12-29T17:10:00Z Brianna Cerkiewicz # Add conditionals to determine project overview status +util_functions/get_form_status_001 [util_functions/get_form_status_001@1.0.1] 2022-12-29T17:10:00Z Brianna Cerkiewicz # Add conditionals to determine project overview status @1.0.2 2023-01-05T17:08:21Z Sepehr Sobhani # release v1.0.2 +@1.1.0 2023-01-10T22:23:39Z Sam Warren # release v1.1.0