Skip to content

Commit

Permalink
Merge pull request #2058 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
marcellmueller authored Aug 9, 2023
2 parents 9510c82 + 6859261 commit 989ad12
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [1.93.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.92.0...v1.93.0) (2023-08-09)

### Bug Fixes

- **ci:** revert mutation fix ([70fb3cb](https://github.com/bcgov/CONN-CCBC-portal/commit/70fb3cbaba757c72c3b319f5e73048a1a893252a))
- community report mutation input name ([8eaaffb](https://github.com/bcgov/CONN-CCBC-portal/commit/8eaaffb30f4f306a3762f39b98b768fa7bd14626))
- merge conflict ([64b7fe0](https://github.com/bcgov/CONN-CCBC-portal/commit/64b7fe0a5e043100eaa043e017beed7eb8663778))
- success heading type ([e9356f9](https://github.com/bcgov/CONN-CCBC-portal/commit/e9356f9539e3962a5f307451085fa8dd603da76d))
- undo change to summary_tab file ([0e1dd4f](https://github.com/bcgov/CONN-CCBC-portal/commit/0e1dd4fffce570dfccc03a5295a63cd2a04d64a9))

### Features

- add check for updating application form ([8749064](https://github.com/bcgov/CONN-CCBC-portal/commit/87490640bc1e9408d3f2648022a352546fe50030))
- add community report table ([91c7db1](https://github.com/bcgov/CONN-CCBC-portal/commit/91c7db1ed028892b7bd036b98a875b9e578e25e4))
- add custom excel import widget error ([b0f8974](https://github.com/bcgov/CONN-CCBC-portal/commit/b0f8974947b1776756d644b6ab4f7aa779708f70))
- add modal when conflict occurs ([47ac05d](https://github.com/bcgov/CONN-CCBC-portal/commit/47ac05d725dee3d3ebe4a3aaf4bd71e060af2668))
- add postgres mutation to create community report data ([4922521](https://github.com/bcgov/CONN-CCBC-portal/commit/4922521c0be63d080b8eef81ea7a51d189f66480))
- allow custom success message for excel import file widget ([edbe9a5](https://github.com/bcgov/CONN-CCBC-portal/commit/edbe9a5dd4ad05943d017b819cb5cc8b44e26cab))
- computed column returning attachments for rfi ([172c485](https://github.com/bcgov/CONN-CCBC-portal/commit/172c48575c778dbaf2c02301391c47e3fd998710))
- extract uuid function ([8b3c06a](https://github.com/bcgov/CONN-CCBC-portal/commit/8b3c06aad91592efc8645e2260aedb994559cd50))
- save community progress report excel data ([2d69a36](https://github.com/bcgov/CONN-CCBC-portal/commit/2d69a36233256469f9b7e204be28f22fe9fe7c86))
- save datetime uploaded in file form data ([e392478](https://github.com/bcgov/CONN-CCBC-portal/commit/e3924788a7482bba6301da319b2c7a7b4cc3d548))
- update debounce timeout along and add buffer to update ([5ff5986](https://github.com/bcgov/CONN-CCBC-portal/commit/5ff5986de8d7e439df7721ed4e164f018bf5e022))

# [1.92.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.91.0...v1.92.0) (2023-08-04)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -383,3 +383,4 @@ computed_columns/rfi_data_attachments 2023-08-04T16:23:42Z Anthony Bushara <anth
mutations/update_application_form [mutations/[email protected]] 2023-07-26T15:04:47Z Anthony Bushara <[email protected]> # Reject if updated_at does not match
tables/application_community_report_excel_data 2023-08-02T21:46:28Z Marcel Mueller <[email protected]> # add table to store community report data
mutations/create_application_community_report_excel_data 2023-08-03T14:31:46Z Marcel Mueller <[email protected]> # add mutation to create community report excel data
@1.93.0 2023-08-09T16:44:16Z CCBC Service Account <[email protected]> # release v1.93.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.92.0",
"version": "1.93.0",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down

0 comments on commit 989ad12

Please sign in to comment.