Skip to content

Commit

Permalink
chore: GCForms release v3.10.0 (#3004)
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 Dec 7, 2023
1 parent c052c9b commit 893df55
Show file tree
Hide file tree
Showing 3 changed files with 14 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.9.1"
".": "3.10.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.10.0](https://github.com/cds-snc/platform-forms-client/compare/v3.9.1...v3.10.0) (2023-12-07)


### Features

* Render Responses page navigation as tabs ([#3002](https://github.com/cds-snc/platform-forms-client/issues/3002)) ([c052c9b](https://github.com/cds-snc/platform-forms-client/commit/c052c9be52840fe8966f87a08145d3f50486d9ca))


### Bug Fixes

* Download ensure questions/answers are sorted according to form.layout ([#3001](https://github.com/cds-snc/platform-forms-client/issues/3001)) ([5d50d5a](https://github.com/cds-snc/platform-forms-client/commit/5d50d5a94c81e017850633e5dfeeed6cc03f9415))

## [3.9.1](https://github.com/cds-snc/platform-forms-client/compare/v3.9.0...v3.9.1) (2023-12-05)


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

0 comments on commit 893df55

Please sign in to comment.