Skip to content

Commit ad7b68c

Browse files
chore: GCForms release v4.16.0
1 parent e723390 commit ad7b68c

3 files changed

Lines changed: 42 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.16.0](https://github.com/cds-snc/platform-forms-client/compare/v4.15.3...v4.16.0) (2026-06-09)
9+
10+
11+
### Features
12+
13+
* my forms update ([#7240](https://github.com/cds-snc/platform-forms-client/issues/7240)) ([b45e8da](https://github.com/cds-snc/platform-forms-client/commit/b45e8dab2ccacd717cafa1652ac885d9d5b35105))
14+
15+
16+
### Bug Fixes
17+
18+
* Audit Log - User Access Management Fixes ([#7321](https://github.com/cds-snc/platform-forms-client/issues/7321)) ([21ccff5](https://github.com/cds-snc/platform-forms-client/commit/21ccff58412119a911a9b8e991508ed571d55673))
19+
* Remove unused log details for Delete Draft Responses ([#7293](https://github.com/cds-snc/platform-forms-client/issues/7293)) ([e60af01](https://github.com/cds-snc/platform-forms-client/commit/e60af01be0fa17aa11a9a25f8428a81bbfccdcda))
20+
* Set AuditLog Date String to correct Locale for Closing Dates ([#7289](https://github.com/cds-snc/platform-forms-client/issues/7289)) ([310f41f](https://github.com/cds-snc/platform-forms-client/commit/310f41ff9a06238cf91d5125bf43a9c25fa0b3e4))
21+
22+
23+
### Miscellaneous Chores
24+
25+
* Add template version table ([#7280](https://github.com/cds-snc/platform-forms-client/issues/7280)) ([83f863c](https://github.com/cds-snc/platform-forms-client/commit/83f863c6c944276af9936a4547823e15b57775f5))
26+
* bump vitest ([#7319](https://github.com/cds-snc/platform-forms-client/issues/7319)) ([446b121](https://github.com/cds-snc/platform-forms-client/commit/446b12103f0aeb072da412a369d6d3be001246c2))
27+
* bump yarn to 4.16.0 ([#7296](https://github.com/cds-snc/platform-forms-client/issues/7296)) ([d98d308](https://github.com/cds-snc/platform-forms-client/commit/d98d30879ac4eed7245640451e5feb6a00e1405a))
28+
* cache tree view ([#7270](https://github.com/cds-snc/platform-forms-client/issues/7270)) ([0c1a1a2](https://github.com/cds-snc/platform-forms-client/commit/0c1a1a23afa1fabf577d42e6b2a5c69ebe859e95))
29+
* **deps:** update all non-major docker images ([#7308](https://github.com/cds-snc/platform-forms-client/issues/7308)) ([844509d](https://github.com/cds-snc/platform-forms-client/commit/844509d912d37915dc3470746ab6cd2fa24c313a))
30+
* **deps:** update all non-major github action dependencies ([#7309](https://github.com/cds-snc/platform-forms-client/issues/7309)) ([763ca68](https://github.com/cds-snc/platform-forms-client/commit/763ca6890fbd75c452c5ee62bc6cc3076c858249))
31+
* fix rendering perf issue for large forms ([#7303](https://github.com/cds-snc/platform-forms-client/issues/7303)) ([e723ebf](https://github.com/cds-snc/platform-forms-client/commit/e723ebf12ba6514b2cd9ba5f87ed28d8bdf003f7))
32+
* Preparatory work for Template Versioning ([#7294](https://github.com/cds-snc/platform-forms-client/issues/7294)) ([021647c](https://github.com/cds-snc/platform-forms-client/commit/021647cd7f89131fea559fb276b6c0778e0a9cd9))
33+
* Refactor Templates functions ([#7302](https://github.com/cds-snc/platform-forms-client/issues/7302)) ([c4c5002](https://github.com/cds-snc/platform-forms-client/commit/c4c5002de272208d51a37412186133f70e1f4086))
34+
* remove manage access button from settings ([#7322](https://github.com/cds-snc/platform-forms-client/issues/7322)) ([e723390](https://github.com/cds-snc/platform-forms-client/commit/e723390ed6d403663ebf3e3cb5534916a230d57e))
35+
* remove next env from tracked files ([#7315](https://github.com/cds-snc/platform-forms-client/issues/7315)) ([13bc2d3](https://github.com/cds-snc/platform-forms-client/commit/13bc2d316ca17ba146eb7b72a0caef93748bf46c))
36+
* remove unused `RELIABILITY_FILE_STORAGE` environment variable from `.env.yarn.example` ([#7262](https://github.com/cds-snc/platform-forms-client/issues/7262)) ([5680acb](https://github.com/cds-snc/platform-forms-client/commit/5680acba065c274e77f9212cc399ee7a0191a996))
37+
* remove unused AWS S3 package ([#7263](https://github.com/cds-snc/platform-forms-client/issues/7263)) ([83f89ed](https://github.com/cds-snc/platform-forms-client/commit/83f89edb8cb5eebde3cbef5ab36da3b0f54b093a))
38+
* remove unused environment variable from `.env.yarn.example` ([5680acb](https://github.com/cds-snc/platform-forms-client/commit/5680acba065c274e77f9212cc399ee7a0191a996))
39+
* settings save and revert value if server action fails ([#7304](https://github.com/cds-snc/platform-forms-client/issues/7304)) ([0a787f1](https://github.com/cds-snc/platform-forms-client/commit/0a787f18944ab8242121bfbc1a324c08fd764689))
40+
* skip captcha for local dev ([#7297](https://github.com/cds-snc/platform-forms-client/issues/7297)) ([79684a6](https://github.com/cds-snc/platform-forms-client/commit/79684a6ee8277fc56ec8f4e7fb018e824abb619a))
41+
* template version feature flag ([#7281](https://github.com/cds-snc/platform-forms-client/issues/7281)) ([fd23c2e](https://github.com/cds-snc/platform-forms-client/commit/fd23c2e781bbc0c6fd59df88ed2cecd219b1cdc0))
42+
* tweaking french versioning content ([#7318](https://github.com/cds-snc/platform-forms-client/issues/7318)) ([03084c0](https://github.com/cds-snc/platform-forms-client/commit/03084c09a1e55e3db6b2d1d3d03c44f1659d57d0))
43+
* update accounts admin ([#7305](https://github.com/cds-snc/platform-forms-client/issues/7305)) ([ba367ed](https://github.com/cds-snc/platform-forms-client/commit/ba367ed39b03aec547aac48218be90d8ddcd9802))
44+
* update lang toggle test ([#7264](https://github.com/cds-snc/platform-forms-client/issues/7264)) ([e502e68](https://github.com/cds-snc/platform-forms-client/commit/e502e68f6d9552b8d481cf04cb8327115378b754))
45+
* update share menu ([#7300](https://github.com/cds-snc/platform-forms-client/issues/7300)) ([12d5642](https://github.com/cds-snc/platform-forms-client/commit/12d5642830aefefa529ed2d0422424a461f3cd5f))
46+
* Use pressSequentially to fill input ([#7248](https://github.com/cds-snc/platform-forms-client/issues/7248)) ([49bedd6](https://github.com/cds-snc/platform-forms-client/commit/49bedd67cd05d11962f7adbb411ccd9adab12307))
47+
848
## [4.15.3](https://github.com/cds-snc/platform-forms-client/compare/v4.15.2...v4.15.3) (2026-05-27)
949

1050

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcforms",
3-
"version": "4.15.3",
3+
"version": "4.16.0",
44
"private": true,
55
"workspaces": [
66
"utils/*",

0 commit comments

Comments
 (0)