Skip to content

Commit

Permalink
chore: GCForms release v3.22.1 (#4352)
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 Oct 8, 2024
1 parent 04e5a6d commit 6f2e88f
Show file tree
Hide file tree
Showing 3 changed files with 27 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.22.0"
".": "3.22.1"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ 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.22.1](https://github.com/cds-snc/platform-forms-client/compare/v3.22.0...v3.22.1) (2024-10-08)


### Bug Fixes

* Fix repeating set bug ([#4364](https://github.com/cds-snc/platform-forms-client/issues/4364)) ([2c791f4](https://github.com/cds-snc/platform-forms-client/commit/2c791f465f6ae260f2e1b29cc86f4c0d54ecbce0))
* security banner copy ([#4369](https://github.com/cds-snc/platform-forms-client/issues/4369)) ([04e5a6d](https://github.com/cds-snc/platform-forms-client/commit/04e5a6d9eaab4d1b3c4aeafcc5f64ecb12e58baf))


### Miscellaneous Chores

* Add Grains Canada branding ([#4370](https://github.com/cds-snc/platform-forms-client/issues/4370)) ([c61a7f6](https://github.com/cds-snc/platform-forms-client/commit/c61a7f6b3c60184c88a3a29d62157508f3d20e11))
* Button styles ([#4319](https://github.com/cds-snc/platform-forms-client/issues/4319)) ([015093f](https://github.com/cds-snc/platform-forms-client/commit/015093f463494c9d26a5ee5800ed9bcc36478527))
* fix centering for auth pages ([#4365](https://github.com/cds-snc/platform-forms-client/issues/4365)) ([4b5e61b](https://github.com/cds-snc/platform-forms-client/commit/4b5e61b02d8fcf0ab0fa0034416cbfd8efb80c10))
* fix checkboxes when using long text. ([#4366](https://github.com/cds-snc/platform-forms-client/issues/4366)) ([afb161e](https://github.com/cds-snc/platform-forms-client/commit/afb161ee9313a236f4e4d9ddbfdd8833badbeef6))
* fix copy codes button ([#4358](https://github.com/cds-snc/platform-forms-client/issues/4358)) ([94dec98](https://github.com/cds-snc/platform-forms-client/commit/94dec980e472008a89387bad3de88aa688bd51c8))
* fix radios for response downloads ([#4360](https://github.com/cds-snc/platform-forms-client/issues/4360)) ([39e11f9](https://github.com/cds-snc/platform-forms-client/commit/39e11f94c7702e17917e15530e1fd55b03ebfeb5))
* GCDS checkbox styling ([#4343](https://github.com/cds-snc/platform-forms-client/issues/4343)) ([9b67b8c](https://github.com/cds-snc/platform-forms-client/commit/9b67b8cb5d81de022718915c83b730d3fc5cc347))
* GCDS Dropdown ([#4354](https://github.com/cds-snc/platform-forms-client/issues/4354)) ([973ea30](https://github.com/cds-snc/platform-forms-client/commit/973ea30c0475647556535772daf675de250842df))
* GCDS error summary ([#4357](https://github.com/cds-snc/platform-forms-client/issues/4357)) ([e39a376](https://github.com/cds-snc/platform-forms-client/commit/e39a376d9ebce3faa54c073259437b9ab43f35e2))
* GCDS Radio ([#4355](https://github.com/cds-snc/platform-forms-client/issues/4355)) ([1a3628a](https://github.com/cds-snc/platform-forms-client/commit/1a3628a7896adb689c6bb00699feac008e20c9c9))
* GCDS text inputs ([#4353](https://github.com/cds-snc/platform-forms-client/issues/4353)) ([3d8284f](https://github.com/cds-snc/platform-forms-client/commit/3d8284f24e0ce493f0cb99e5ae66c6a2cc70c71e))
* Update compiled css ([#4359](https://github.com/cds-snc/platform-forms-client/issues/4359)) ([479489a](https://github.com/cds-snc/platform-forms-client/commit/479489accbeaa4faf7c7bdf8ab614cb52e20d15c))
* update various form components with updated GCDS styles ([#4361](https://github.com/cds-snc/platform-forms-client/issues/4361)) ([25b0d78](https://github.com/cds-snc/platform-forms-client/commit/25b0d782100c2ef98494ee82ed38656c2a0c6490))

## [3.22.0](https://github.com/cds-snc/platform-forms-client/compare/v3.21.2...v3.22.0) (2024-10-03)


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.22.0",
"version": "3.22.1",
"private": true,
"prisma": {
"seed": "tsx prisma/seeds/seed_cli.ts --environment=development"
Expand Down

0 comments on commit 6f2e88f

Please sign in to comment.