From 844ee2912b45fd0d7dc3fedaab7b53adfa1375d8 Mon Sep 17 00:00:00 2001 From: Kevin Foong <55353265+kevin9foong@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:45:32 +0800 Subject: [PATCH] chore: bump version to v6.166.1 --- CHANGELOG.md | 14 ++++++++++++++ frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a60a0d1c4..d756a4105f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v6.166.1](https://github.com/opengovsg/FormSG/compare/v6.166.1...v6.166.1) + +- fix: trim previous text responses [`#7949`](https://github.com/opengovsg/FormSG/pull/7949) + +#### [v6.166.1](https://github.com/opengovsg/FormSG/compare/v6.166.0...v6.166.1) + +> 27 November 2024 + +- build: release v6.166.0 [`#7945`](https://github.com/opengovsg/FormSG/pull/7945) +- chore: bump version to v6.166.1 [`18d9c74`](https://github.com/opengovsg/FormSG/commit/18d9c74cde8739bc96a0833f3764cb518e4e34aa) + #### [v6.166.0](https://github.com/opengovsg/FormSG/compare/v6.165.0...v6.166.0) +> 26 November 2024 + - feat(mrf): conditional routing [`#7804`](https://github.com/opengovsg/FormSG/pull/7804) - fix: trim text input before sending to backend [`#7937`](https://github.com/opengovsg/FormSG/pull/7937) - test(story): add chromatic story to ensure thankyou page renders [`#7264`](https://github.com/opengovsg/FormSG/pull/7264) @@ -19,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - build: release v6.165.0 [`#7928`](https://github.com/opengovsg/FormSG/pull/7928) - build: release v6.165.0 [`#7927`](https://github.com/opengovsg/FormSG/pull/7927) - feat(i18n): extract text for form metadata [`#7926`](https://github.com/opengovsg/FormSG/pull/7926) +- chore: bump version to v6.166.0 [`c51e807`](https://github.com/opengovsg/FormSG/commit/c51e8074cce5ca0d5ac3ae4904e1c48ee94f5ec0) #### [v6.165.0](https://github.com/opengovsg/FormSG/compare/v6.164.0...v6.165.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9133872b85..90b19b352f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.166.0", + "version": "6.166.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.166.0", + "version": "6.166.1", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index 5c4a8720a1..c38bee151d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.166.0", + "version": "6.166.1", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index 48d3db4adb..f042db4f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.166.0", + "version": "6.166.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.166.0", + "version": "6.166.1", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 5f22099957..ed3dab6789 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.166.0", + "version": "6.166.1", "homepage": "https://form.gov.sg", "authors": [ "FormSG "