Skip to content

Commit

Permalink
chore(develop): release 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-read-write[bot] authored Jun 18, 2024
1 parent f61ce45 commit 5230746
Show file tree
Hide file tree
Showing 3 changed files with 20 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.13.0"
".": "3.13.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.13.1](https://github.com/cds-snc/platform-forms-client/compare/v3.13.0...v3.13.1) (2024-06-18)


### Bug Fixes

* add back devcontainer db and redis services ([#3837](https://github.com/cds-snc/platform-forms-client/issues/3837)) ([258300c](https://github.com/cds-snc/platform-forms-client/commit/258300cefcac6d720b747d1bccb842b7b1bce7d1))
* Add early return for responses page when a form hasn't been saved yet ([#3824](https://github.com/cds-snc/platform-forms-client/issues/3824)) ([88d95ba](https://github.com/cds-snc/platform-forms-client/commit/88d95ba7d545cf2af23be48369226be0e315f783))
* content for conditional logic feature ([#3818](https://github.com/cds-snc/platform-forms-client/issues/3818)) ([75bbff4](https://github.com/cds-snc/platform-forms-client/commit/75bbff4c9a175496b8771465287e06c46a805b7a))
* Departments dropdown language toggle on Preview ([#3822](https://github.com/cds-snc/platform-forms-client/issues/3822)) ([e34865e](https://github.com/cds-snc/platform-forms-client/commit/e34865e05beea493dd5ea6a78cfe37c4757358c4))
* Drop targets and drop handler ([#3776](https://github.com/cds-snc/platform-forms-client/issues/3776)) ([123521c](https://github.com/cds-snc/platform-forms-client/commit/123521c1e11cb9331fd4cce86bd114fdea4d9195))
* Fix for unsaved form Responses error ([#3825](https://github.com/cds-snc/platform-forms-client/issues/3825)) ([32f0164](https://github.com/cds-snc/platform-forms-client/commit/32f01643d3e091246aed2f0d170a62568bfbf39d))
* force logic view redraw ([#3828](https://github.com/cds-snc/platform-forms-client/issues/3828)) ([b7b4188](https://github.com/cds-snc/platform-forms-client/commit/b7b4188a3298dd660b8bb6a5e14e1b7694e0a527))
* Improved Drag target indicator and DragImage ([#3806](https://github.com/cds-snc/platform-forms-client/issues/3806)) ([bdf1332](https://github.com/cds-snc/platform-forms-client/commit/bdf13328b0bbbdd4bc571693781535dbfbb53ea7))
* mfa resend when no session ([#3808](https://github.com/cds-snc/platform-forms-client/issues/3808)) ([496e360](https://github.com/cds-snc/platform-forms-client/commit/496e36060f04b7fd3831ca295adc3ed41d6d7473))
* selected state for single action selectors ([#3832](https://github.com/cds-snc/platform-forms-client/issues/3832)) ([c5714d9](https://github.com/cds-snc/platform-forms-client/commit/c5714d92b06a3cce0acf4fa49cbfc09940b3b689))
* Sort questions in Add Rule question list ([#3851](https://github.com/cds-snc/platform-forms-client/issues/3851)) ([c2f9754](https://github.com/cds-snc/platform-forms-client/commit/c2f9754e4461805c08a39d62151b4e6215d60904))
* use css rule vs inline style to set container height ([#3852](https://github.com/cds-snc/platform-forms-client/issues/3852)) ([9710406](https://github.com/cds-snc/platform-forms-client/commit/971040646647d23f15595fdc12f6fe4c44a287fb))

## [3.13.0](https://github.com/cds-snc/platform-forms-client/compare/v3.12.11...v3.13.0) (2024-06-11)


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

0 comments on commit 5230746

Please sign in to comment.