Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-warren committed Jan 10, 2023
1 parent deaa2b4 commit 403d7b3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.2",
"version": "1.1.0",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> # 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 <[email protected]> # adding pending actions from column
mutations/delete_project_revision [mutations/[email protected]] 2023-01-04T20:11:30Z Dylan Leard <[email protected]> # Migration: remove unnecessary begin-end statements
util_functions/get_form_status_001 [util_functions/[email protected]] 2022-12-29T17:10:00Z Brianna Cerkiewicz <briannacerkiewicz@pop-os> # Add conditionals to determine project overview status
util_functions/get_form_status_001 [util_functions/[email protected]] 2022-12-29T17:10:00Z Brianna Cerkiewicz <briannacerkiewicz@pop-os> # Add conditionals to determine project overview status
@1.0.2 2023-01-05T17:08:21Z Sepehr Sobhani <[email protected]> # release v1.0.2
@1.1.0 2023-01-10T22:23:39Z Sam Warren <[email protected]> # release v1.1.0

0 comments on commit 403d7b3

Please sign in to comment.