From 29b683650cbfcdf2ebeec66a9fd24c9bbfcd70e6 Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Tue, 17 Oct 2023 09:30:10 -0700 Subject: [PATCH 1/2] chore(release): 2.23.1 --- CHANGELOG.md | 2 ++ app/package.json | 2 +- current_version.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db60a124..91a901061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.23.1](https://github.com/bcgov/cas-ciip-portal/compare/v2.23.0...v2.23.1) (2023-10-17) + ## [2.23.0](https://github.com/bcgov/cas-ciip-portal/compare/v2.22.4...v2.23.0) (2023-09-06) diff --git a/app/package.json b/app/package.json index fbc8e5e27..227f4665d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "ggircs-industry-ciip-portal", - "version": "2.23.0", + "version": "2.23.1", "description": "The online portal for Industry to apply and track their CIIP applications", "scripts": { "pretest": "npm run build:relay", diff --git a/current_version.txt b/current_version.txt index da266122d..388be8da7 100644 --- a/current_version.txt +++ b/current_version.txt @@ -1 +1 @@ -2.23.0 \ No newline at end of file +2.23.1 \ No newline at end of file From ec143fa2d7b69c7cf04079c33de9c01e8e0cfd84 Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Tue, 17 Oct 2023 09:31:42 -0700 Subject: [PATCH 2/2] chore(release): v2.23.1 --- helm/cas-ciip-portal/Chart.yaml | 4 ++-- schema/sqitch.plan | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/cas-ciip-portal/Chart.yaml b/helm/cas-ciip-portal/Chart.yaml index a8a33f8b7..58cdb23ca 100644 --- a/helm/cas-ciip-portal/Chart.yaml +++ b/helm/cas-ciip-portal/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cas-ciip-portal description: A Helm chart for the CIIP portal type: application -version: 0.3.59 -appVersion: 2.23.0 +version: 0.3.60 +appVersion: 2.23.1 dependencies: - name: cas-postgres version: "0.8.4" diff --git a/schema/sqitch.plan b/schema/sqitch.plan index 6c28fee56..061a0f6ac 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -468,3 +468,4 @@ data/correct_gwp_values [database_functions/correct_gwp_values] 2023-07-13T18:43 @v2.22.4 2023-08-25T22:31:39Z Dylan Leard # release v2.22.4 tables/incremental_fuel_charge_baseline_001 [tables/incremental_fuel_charge_baseline] 2023-09-06T20:21:48Z Dylan Leard # Migration: Update values in baseline table to include 5 signification digits after the decimal @v2.23.0 2023-09-06T22:45:48Z Dylan Leard # release v2.23.0 +@v2.23.1 2023-10-17T16:31:00Z Dylan Leard # release v2.23.1