Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #3333

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.163.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.162.1...v1.163.0) (2024-06-03)

### Bug Fixes

- ambiguos function names for pending change request mutation ([d778be1](https://github.com/bcgov/CONN-CCBC-portal/commit/d778be1da6cbd8069c8d3baeb460f734f68a6a2a))
- schema issue ([c5fc794](https://github.com/bcgov/CONN-CCBC-portal/commit/c5fc7943351b477b9585210045d9c00002dca985))
- schema issue ([e797afa](https://github.com/bcgov/CONN-CCBC-portal/commit/e797afaeeec1ced9e99985fc3e7804a60c5bf8a4))

### Features

- assessment hh included in count ([bfb9bd0](https://github.com/bcgov/CONN-CCBC-portal/commit/bfb9bd0c60a41f0901a998a6d3a18d3dacaf9a9c))
- cbc_admin role ([07cdab4](https://github.com/bcgov/CONN-CCBC-portal/commit/07cdab42b5d01db2055876816b6e0dff95381b57))
- grant and revoke permissions for future tables ([7f681ee](https://github.com/bcgov/CONN-CCBC-portal/commit/7f681ee1ec97f893a92cc4b31237365a229917c5))
- show gis assessment data for history ([f97b3b5](https://github.com/bcgov/CONN-CCBC-portal/commit/f97b3b5b9b6542d052389caee8c22fb16e1e758a))

## [1.162.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.162.0...v1.162.1) (2024-05-30)

### 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 @@ -575,3 +575,4 @@ mutations/create_cbc_pending_change_request 2024-05-30T13:49:25Z ,,, <ryohani89@
computed_columns/application_organization_name [computed_columns/application_organization_name@1.162.0] 2024-05-30T18:09:08Z ,,, <ryohani89@NH504670> # fix: allow applicant to access organization name
create_roles [create_roles@1.159.0] 2024-05-08T20:04:36Z Anthony Bushara <anthony@button.is> # Add cbc_admin role
tables/cbc_data_001_permissions 2024-05-10T15:14:19Z Anthony Bushara <anthony@button.is> # Add permissions to new table for users
@1.163.0 2024-06-03T13:46:42Z CCBC Service Account <ccbc@button.is> # release v1.163.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.162.1",
"version": "1.163.0",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <Meherzad.Romer@gov.bc.ca>",
Expand Down
Loading