diff --git a/CHANGELOG.md b/CHANGELOG.md index eec2bcaea7..00e0eb50bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ 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.155.0](https://github.com/opengovsg/FormSG/compare/v6.154.0...v6.155.0) + +- feat: move step1 email field to settings [`#7794`](https://github.com/opengovsg/FormSG/pull/7794) +- chore: remove legacy routes [`#7810`](https://github.com/opengovsg/FormSG/pull/7810) +- feat(singpass): singpass jwks config [`#7809`](https://github.com/opengovsg/FormSG/pull/7809) +- build: merge release v6.154.0 to develop [`#7808`](https://github.com/opengovsg/FormSG/pull/7808) +- * chore: fix typo on runner tag (#7799) [`#7806`](https://github.com/opengovsg/FormSG/pull/7806) +- fix(config): default S3 endpoint with region [`#7807`](https://github.com/opengovsg/FormSG/pull/7807) + #### [v6.154.0](https://github.com/opengovsg/FormSG/compare/v6.153.0...v6.154.0) +> 28 October 2024 + - feat(myinfo): update callback referral link [`#7560`](https://github.com/opengovsg/FormSG/pull/7560) - chore(deps-dev): bump @types/promise-retry from 1.1.3 to 1.1.6 [`#7796`](https://github.com/opengovsg/FormSG/pull/7796) - chore(deps-dev): bump @types/lodash from 4.17.10 to 4.17.12 in /shared [`#7798`](https://github.com/opengovsg/FormSG/pull/7798) @@ -14,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0 in /shared [`#7802`](https://github.com/opengovsg/FormSG/pull/7802) - chore: fix typo on runner tag [`#7799`](https://github.com/opengovsg/FormSG/pull/7799) - build: release v6.153.0 [`#7795`](https://github.com/opengovsg/FormSG/pull/7795) +- chore: bump version to v6.154.0 [`61d5116`](https://github.com/opengovsg/FormSG/commit/61d5116b043e9f1e4801ad89227784a206573d6b) #### [v6.153.0](https://github.com/opengovsg/FormSG/compare/v6.152.0...v6.153.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 32abdc7b31..b620c4a505 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.154.0", + "version": "6.155.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.154.0", + "version": "6.155.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index 0fbd9f0884..a0857fd310 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.154.0", + "version": "6.155.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index fd2d511cae..24a4a350eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.154.0", + "version": "6.155.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.154.0", + "version": "6.155.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 6205f0d4e1..d8ffbf8a2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.154.0", + "version": "6.155.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "