Skip to content

Commit

Permalink
Merge pull request #3304 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
rafasdc authored May 23, 2024
2 parents bf817fc + f693d15 commit fc77383
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.162.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.161.0...v1.162.0) (2024-05-23)

### Bug Fixes

- archiving old pending change req records ([2997b36](https://github.com/bcgov/CONN-CCBC-portal/commit/2997b36aab70730bfd0c1df6abe378cfa258b83b))
- history files not showing properly ([78e2f55](https://github.com/bcgov/CONN-CCBC-portal/commit/78e2f55d0f615bf8aec1d41d570ace5e3c8364a4))
- imports ([82cb59d](https://github.com/bcgov/CONN-CCBC-portal/commit/82cb59d90bb5536f3186110897fc579fdf51d458))
- retaining residual values in pending change request modls ([75122ef](https://github.com/bcgov/CONN-CCBC-portal/commit/75122ef6d615d6bea86289fff8ce42b38a639877))
- typo ([76bcad3](https://github.com/bcgov/CONN-CCBC-portal/commit/76bcad3b5a1887850829c9743eba7ede5603e728))
- undefined project labels ([62ea6bd](https://github.com/bcgov/CONN-CCBC-portal/commit/62ea6bdee897a55071013e628bdb556609dada86))

### Features

- add cbc projects and data tables ([47945f7](https://github.com/bcgov/CONN-CCBC-portal/commit/47945f788ca01ac8b21a338a330dcd136cdbdf01))
- add link to cbc view page on all dashboard ([6cc4266](https://github.com/bcgov/CONN-CCBC-portal/commit/6cc4266edb49bb828bfe9c8ff41ac1399a8d1811))
- add read/write only uploads dir ([3b9b3bc](https://github.com/bcgov/CONN-CCBC-portal/commit/3b9b3bcf13b77f50a03311101517477475bfb9e6))
- cbc header edit, update mutation ([0f52c62](https://github.com/bcgov/CONN-CCBC-portal/commit/0f52c62fbc9bdae235493be65b96ff2b1afc64fd))
- cbc rework view, initial quick edit ([ef6ec40](https://github.com/bcgov/CONN-CCBC-portal/commit/ef6ec40643f56380ca93c7aed5f22e6ef8b045d3))
- display cbc data page ([72a54a1](https://github.com/bcgov/CONN-CCBC-portal/commit/72a54a10ea5654925ce5ddb8047ef355211eb149))
- extend header banner, add cbc beta banner ([c0fe36a](https://github.com/bcgov/CONN-CCBC-portal/commit/c0fe36a9556fd2ff90559916e2e153659d11b3a2))
- feature flag cbc view and edit ([467c475](https://github.com/bcgov/CONN-CCBC-portal/commit/467c4751815c27a226383fcabbd7d0065ed58245))
- import cbc data separately into two tables ([80210c5](https://github.com/bcgov/CONN-CCBC-portal/commit/80210c5fa883a83d6254bc256f58a89cd9e61b4a))
- placeholder history page ([c62018b](https://github.com/bcgov/CONN-CCBC-portal/commit/c62018bf26176a1bc83244ed5361ce0fdfd26043))

# [1.161.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.160.1...v1.161.0) (2024-05-15)

### Features
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -565,3 +565,4 @@ tables/application_pending_change_request 2024-05-03T20:55:21Z ,,, <ryohani89@NH
tables/cbc 2024-05-08T17:56:10Z Rafael Solorzano <[email protected]> # add cbc projects table for individual cbc projects
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
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.161.0",
"version": "1.162.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 fc77383

Please sign in to comment.