diff --git a/CHANGELOG.md b/CHANGELOG.md index 8611bfe5ea..eaf50adbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,24 @@ 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.173.0](https://github.com/opengovsg/FormSG/compare/v6.172.0...v6.173.0) + +- feat: multi lang feature [`#8022`](https://github.com/opengovsg/FormSG/pull/8022) +- fix(deps): bump fp-ts from 2.16.8 to 2.16.9 [`#8017`](https://github.com/opengovsg/FormSG/pull/8017) +- build: merge release v6.172.0 to develop [`#8016`](https://github.com/opengovsg/FormSG/pull/8016) +- build: release v6.172.0 [`#8015`](https://github.com/opengovsg/FormSG/pull/8015) + #### [v6.172.0](https://github.com/opengovsg/FormSG/compare/v6.171.0...v6.172.0) +> 23 December 2024 + - fix(deps): bump next and react-email [`#8012`](https://github.com/opengovsg/FormSG/pull/8012) - fix(deps): bump type-fest from 4.26.1 to 4.30.2 in /shared [`#8009`](https://github.com/opengovsg/FormSG/pull/8009) - build(deps): bump next and react-email in /react-email-preview [`#8011`](https://github.com/opengovsg/FormSG/pull/8011) - fix(workflow): set approval toggle header size to h4 [`#8010`](https://github.com/opengovsg/FormSG/pull/8010) - build: merge release v6.171.0 to develop [`#8006`](https://github.com/opengovsg/FormSG/pull/8006) - build: release v6.171.0 [`#8003`](https://github.com/opengovsg/FormSG/pull/8003) +- chore: bump version to v6.172.0 [`84600fa`](https://github.com/opengovsg/FormSG/commit/84600faa9303791a3b438928adb5c357e32c5236) #### [v6.171.0](https://github.com/opengovsg/FormSG/compare/v6.170.0...v6.171.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6b6363c268..caa05e3155 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.172.0", + "version": "6.173.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.172.0", + "version": "6.173.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index d5dcf5dc7d..abfb41ba65 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.172.0", + "version": "6.173.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index 4475a629e1..22a4ca8c90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.172.0", + "version": "6.173.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.172.0", + "version": "6.173.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 5af2f59281..975db74515 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.172.0", + "version": "6.173.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "