From 1b13853cf3cd23ab642143b3cea91cdc496bef2d Mon Sep 17 00:00:00 2001 From: Ken Date: Wed, 30 Oct 2024 13:41:07 +0800 Subject: [PATCH] chore: bump version to v6.156.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 31 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e0eb50bd..8b0e50f581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,39 @@ 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.156.0](https://github.com/opengovsg/FormSG/compare/v6.156.0...v6.156.0) + +- chore: bold text and link color [`#7829`](https://github.com/opengovsg/FormSG/pull/7829) + +#### [v6.156.0](https://github.com/opengovsg/FormSG/compare/v6.155.0...v6.156.0) + +> 30 October 2024 + +- chore: update all eslint packages [`#7827`](https://github.com/opengovsg/FormSG/pull/7827) +- chore: update all eslint packages [`#7823`](https://github.com/opengovsg/FormSG/pull/7823) +- feat: update CreateFormModel mrf copy [`#7822`](https://github.com/opengovsg/FormSG/pull/7822) +- feat: add migration script [`#7821`](https://github.com/opengovsg/FormSG/pull/7821) +- chore: avoid duplicated package name [`#7812`](https://github.com/opengovsg/FormSG/pull/7812) +- chore: update email bounce template [`#7788`](https://github.com/opengovsg/FormSG/pull/7788) +- fix(deps): bump elliptic from 6.5.7 to 6.6.0 [`#7819`](https://github.com/opengovsg/FormSG/pull/7819) +- chore(deps): bump elliptic from 6.5.5 to 6.6.0 in /frontend [`#7820`](https://github.com/opengovsg/FormSG/pull/7820) +- build: merge release v6.155.0 to develop [`#7818`](https://github.com/opengovsg/FormSG/pull/7818) +- chore: small letter [`#7817`](https://github.com/opengovsg/FormSG/pull/7817) +- build: release v6.155.0 [`#7816`](https://github.com/opengovsg/FormSG/pull/7816) +- chore: remove unused packages [`b1d6d60`](https://github.com/opengovsg/FormSG/commit/b1d6d6005b3fa46840bcbc469bb807bd133abf51) +- chore: bump version to v6.156.0 [`c449ca1`](https://github.com/opengovsg/FormSG/commit/c449ca199e2fb7d9a5912eb6e1eb166bd8b61806) + #### [v6.155.0](https://github.com/opengovsg/FormSG/compare/v6.154.0...v6.155.0) +> 29 October 2024 + - 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) +- chore: bump version to v6.155.0 [`a88b028`](https://github.com/opengovsg/FormSG/commit/a88b0283d1717653e1accaf0974b503feece0a8b) #### [v6.154.0](https://github.com/opengovsg/FormSG/compare/v6.153.0...v6.154.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2d269f2afd..6f26a06c4c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.155.0", + "version": "6.156.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.155.0", + "version": "6.156.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index e64da3fcc1..593013781b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.155.0", + "version": "6.156.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index b8ffe18c88..6eb066fc72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.155.0", + "version": "6.156.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.155.0", + "version": "6.156.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index ea60ccb142..9f5ac8d3ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.155.0", + "version": "6.156.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "