From 9fd0cbb977b88441ed857fc7d32a8d532cc9e839 Mon Sep 17 00:00:00 2001 From: Bryan Robitaille Date: Thu, 13 Jul 2023 14:38:07 -0400 Subject: [PATCH] chore: GCForms release v3.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4b8d0ff51..95a37e3ee8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 135b526da6..26ec4bdf3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ 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.2.0](https://github.com/cds-snc/platform-forms-client/compare/v3.1.1...v3.2.0) (2023-07-13) + + +### Features + +* don't trigger gta event on preview submissions ([#2400](https://github.com/cds-snc/platform-forms-client/issues/2400)) ([c0f3e8c](https://github.com/cds-snc/platform-forms-client/commit/c0f3e8c3f3ec0815fa7d0d2a3d9591175097ddd3)) + + +### Bug Fixes + +* form name not being set when title is set ([#2292](https://github.com/cds-snc/platform-forms-client/issues/2292)) ([f9acfa9](https://github.com/cds-snc/platform-forms-client/commit/f9acfa92024630d6e86ef0df529aedc330e26ad1)) + + +### Documentation + +* add info about local testing ([#2309](https://github.com/cds-snc/platform-forms-client/issues/2309)) ([7598ef2](https://github.com/cds-snc/platform-forms-client/commit/7598ef2b4f61c01942e46b248d821248ae4f76c9)) +* update testing info ([#2327](https://github.com/cds-snc/platform-forms-client/issues/2327)) ([4969a8b](https://github.com/cds-snc/platform-forms-client/commit/4969a8b314a5cb25859fc6f484c317f592b59696)) + + +### Miscellaneous Chores + +* add tailwindcss eslint config ([888d6ee](https://github.com/cds-snc/platform-forms-client/commit/888d6eee2eab3e0141977de729a053ead7867100)) +* **deps:** update all non-major docker images ([#2332](https://github.com/cds-snc/platform-forms-client/issues/2332)) ([c880147](https://github.com/cds-snc/platform-forms-client/commit/c88014779b565d83a7db16d558425ea1dcc52fd9)) +* **deps:** update all non-major github action dependencies ([#2331](https://github.com/cds-snc/platform-forms-client/issues/2331)) ([43e0be7](https://github.com/cds-snc/platform-forms-client/commit/43e0be7a96156dea0d2461308be55d8f42e216a0)) +* **deps:** update all patch dependencies ([#2297](https://github.com/cds-snc/platform-forms-client/issues/2297)) ([f66a772](https://github.com/cds-snc/platform-forms-client/commit/f66a77267b28d962592fe27894dc7ff0868871b9)) +* Terms of use typo and formatting ([fb4ddd7](https://github.com/cds-snc/platform-forms-client/commit/fb4ddd7c57b48f95de21d1bb56203922793f4415)) +* update user table + add migrations for upcoming feature ([#2310](https://github.com/cds-snc/platform-forms-client/issues/2310)) ([2d1149f](https://github.com/cds-snc/platform-forms-client/commit/2d1149fa590daa9d518485b138cad3b0a0777f7c)) + ## [3.1.1](https://github.com/cds-snc/platform-forms-client/compare/v3.1.0...v3.1.1) (2023-06-19) diff --git a/package.json b/package.json index 20c2141cee..644fdba7c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gcforms", - "version": "3.1.1", + "version": "3.2.0", "private": true, "prisma": { "seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seeds/seed.ts --environment=development"