Skip to content

Commit

Permalink
Merge pull request #2247 from bcgov/chore/release
Browse files Browse the repository at this point in the history
Chore(release): v2.22.3
  • Loading branch information
dleard authored Jul 14, 2023
2 parents 2978cfc + 505c83b commit 3fbce29
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.22.3](https://github.com/bcgov/cas-ciip-portal/compare/v2.22.2...v2.22.3) (2023-07-14)


### Bug Fixes

* add function to correct incorrectly initialized GWP values ([11bc8b9](https://github.com/bcgov/cas-ciip-portal/commit/11bc8b920089500e93aa33eefbac4967adc15d7e))
* notify reporter when application submitted ([6b006ff](https://github.com/bcgov/cas-ciip-portal/commit/6b006ff1da3ef71be96d2173ff737bfea13e082e))

### [2.22.2](https://github.com/bcgov/cas-ciip-portal/compare/v2.22.1...v2.22.2) (2023-06-13)


Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggircs-industry-ciip-portal",
"version": "2.22.2",
"version": "2.22.3",
"description": "The online portal for Industry to apply and track their CIIP applications",
"scripts": {
"pretest": "npm run build:relay",
Expand Down
2 changes: 1 addition & 1 deletion current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.22.2
2.22.3
4 changes: 2 additions & 2 deletions helm/cas-ciip-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cas-ciip-portal
description: A Helm chart for the CIIP portal
type: application
version: 0.3.56
appVersion: 2.22.2
version: 0.3.57
appVersion: 2.22.3
dependencies:
- name: cas-postgres
version: "0.8.4"
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -464,3 +464,4 @@ mutations/create_or_update_ciip_user [mutations/create_or_update_ciip_user@v2.22
trigger_functions/run_graphile_worker_job [trigger_functions/run_graphile_worker_job@v2.22.1] 2023-07-04T20:06:19Z Dylan Leard <dylan@button.is> # Migration: notify reporters of application submission
database_functions/correct_gwp_values 2023-07-13T18:31:01Z Dylan Leard <dylan@button.is> # Function to update gwp values that were set incorrectly
data/correct_gwp_values [database_functions/correct_gwp_values] 2023-07-13T18:43:50Z Dylan Leard <dylan@button.is> # Migration to correct incorrectly initialized GWP values
@v2.22.3 2023-07-14T16:22:57Z Dylan Leard <dylan@button.is> # release v2.22.3

0 comments on commit 3fbce29

Please sign in to comment.