diff --git a/CHANGELOG.md b/CHANGELOG.md index d414f609f7..db8fbfc754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,23 @@ 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.168.0](https://github.com/opengovsg/FormSG/compare/v6.168.0...v6.168.0) +#### [v6.169.0](https://github.com/opengovsg/FormSG/compare/v6.168.0...v6.169.0) -- fix: search fields drag and drop mismatch [`#7972`](https://github.com/opengovsg/FormSG/pull/7972) +- feat: move to react email, update copy [`#7985`](https://github.com/opengovsg/FormSG/pull/7985) +- feat: add logs for uploads to s3 [`#7975`](https://github.com/opengovsg/FormSG/pull/7975) +- build: merge release v6.168.0 to develop [`#7973`](https://github.com/opengovsg/FormSG/pull/7973) +- build: release v6.168.0 [`#7971`](https://github.com/opengovsg/FormSG/pull/7971) #### [v6.168.0](https://github.com/opengovsg/FormSG/compare/v6.167.0...v6.168.0) > 3 December 2024 +- fix: search fields drag and drop mismatch [`#7972`](https://github.com/opengovsg/FormSG/pull/7972) - build: merge release v6.167.0 to develop [`#7964`](https://github.com/opengovsg/FormSG/pull/7964) - feat: implement field search functionality [`#7958`](https://github.com/opengovsg/FormSG/pull/7958) - feat(mrf be validation): enable mrf response validation hard block [`#7963`](https://github.com/opengovsg/FormSG/pull/7963) - build: release v6.167.0 [`#7962`](https://github.com/opengovsg/FormSG/pull/7962) -- chore: bump version to v6.168.0 [`c69a28b`](https://github.com/opengovsg/FormSG/commit/c69a28b58d1e7f3f8faeb58624f408b830d115f7) +- chore: bump version to v6.168.0 [`49b9755`](https://github.com/opengovsg/FormSG/commit/49b9755b0312c66badef4f2a037c7fe35588a9a9) #### [v6.167.0](https://github.com/opengovsg/FormSG/compare/v6.166.1...v6.167.0) @@ -27,15 +31,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat: update form create modal response options [`#7957`](https://github.com/opengovsg/FormSG/pull/7957) - chore: include latest features in whats new page [`#7956`](https://github.com/opengovsg/FormSG/pull/7956) - build: release v6.166.1 [`#7950`](https://github.com/opengovsg/FormSG/pull/7950) +- fix: trim previous text responses [`#7949`](https://github.com/opengovsg/FormSG/pull/7949) - chore: bump version to v6.167.0 [`9f97c52`](https://github.com/opengovsg/FormSG/commit/9f97c52fa05aa990beb143139ef36b027e0b3874) +- chore: bump version to v6.166.1 [`844ee29`](https://github.com/opengovsg/FormSG/commit/844ee2912b45fd0d7dc3fedaab7b53adfa1375d8) #### [v6.166.1](https://github.com/opengovsg/FormSG/compare/v6.166.0...v6.166.1) > 27 November 2024 -- fix: trim previous text responses [`#7949`](https://github.com/opengovsg/FormSG/pull/7949) - build: release v6.166.0 [`#7945`](https://github.com/opengovsg/FormSG/pull/7945) -- chore: bump version to v6.166.1 [`844ee29`](https://github.com/opengovsg/FormSG/commit/844ee2912b45fd0d7dc3fedaab7b53adfa1375d8) +- 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) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d16ed630fc..a7bc748271 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.168.0", + "version": "6.169.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.168.0", + "version": "6.169.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index 3855cd6773..2b8d79ac69 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.168.0", + "version": "6.169.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index fcee8bc948..d817ae9c95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.168.0", + "version": "6.169.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.168.0", + "version": "6.169.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 39dd0e51df..8fc558df82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.168.0", + "version": "6.169.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "