Skip to content

Commit 48506bb

Browse files
chore: GCForms API release v1.7.4
1 parent c42a494 commit 48506bb

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.3"
2+
".": "1.7.4"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.7.4](https://github.com/cds-snc/forms-api/compare/v1.7.3...v1.7.4) (2026-03-23)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** lock file maintenance ([#313](https://github.com/cds-snc/forms-api/issues/313)) ([3120a1c](https://github.com/cds-snc/forms-api/commit/3120a1cf29afe4c18876657389722c99ff67fc33))
9+
* **deps:** lock file maintenance ([#321](https://github.com/cds-snc/forms-api/issues/321)) ([bddd74c](https://github.com/cds-snc/forms-api/commit/bddd74cdf6754b6835171f818e43800e55e593da))
10+
* **deps:** lock file maintenance ([#325](https://github.com/cds-snc/forms-api/issues/325)) ([c42a494](https://github.com/cds-snc/forms-api/commit/c42a49463e6e32c80100ba9bb98757cc2b114015))
11+
* **deps:** update all non-major github action dependencies ([#308](https://github.com/cds-snc/forms-api/issues/308)) ([663ce30](https://github.com/cds-snc/forms-api/commit/663ce307196a27ec915711db1625931ebe38608c))
12+
* **deps:** update all non-major github action dependencies ([#319](https://github.com/cds-snc/forms-api/issues/319)) ([700bb1e](https://github.com/cds-snc/forms-api/commit/700bb1e382f7b90007764206f953abd36e97d4f3))
13+
* **deps:** update all non-major github action dependencies ([#322](https://github.com/cds-snc/forms-api/issues/322)) ([bc150ba](https://github.com/cds-snc/forms-api/commit/bc150ba02a03d6650684c2b5ed503ee7792c1e97))
14+
* **deps:** update all patch dependencies ([#318](https://github.com/cds-snc/forms-api/issues/318)) ([bb5d02b](https://github.com/cds-snc/forms-api/commit/bb5d02b25bf20233c98e2b34f79c19217203600d))
15+
* **deps:** update dependency pyjwt to v2.12.0 [security] ([#316](https://github.com/cds-snc/forms-api/issues/316)) ([d2e2cab](https://github.com/cds-snc/forms-api/commit/d2e2cabd81c0e2c60268eae1379418853525ecf2))
16+
* **deps:** update dependency pyjwt to v2.12.1 ([#323](https://github.com/cds-snc/forms-api/issues/323)) ([94992b4](https://github.com/cds-snc/forms-api/commit/94992b4ac380e2dc34a6b0d56bdb04155d6d6895))
17+
* **deps:** update mcr.microsoft.com/vscode/devcontainers/base:debian docker digest to aa263c6 ([#317](https://github.com/cds-snc/forms-api/issues/317)) ([7685704](https://github.com/cds-snc/forms-api/commit/76857041b0287f67bbbcaf59e2c8bfd48c2cf570))
18+
* **deps:** update pnpm to v10.30.1 ([#309](https://github.com/cds-snc/forms-api/issues/309)) ([f732639](https://github.com/cds-snc/forms-api/commit/f73263982a9f06569bbdd7d4a832d16ef02702a4))
19+
* **deps:** update pnpm to v10.31.0 ([#320](https://github.com/cds-snc/forms-api/issues/320)) ([000defb](https://github.com/cds-snc/forms-api/commit/000defb2699ffa0b71a3da4dfa7e21ccf7372aeb))
20+
* **deps:** update pnpm to v10.32.1 ([#324](https://github.com/cds-snc/forms-api/issues/324)) ([3fc83b3](https://github.com/cds-snc/forms-api/commit/3fc83b315d224be7f0f0cabef17717dd6bd4820e))
21+
* fix Github action including 'generate-sbom' sub-action ([#311](https://github.com/cds-snc/forms-api/issues/311)) ([3815995](https://github.com/cds-snc/forms-api/commit/38159955686cffd556429e4a6c33b6f64812d574))
22+
* synced file(s) with cds-snc/site-reliability-engineering ([#314](https://github.com/cds-snc/forms-api/issues/314)) ([e14475c](https://github.com/cds-snc/forms-api/commit/e14475cc6caf8bafabffff192c295ba7ad7aa93c))
23+
* synced local '.github/workflows/export_github_data.yml' with remote 'tools/sre_file_sync/export_github_data.yml' ([e14475c](https://github.com/cds-snc/forms-api/commit/e14475cc6caf8bafabffff192c295ba7ad7aa93c))
24+
* upgrade generate-sbom Github action from v4.0.1 to v4.0.2 ([#312](https://github.com/cds-snc/forms-api/issues/312)) ([27e98a3](https://github.com/cds-snc/forms-api/commit/27e98a3e265ac563f3f4169cfa036be8f19ad82c))
25+
326
## [1.7.3](https://github.com/cds-snc/forms-api/compare/v1.7.2...v1.7.3) (2026-02-23)
427

528

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forms-api",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"description": "Machine-to-machine interface for downloading form submissions",
55
"repository": "git@github.com:cds-snc/forms-api.git",
66
"type": "module",

0 commit comments

Comments
 (0)