diff --git a/CHANGELOG.md b/CHANGELOG.md index d756a4105f..436ca101e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +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) +#### [v6.167.0](https://github.com/opengovsg/FormSG/compare/v6.166.1...v6.167.0) -- fix: trim previous text responses [`#7949`](https://github.com/opengovsg/FormSG/pull/7949) +- build: merge release v6.166.1 to develop [`#7961`](https://github.com/opengovsg/FormSG/pull/7961) +- feat(twilio): remove twilio be [`#7870`](https://github.com/opengovsg/FormSG/pull/7870) +- 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) #### [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 [`18d9c74`](https://github.com/opengovsg/FormSG/commit/18d9c74cde8739bc96a0833f3764cb518e4e34aa) +- chore: bump version to v6.166.1 [`844ee29`](https://github.com/opengovsg/FormSG/commit/844ee2912b45fd0d7dc3fedaab7b53adfa1375d8) #### [v6.166.0](https://github.com/opengovsg/FormSG/compare/v6.165.0...v6.166.0) @@ -70,18 +75,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat: unify email notification for response copy for storage and email modes [`#7903`](https://github.com/opengovsg/FormSG/pull/7903) - build: merge release v6.162.0 to develop [`#7904`](https://github.com/opengovsg/FormSG/pull/7904) - build: release v6.162.0 [`#7897`](https://github.com/opengovsg/FormSG/pull/7897) -- fix(deps): bump express-rate-limit from 7.4.0 to 7.4.1 [`#7892`](https://github.com/opengovsg/FormSG/pull/7892) -- chore: remove jest-axios-mock, jest-localstorage-mock [`#7893`](https://github.com/opengovsg/FormSG/pull/7893) -- fix(mail): failure to render mail [`#7890`](https://github.com/opengovsg/FormSG/pull/7890) -- fix: replace trash icon in MRF steps [`#7885`](https://github.com/opengovsg/FormSG/pull/7885) - chore: bump version to v6.163.0 [`7fa5e57`](https://github.com/opengovsg/FormSG/commit/7fa5e57727d21b2e99bab86200493b6e4e585215) -- chore: bump version to v6.162.0 [`c1b4ecf`](https://github.com/opengovsg/FormSG/commit/c1b4ecf2c9840c5be8af44e791145bb43b1447d0) -- update trash icon to pencil icon, remove delete functionality in InactiveStepBlock [`ae4db1d`](https://github.com/opengovsg/FormSG/commit/ae4db1d772781b6733deba75eae8442bcd4e33df) #### [v6.162.0](https://github.com/opengovsg/FormSG/compare/v6.161.0...v6.162.0) -> 14 November 2024 +> 17 November 2024 +- fix(deps): bump express-rate-limit from 7.4.0 to 7.4.1 [`#7892`](https://github.com/opengovsg/FormSG/pull/7892) +- chore: remove jest-axios-mock, jest-localstorage-mock [`#7893`](https://github.com/opengovsg/FormSG/pull/7893) +- fix(mail): failure to render mail [`#7890`](https://github.com/opengovsg/FormSG/pull/7890) +- fix: replace trash icon in MRF steps [`#7885`](https://github.com/opengovsg/FormSG/pull/7885) - chore: update react-email deps [`#7840`](https://github.com/opengovsg/FormSG/pull/7840) - build: merge release v6.161 to develop [`#7886`](https://github.com/opengovsg/FormSG/pull/7886) - feat(twilio): remove twilio from fe [`#7869`](https://github.com/opengovsg/FormSG/pull/7869) @@ -89,7 +92,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat: upgrade to use v4 of artifacts action [`#7881`](https://github.com/opengovsg/FormSG/pull/7881) - feat: remove openssl flag on deployment and build [`#7882`](https://github.com/opengovsg/FormSG/pull/7882) - build: release v6.161.0 [`#7884`](https://github.com/opengovsg/FormSG/pull/7884) -- chore: bump version to v6.162.0 [`a045ec5`](https://github.com/opengovsg/FormSG/commit/a045ec5883b4178b5b87416a7898fced9beb895b) +- chore: bump version to v6.162.0 [`c1b4ecf`](https://github.com/opengovsg/FormSG/commit/c1b4ecf2c9840c5be8af44e791145bb43b1447d0) +- update trash icon to pencil icon, remove delete functionality in InactiveStepBlock [`ae4db1d`](https://github.com/opengovsg/FormSG/commit/ae4db1d772781b6733deba75eae8442bcd4e33df) +- removed edit function on entire step box [`7394d00`](https://github.com/opengovsg/FormSG/commit/7394d007a3fa8a92bbf8f2e04f584b57351a35ab) #### [v6.161.0](https://github.com/opengovsg/FormSG/compare/v6.160.0...v6.161.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 90b19b352f..c5a9c15a06 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.166.1", + "version": "6.167.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.166.1", + "version": "6.167.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index c38bee151d..683f7293be 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.166.1", + "version": "6.167.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index c376047e1c..56d6a9aef0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.166.1", + "version": "6.167.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.166.1", + "version": "6.167.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 26158fd167..e11a1a2157 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.166.1", + "version": "6.167.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "