Skip to content

Commit

Permalink
Merge pull request #1821 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release v1.11.0
  • Loading branch information
Sepehr-Sobhani authored Jul 26, 2023
2 parents e82c41c + e9dbadb commit 6f1974f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.10.0",
"version": "1.11.0",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> # release v1.10.0
computed_columns/form_change_anticipated_funding_amount_per_fiscal_year [computed_columns/[email protected]] 2023-07-05T23:20:07Z Sepehr Sobhani <[email protected]> # 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 <[email protected]> # Update json schema form data to have default value for optional fields
@1.11.0 2023-07-26T15:05:29Z Sepehr Sobhani <[email protected]> # release v1.11.0

0 comments on commit 6f1974f

Please sign in to comment.