From 378202b194414a63bc511234048a2dab0b86c180 Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 12 Sep 2024 00:21:27 +0800 Subject: [PATCH] chore: bump version to v6.147.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 d8ac853a91..b53f5a4e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,35 @@ 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.147.0](https://github.com/opengovsg/FormSG/compare/v6.146.1...v6.147.0) + +- chore: standardize singpass logo svg color [`#7669`](https://github.com/opengovsg/FormSG/pull/7669) +- chore: update upload-artifact version [`#7668`](https://github.com/opengovsg/FormSG/pull/7668) +- test: mock date when rendering shimmer dates [`#7663`](https://github.com/opengovsg/FormSG/pull/7663) +- fix: tighten gstatic.cn csp config [`#7666`](https://github.com/opengovsg/FormSG/pull/7666) +- build: merge release v6.146.1 to develop [`#7664`](https://github.com/opengovsg/FormSG/pull/7664) +- chore: remove ga injection to ejs [`#7665`](https://github.com/opengovsg/FormSG/pull/7665) +- test: add ogp-codeql to ci [`#7667`](https://github.com/opengovsg/FormSG/pull/7667) +- chore(deps): bump body-parser and express in /frontend [`#7662`](https://github.com/opengovsg/FormSG/pull/7662) +- fix(deps): bump body-parser and express [`#7661`](https://github.com/opengovsg/FormSG/pull/7661) +- test: mock date within test [`#7653`](https://github.com/opengovsg/FormSG/pull/7653) +- fix: check existence of response id in attachment map for body v3 [`#7659`](https://github.com/opengovsg/FormSG/pull/7659) +- fix(deps): bump libphonenumber-js from 1.11.7 to 1.11.8 in /shared [`#7660`](https://github.com/opengovsg/FormSG/pull/7660) +- build: release v6.146.1 [`#7657`](https://github.com/opengovsg/FormSG/pull/7657) +- chore: fix modal title typo [`#7651`](https://github.com/opengovsg/FormSG/pull/7651) +- fix(deps): bump type-fest from 4.26.0 to 4.26.1 in /shared [`#7650`](https://github.com/opengovsg/FormSG/pull/7650) +- chore: update dropndrag language [`#7649`](https://github.com/opengovsg/FormSG/pull/7649) +- build: merge release v6.146.0 to develop [`#7648`](https://github.com/opengovsg/FormSG/pull/7648) +- fix(deps): bump zod from 3.22.4 to 3.23.8 [`#7646`](https://github.com/opengovsg/FormSG/pull/7646) +- fix(deps): bump dd-trace from 3.37.0 to 5.22.0 [`#7635`](https://github.com/opengovsg/FormSG/pull/7635) + #### [v6.146.1](https://github.com/opengovsg/FormSG/compare/v6.146.0...v6.146.1) +> 10 September 2024 + - fix(MRF): disable hasBeenScanned [`#7652`](https://github.com/opengovsg/FormSG/pull/7652) - build: release v6.146.0 [`#7644`](https://github.com/opengovsg/FormSG/pull/7644) +- chore: bump version to v6.146.1 [`cfc3ebd`](https://github.com/opengovsg/FormSG/commit/cfc3ebd056c7d991a31cf945aa48f3713a0edf4f) #### [v6.146.0](https://github.com/opengovsg/FormSG/compare/v6.145.0...v6.146.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 67fbd1fb97..b955579648 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.146.1", + "version": "6.147.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.146.1", + "version": "6.147.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index b9fb5d5f8c..40e3eab76c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.146.1", + "version": "6.147.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index bcfceb0370..143ef1c146 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.146.1", + "version": "6.147.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.146.1", + "version": "6.147.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 16730ccf58..17d4e986c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.146.1", + "version": "6.147.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "