Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.18.1 #556

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading