diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6cfb7f7c..c4723afccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,32 @@ 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.162.0](https://github.com/opengovsg/FormSG/compare/v6.161.0...v6.162.0) + +- 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) +- chore(deps): bump webpack from 5.91.0 to 5.96.1 in /react-email-preview [`#7835`](https://github.com/opengovsg/FormSG/pull/7835) +- 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) +- 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) +- trying to solve formatting issues [`85d66c6`](https://github.com/opengovsg/FormSG/commit/85d66c6d4a7f2f5970821561a5d923350ffa13a1) + #### [v6.161.0](https://github.com/opengovsg/FormSG/compare/v6.160.0...v6.161.0) +> 13 November 2024 + - build: merge release v6.160.0 to develop [`#7880`](https://github.com/opengovsg/FormSG/pull/7880) - chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.12.2 to 8.14.0 in /shared [`#7877`](https://github.com/opengovsg/FormSG/pull/7877) - fix: mrf be validation isSignatureTimeValid false positive [`#7878`](https://github.com/opengovsg/FormSG/pull/7878) - build: release v6.160.0 [`#7873`](https://github.com/opengovsg/FormSG/pull/7873) +- chore: bump version to v6.161.0 [`7097551`](https://github.com/opengovsg/FormSG/commit/70975519829e332519a708b6e49df56dc2885452) #### [v6.160.0](https://github.com/opengovsg/FormSG/compare/v6.159.0...v6.160.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a38a5717dd..0738def69d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.161.0", + "version": "6.162.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.161.0", + "version": "6.162.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index 9dac2f2a63..7e7c9f502b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.161.0", + "version": "6.162.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index eb7fd4ab6f..460a82ae5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.161.0", + "version": "6.162.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.161.0", + "version": "6.162.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 2e13917319..8622745696 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.161.0", + "version": "6.162.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "