diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aabb277ff..d920306d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.11.0](https://github.com/bcgov/cas-cif/compare/1.10.0...1.11.0) (2023-07-26) + +### Bug Fixes + +- add milestone calculated values to form context ([ef015d5](https://github.com/bcgov/cas-cif/commit/ef015d52812e7fdf50297287b6b35f71cd39657b)) +- add null and undefined values to optional fields in json schemas ([e84c8a1](https://github.com/bcgov/cas-cif/commit/e84c8a15455eafdc0e9496f6a2dad4de46402113)) +- change obsolete images for PGO in backup test chart ([8e2a4fb](https://github.com/bcgov/cas-cif/commit/8e2a4fb3985b1134e99cccc0fe61a7616345f084)) +- set milestone `certifierProfessionalDesignation` field to null when user selects N/A ([4ba0cae](https://github.com/bcgov/cas-cif/commit/4ba0cae7a3346161008a66128022e86b8412f565)) +- shows secondary contacts in project contact summary form ([0aee342](https://github.com/bcgov/cas-cif/commit/0aee3421f7276f72b7ac402057cfc9e91a77d8ff)) + +### Features + +- move EI tooltips to UI schema ([8319d31](https://github.com/bcgov/cas-cif/commit/8319d3158786890e35a6e8462ab268398b83e17f)) + # [1.10.0](https://github.com/bcgov/cas-cif/compare/1.9.0...1.10.0) (2023-07-13) ### Bug Fixes diff --git a/package.json b/package.json index f583279b87..5443639922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.10.0", + "version": "1.11.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 3c95e24be1..e025dde2c5 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -343,3 +343,4 @@ data/013_insert_json_schema_form_data_anticipated_funding_per_year_to_array_type @1.10.0 2023-07-13T22:53:40Z Dylan Leard # release v1.10.0 computed_columns/form_change_anticipated_funding_amount_per_fiscal_year [computed_columns/form_change_anticipated_funding_amount_per_fiscal_year@1.9.0] 2023-07-05T23:20:07Z Sepehr Sobhani # Using double arrow to return null if new form data prop value is null data/014_insert_json_schema_form_data_add_default_value_for_optional_fields 2023-07-10T17:50:36Z Sepehr Sobhani # Update json schema form data to have default value for optional fields +@1.11.0 2023-07-26T15:05:29Z Sepehr Sobhani # release v1.11.0