From 862f446d522726ac6878d135729a10cd19360748 Mon Sep 17 00:00:00 2001 From: Mike Vesprini Date: Wed, 17 Apr 2024 13:38:49 -0700 Subject: [PATCH 1/3] chore: release v1.16.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- schema/sqitch.plan | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7ddfb9de..08b291b439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.16.3](https://github.com/bcgov/cas-cif/compare/1.16.2...1.16.3) (2024-04-17) + ## [1.16.2](https://github.com/bcgov/cas-cif/compare/1.16.1...1.16.2) (2024-02-23) ### Bug Fixes diff --git a/package.json b/package.json index 6898c79452..b743561165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.16.2", + "version": "1.16.3", "main": "index.js", "repository": "https://github.com/bcgov/cas-cif.git", "author": "ggircs@gov.bc.ca", diff --git a/schema/sqitch.plan b/schema/sqitch.plan index 5f80208ae5..edd0e8c210 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -370,3 +370,4 @@ functions/jsonb_minus 2023-10-30T19:55:55Z Mike Vesprini # Func mutations/commit_form_change_internal [mutations/commit_form_change_internal@1.15.0] 2023-10-30T21:34:15Z Mike Vesprini # Handle rebasing when committing with another pending revision on the same project" mutations/commit_project_revision [mutations/commit_project_revision@1.15.0] 2023-10-31T00:07:01Z Mike Vesprini # Update function to pass new parameters to commit_form_change_internal mutations/commit_form_change [mutations/commit_form_change@1.15.0] 2023-11-22T19:00:00Z Mike Vesprini # Add pending project revision id to args of commit_form_change_internal call +@1.16.3 2024-04-17T20:38:30Z Mike Vesprini # release v1.16.3 From bc5a695413494f8afdf635ea44693cca8029d30f Mon Sep 17 00:00:00 2001 From: Mike Vesprini Date: Wed, 17 Apr 2024 14:14:13 -0700 Subject: [PATCH 2/3] chore: add line to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b291b439..0dfccfeb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [1.16.3](https://github.com/bcgov/cas-cif/compare/1.16.2...1.16.3) (2024-04-17) +- rebase pending revisions when committing a project revision ([983ad50](https://github.com/bcgov/cas-cif/commit/983ad506cf45862a717425152ca8ca8a054fc9bb)) + + ## [1.16.2](https://github.com/bcgov/cas-cif/compare/1.16.1...1.16.2) (2024-02-23) ### Bug Fixes From 6a7827c1b3daf9115fd64c8d36ad283751af02c6 Mon Sep 17 00:00:00 2001 From: Mike Vesprini Date: Wed, 17 Apr 2024 14:57:06 -0700 Subject: [PATCH 3/3] chore: lint fix --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfccfeb63..c6ab92aa6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ - rebase pending revisions when committing a project revision ([983ad50](https://github.com/bcgov/cas-cif/commit/983ad506cf45862a717425152ca8ca8a054fc9bb)) - ## [1.16.2](https://github.com/bcgov/cas-cif/compare/1.16.1...1.16.2) (2024-02-23) ### Bug Fixes