Skip to content

Commit

Permalink
Merge pull request #556 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release v1.18.1
  • Loading branch information
pbastia authored May 31, 2024
2 parents a0af102 + 4abd9c8 commit 00604d3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion ggircs-app/app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions ggircs-app/schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ triggers/update_timestamps [triggers/[email protected]] 2022-12-14T23:04:
@1.17.3 2024-02-23T21:47:36Z Pierre Bastianelli <[email protected]> # release v1.17.3
@1.17.4 2024-02-27T17:46:33Z Pierre Bastianelli <[email protected]> # release v1.17.4
@1.18.0 2024-05-30T17:16:43Z Pierre Bastianelli <[email protected]> # release v1.18.0
@1.18.1 2024-05-31T22:44:17Z Pierre Bastianelli <[email protected]> # release v1.18.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,4 @@ swrs/transform/function/load_emission [swrs/transform/function/[email protected]

swrs/parameters/table/fuel_charge_001 [swrs/parameters/table/fuel_charge] 2024-05-28T18:23:15Z Pierre Bastianelli <[email protected]> # Adding CTA fuel rates for 2024 year
@1.18.0 2024-05-30T17:16:42Z Pierre Bastianelli <[email protected]> # release v1.18.0
@1.18.1 2024-05-31T22:44:17Z Pierre Bastianelli <[email protected]> # release v1.18.1

0 comments on commit 00604d3

Please sign in to comment.