-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7c6364
commit 0850c92
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -494,3 +494,4 @@ mutations/update_application_form [mutations/[email protected]] 20 | |
mutations/submit_application [mutations/[email protected]] 2023-11-20T22:44:09Z Rafael Solorzano <[email protected]> # add custom handler for intake 99 ccbc id | ||
mutations/create_intake [mutations/[email protected]] 2023-11-27T22:57:40Z Rafael Solorzano <[email protected]> # make all new intakes use same gapless counter | ||
functions/create_hidden_intake [functions/[email protected]] 2023-11-28T18:21:23Z Rafael Solorzano <[email protected]> # update counter id creation to match create intake | ||
@1.123.0 2023-12-01T21:23:31Z CCBC Service Account <[email protected]> # release v1.123.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "CONN-CCBC-portal", | ||
"version": "1.122.1", | ||
"version": "1.123.0", | ||
"main": "index.js", | ||
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git", | ||
"author": "Romer, Meherzad CITZ:EX <[email protected]>", | ||
|