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 #3317

Merged
merged 1 commit into from
May 30, 2024
Merged
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.162.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.162.0...v1.162.1) (2024-05-30)

### Bug Fixes

- filter on all dashboard due to undefined intake ([9b78ac0](https://github.com/bcgov/CONN-CCBC-portal/commit/9b78ac0e8d28a4eba06befd8d631cfc8b6e2b5d6))

# [1.162.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.161.0...v1.162.0) (2024-05-23)

### 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 @@ -566,3 +566,4 @@ tables/cbc 2024-05-08T17:56:10Z Rafael Solorzano <[email protected]
tables/cbc_data 2024-05-08T18:08:06Z Rafael Solorzano <[email protected]> # table to hold the json data for individual cbc projects
mutations/create_pending_change_request 2024-05-22T16:44:01Z ,,, <ryohani89@NH504670> # add create application pending change request mutation
@1.162.0 2024-05-23T21:23:23Z CCBC Service Account <[email protected]> # release v1.162.0
@1.162.1 2024-05-30T16:25:42Z CCBC Service Account <[email protected]> # release v1.162.1
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.0",
"version": "1.162.1",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down
Loading