Skip to content

Commit

Permalink
chore: GCForms release v3.21.0 (#4235)
Browse files Browse the repository at this point in the history
Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
  • Loading branch information
sre-read-write[bot] authored Sep 3, 2024
1 parent a5cc3d4 commit 4ab6876
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.20.0"
".": "3.21.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.21.0](https://github.com/cds-snc/platform-forms-client/compare/v3.20.0...v3.21.0) (2024-09-03)


### Features

* Formatted Date component ([901b38c](https://github.com/cds-snc/platform-forms-client/commit/901b38ccdfaada530f44f06b8ee5a46811e8a8e7))


### Bug Fixes

* force UTF-8 encoding using BOM for unzipped CSV files ([a5cc3d4](https://github.com/cds-snc/platform-forms-client/commit/a5cc3d4ca960a40341c2ad8c717d9900ba268c75))


### Miscellaneous Chores

* Adds text field length character limit ([6c8cf93](https://github.com/cds-snc/platform-forms-client/commit/6c8cf93341e1c247ea13f8dd37aef18442abc8e2))
* Combine review and end nodes ([#4220](https://github.com/cds-snc/platform-forms-client/issues/4220)) ([5d86113](https://github.com/cds-snc/platform-forms-client/commit/5d86113f4c109c8b418646ec59986203891eb707))
* replace fetch with axios ([#4242](https://github.com/cds-snc/platform-forms-client/issues/4242)) ([8334792](https://github.com/cds-snc/platform-forms-client/commit/83347929e9ee3c2e6de2ecf53e5c415042befc1e))


### Code Refactoring

* reword error log for when a GC Notify request times out ([#4236](https://github.com/cds-snc/platform-forms-client/issues/4236)) ([78d8078](https://github.com/cds-snc/platform-forms-client/commit/78d807851eaf71d4414ed7d8881ccd8cda6cd95c))

## [3.20.0](https://github.com/cds-snc/platform-forms-client/compare/v3.19.0...v3.20.0) (2024-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcforms",
"version": "3.20.0",
"version": "3.21.0",
"private": true,
"prisma": {
"seed": "tsx prisma/seeds/seed_cli.ts --environment=development"
Expand Down

0 comments on commit 4ab6876

Please sign in to comment.