From 2ce5099f26ba616b516e8b5c0e9e914bbb11f65c Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 31 Aug 2023 08:46:58 +0800 Subject: [PATCH] chore: bump version to v6.74.0 --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++--- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 36 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d7ccbd0b..a63d7c16d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.73.0](https://github.com/opengovsg/FormSG/compare/v6.73.0...v6.73.0) - +#### [v6.74.0](https://github.com/opengovsg/FormSG/compare/v6.73.0...v6.74.0) + +- chore: remove dangling comments [`#6676`](https://github.com/opengovsg/FormSG/pull/6676) +- chore(deps): bump mongodb from 5.1.0 to 5.8.0 in /scripts/20230317_whitespace_issue [`#6677`](https://github.com/opengovsg/FormSG/pull/6677) +- fix: platform api v1 - return appropriate status code for MissingUserError [`#6675`](https://github.com/opengovsg/FormSG/pull/6675) +- feat: payment quantity selector [`#6669`](https://github.com/opengovsg/FormSG/pull/6669) +- fix: allow submission when Myinfo child field is hidden by logic [`#6673`](https://github.com/opengovsg/FormSG/pull/6673) +- fix(deps): bump type-fest from 4.3.0 to 4.3.1 in /shared [`#6674`](https://github.com/opengovsg/FormSG/pull/6674) +- fix: Myinfo Child DOB [`#6648`](https://github.com/opengovsg/FormSG/pull/6648) +- fix(deps): bump libphonenumber-js from 1.10.41 to 1.10.43 in /shared [`#6672`](https://github.com/opengovsg/FormSG/pull/6672) +- feat: virus scanner for storage mode submissions [`#6642`](https://github.com/opengovsg/FormSG/pull/6642) +- chore: replace url with updated gogov links [`#6658`](https://github.com/opengovsg/FormSG/pull/6658) +- feat: enable myinfo child vax field [`#6652`](https://github.com/opengovsg/FormSG/pull/6652) +- fix(deps): bump type-fest from 4.2.0 to 4.3.0 in /shared [`#6668`](https://github.com/opengovsg/FormSG/pull/6668) +- build: merge v6.73.0 into develop [`#6659`](https://github.com/opengovsg/FormSG/pull/6659) +- build: release v6.73.0 [`#6657`](https://github.com/opengovsg/FormSG/pull/6657) - fix: add specific payment descriptions logic for payment types [`#6651`](https://github.com/opengovsg/FormSG/pull/6651) +- chore: bump version to v6.73.0 [`1476fae`](https://github.com/opengovsg/FormSG/commit/1476fae0cd5685dd4fc2e23732f59547a7fb260e) #### [v6.73.0](https://github.com/opengovsg/FormSG/compare/v6.72.0...v6.73.0) @@ -119,7 +134,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - build: release v6.67.0 [`#6555`](https://github.com/opengovsg/FormSG/pull/6555) - chore: bump version to 6.67.1 [`b641094`](https://github.com/opengovsg/FormSG/commit/b641094d40a67a888e3a8ac967a43f9d1732bd49) -#### [v6.67.0](https://github.com/opengovsg/FormSG/compare/v6.66.0...v6.67.0) +#### [v6.67.0](https://github.com/opengovsg/FormSG/compare/v6.66.1...v6.67.0) > 20 July 2023 @@ -129,8 +144,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - build: release v6.66.0 [`#6550`](https://github.com/opengovsg/FormSG/pull/6550) - feat: MyInfo Children compound fields beta [`#6523`](https://github.com/opengovsg/FormSG/pull/6523) - ci: adjust timeouts for playwright pipe [`#6551`](https://github.com/opengovsg/FormSG/pull/6551) +- fix: use proof-of-payment for payment receipt/invoice [`#6549`](https://github.com/opengovsg/FormSG/pull/6549) +- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /frontend [`#6548`](https://github.com/opengovsg/FormSG/pull/6548) +- fix(deps): bump word-wrap from 1.2.3 to 1.2.4 [`#6547`](https://github.com/opengovsg/FormSG/pull/6547) +- build(deps): bump winston-cloudwatch to v6.2.0 [`#6545`](https://github.com/opengovsg/FormSG/pull/6545) +- chore: bump version to v6.66.0 [`0233ba8`](https://github.com/opengovsg/FormSG/commit/0233ba8018532d4978d13717fac065f81e2eb515) - chore: bump version to v6.67.0 [`6ca03c6`](https://github.com/opengovsg/FormSG/commit/6ca03c68cb162a4ae3af01f172425b3305742ae0) +#### [v6.66.1](https://github.com/opengovsg/FormSG/compare/v6.66.0...v6.66.1) + +> 18 July 2023 + +- revert: build(deps): bump winston-cloudwatch version to 6.2.0 [`#6542`](https://github.com/opengovsg/FormSG/pull/6542) +- chore: bump version to v6.66.0 [`b3a9818`](https://github.com/opengovsg/FormSG/commit/b3a9818762e334bc7126c029cdba63156bac85ed) + #### [v6.66.0](https://github.com/opengovsg/FormSG/compare/v6.65.0...v6.66.0) > 19 July 2023 diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a5d1a30f1c..b86df0e23b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.73.0", + "version": "6.74.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.73.0", + "version": "6.74.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index c0dc8f1c16..b3ece67cf9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.73.0", + "version": "6.74.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index c498065eef..9570b32878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.73.0", + "version": "6.74.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.73.0", + "version": "6.74.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index 7ea79a56b9..3bdd66c182 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.73.0", + "version": "6.74.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "