From 4abd9c8e6fbc1365aaa8d082cae51a3af7a09a03 Mon Sep 17 00:00:00 2001 From: Pierre Bastianelli Date: Fri, 31 May 2024 15:44:43 -0700 Subject: [PATCH] chore: release v1.18.1 --- CHANGELOG.md | 8 ++++++++ ggircs-app/app/package.json | 2 +- ggircs-app/schema/sqitch.plan | 1 + package.json | 2 +- sqitch.plan | 1 + 5 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e55c52..e60d7ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [1.18.1](https://github.com/bcgov/cas-ggircs/compare/v1.18.0...v1.18.1) (2024-05-31) + + +### Bug Fixes + +* race condition when loading environment variables ([02a066b](https://github.com/bcgov/cas-ggircs/commit/02a066b4646ace257c2fd8ff785e27f863e59507)) +* using the new pipeTo method instead ([9b15fdd](https://github.com/bcgov/cas-ggircs/commit/9b15fdd888946b9d92f7ab1d11c066331e8fb5aa)) + # [1.18.0](https://github.com/bcgov/cas-ggircs/compare/v1.17.4...v1.18.0) (2024-05-30) diff --git a/ggircs-app/app/package.json b/ggircs-app/app/package.json index f354626e..d0e1f490 100644 --- a/ggircs-app/app/package.json +++ b/ggircs-app/app/package.json @@ -1,6 +1,6 @@ { "name": "ggircs-app", - "version": "1.18.0", + "version": "1.18.1", "private": true, "scripts": { "predev": "yarn build:schema && yarn build:relay", diff --git a/ggircs-app/schema/sqitch.plan b/ggircs-app/schema/sqitch.plan index 500f51c9..38b53e88 100644 --- a/ggircs-app/schema/sqitch.plan +++ b/ggircs-app/schema/sqitch.plan @@ -36,3 +36,4 @@ triggers/update_timestamps [triggers/update_timestamps@1.13.4] 2022-12-14T23:04: @1.17.3 2024-02-23T21:47:36Z Pierre Bastianelli # release v1.17.3 @1.17.4 2024-02-27T17:46:33Z Pierre Bastianelli # release v1.17.4 @1.18.0 2024-05-30T17:16:43Z Pierre Bastianelli # release v1.18.0 +@1.18.1 2024-05-31T22:44:17Z Pierre Bastianelli # release v1.18.1 diff --git a/package.json b/package.json index e20c4137..a4b0af66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ggircs-app", - "version": "1.18.0", + "version": "1.18.1", "description": "GGIRCS: Greenhouse Gas Industrial Reporting and Control System. Data schema for the data extracted from the SWRS, and a small app to access the raw data and attachments from the SWRS extracts.", "repository": "https://github.com/bcgov/cas-ggircs", "author": "ggircs@gov.bc.ca", diff --git a/sqitch.plan b/sqitch.plan index 0501700c..dfb07494 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -269,3 +269,4 @@ swrs/transform/function/load_emission [swrs/transform/function/load_emission@1.1 swrs/parameters/table/fuel_charge_001 [swrs/parameters/table/fuel_charge] 2024-05-28T18:23:15Z Pierre Bastianelli # Adding CTA fuel rates for 2024 year @1.18.0 2024-05-30T17:16:42Z Pierre Bastianelli # release v1.18.0 +@1.18.1 2024-05-31T22:44:17Z Pierre Bastianelli # release v1.18.1