diff --git a/CHANGELOG.md b/CHANGELOG.md index 37fc786009..eec2bcaea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.154.0](https://github.com/opengovsg/FormSG/compare/v6.153.0...v6.154.0) + +- 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) +- build: merge release v6.153.0 to develop [`#7803`](https://github.com/opengovsg/FormSG/pull/7803) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.10.0 to 8.11.0 in /shared [`#7801`](https://github.com/opengovsg/FormSG/pull/7801) +- 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) + #### [v6.153.0](https://github.com/opengovsg/FormSG/compare/v6.152.0...v6.153.0) +> 20 October 2024 + - 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) @@ -24,6 +37,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- chore: bump version to v6.153.0 [`07186a9`](https://github.com/opengovsg/FormSG/commit/07186a967d50577ced5b85feba3a55b7117b113b) #### [v6.152.0](https://github.com/opengovsg/FormSG/compare/v6.151.2...v6.152.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0096fda018..32abdc7b31 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.153.0", + "version": "6.154.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.153.0", + "version": "6.154.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index 67ddc51ffe..0fbd9f0884 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.153.0", + "version": "6.154.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index 2804a867e0..fd2d511cae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.153.0", + "version": "6.154.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.153.0", + "version": "6.154.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index fa136dfb93..6205f0d4e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.153.0", + "version": "6.154.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "