diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c5630c60..37fc786009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,31 @@ 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.153.0](https://github.com/opengovsg/FormSG/compare/v6.152.0...v6.153.0) + +- chore(deps-dev): bump @types/jsonwebtoken from 9.0.6 to 9.0.7 [`#7790`](https://github.com/opengovsg/FormSG/pull/7790) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.10.0 in /shared [`#7792`](https://github.com/opengovsg/FormSG/pull/7792) +- fix(deps): bump libphonenumber-js from 1.11.11 to 1.11.12 in /shared [`#7791`](https://github.com/opengovsg/FormSG/pull/7791) +- chore(deps-dev): bump @typescript-eslint/parser from 8.8.1 to 8.10.0 in /shared [`#7793`](https://github.com/opengovsg/FormSG/pull/7793) +- test(emailpreview): chromatic support [`#7786`](https://github.com/opengovsg/FormSG/pull/7786) +- fix: update the form field type for v3 test cases [`#7787`](https://github.com/opengovsg/FormSG/pull/7787) +- feat: email response summary [`#7781`](https://github.com/opengovsg/FormSG/pull/7781) +- chore(deps-dev): bump @types/uid-generator from 2.0.3 to 2.0.6 [`#7784`](https://github.com/opengovsg/FormSG/pull/7784) +- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 [`#7785`](https://github.com/opengovsg/FormSG/pull/7785) +- fix: set form fields to use formfielddto type [`#7783`](https://github.com/opengovsg/FormSG/pull/7783) +- chore(deps-dev): bump ts-jest from 29.1.2 to 29.2.5 [`#7782`](https://github.com/opengovsg/FormSG/pull/7782) +- chore: upgrade ts-eslint to v8 [`#7759`](https://github.com/opengovsg/FormSG/pull/7759) +- build: merge release v6.152.0 to develop [`#7779`](https://github.com/opengovsg/FormSG/pull/7779) +- chore: manually upgrade webpack [`#7780`](https://github.com/opengovsg/FormSG/pull/7780) +- feat: no notify for steps after reject step [`#7771`](https://github.com/opengovsg/FormSG/pull/7771) +- feat: mrf be field validation [`#7718`](https://github.com/opengovsg/FormSG/pull/7718) +- chore(deps-dev): bump @types/promise-timeout from 1.3.0 to 1.3.3 [`#7775`](https://github.com/opengovsg/FormSG/pull/7775) +- build: release v6.152.0 [`#7773`](https://github.com/opengovsg/FormSG/pull/7773) + #### [v6.152.0](https://github.com/opengovsg/FormSG/compare/v6.151.2...v6.152.0) +> 14 October 2024 + - build: release v6.152.0 to develop [`#7774`](https://github.com/opengovsg/FormSG/pull/7774) - build: merge release v6.151.2 to develop [`#7770`](https://github.com/opengovsg/FormSG/pull/7770) - chore: add paperless form banner [`#7767`](https://github.com/opengovsg/FormSG/pull/7767) @@ -19,6 +42,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - build: release v6.151.2 [`#7764`](https://github.com/opengovsg/FormSG/pull/7764) - fix(react): remove strict mode, temporarily [`#7755`](https://github.com/opengovsg/FormSG/pull/7755) - chore(deps): bump rollup from 4.21.3 to 4.24.0 in /frontend [`#7749`](https://github.com/opengovsg/FormSG/pull/7749) +- chore: bump version to v6.152.0 [`7c945cc`](https://github.com/opengovsg/FormSG/commit/7c945cce3b37041f6428c95266408b91767eeb77) #### [v6.151.2](https://github.com/opengovsg/FormSG/compare/v6.151.1...v6.151.2) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6bf13a377e..0096fda018 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.152.0", + "version": "6.153.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.152.0", + "version": "6.153.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index 08a2f8c768..67ddc51ffe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.152.0", + "version": "6.153.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index 3a679ef0f2..a475671e2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.152.0", + "version": "6.153.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.152.0", + "version": "6.153.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index e5c2c345b4..8a3b552bf8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.152.0", + "version": "6.153.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "