From 4738642650229bc054dcfebcd22dd26a99973a2e Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:46:44 +0000 Subject: [PATCH] chore: release v1.163.0 --- CHANGELOG.md | 15 +++++++++++++++ db/sqitch.plan | 1 + package.json | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddcd88cdb..f6cf3d1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/db/sqitch.plan b/db/sqitch.plan index e7387c6ee..c81019d5d 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -575,3 +575,4 @@ mutations/create_cbc_pending_change_request 2024-05-30T13:49:25Z ,,, # fix: allow applicant to access organization name create_roles [create_roles@1.159.0] 2024-05-08T20:04:36Z Anthony Bushara # Add cbc_admin role tables/cbc_data_001_permissions 2024-05-10T15:14:19Z Anthony Bushara # Add permissions to new table for users +@1.163.0 2024-06-03T13:46:42Z CCBC Service Account # release v1.163.0 diff --git a/package.json b/package.json index 09ce98437..54de01e6b 100644 --- a/package.json +++ b/package.json @@ -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 ",