From 5f1ae2dca9f4b4a80ca9bbe1132041b0152314de Mon Sep 17 00:00:00 2001 From: wanlingt Date: Thu, 19 Oct 2023 14:35:57 +0800 Subject: [PATCH] chore: bump version to v6.83.0 --- CHANGELOG.md | 23 +++++++++++++++++++++-- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 27 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fb56625f..5e3749f87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,26 @@ 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.82.0](https://github.com/opengovsg/FormSG/compare/v6.82.0...v6.82.0) +#### [v6.83.0](https://github.com/opengovsg/FormSG/compare/v6.83.0...v6.83.0) + +- fix(sgid-login): add graceful handling of errors when work email is invalid [`#6819`](https://github.com/opengovsg/FormSG/pull/6819) +- test: fix error message for InvalidFileKeyError [`#6821`](https://github.com/opengovsg/FormSG/pull/6821) +- chore: update serverless package.json [`#6820`](https://github.com/opengovsg/FormSG/pull/6820) +- fix(storybook): build crash, and missing NumberField customVal [`#6808`](https://github.com/opengovsg/FormSG/pull/6808) + +#### [v6.83.0](https://github.com/opengovsg/FormSG/compare/v6.82.0...v6.83.0) + +> 19 October 2023 + +- chore: increase hot lambda to 10 [`#6815`](https://github.com/opengovsg/FormSG/pull/6815) +- feat(sgid-myinfo): add even more sgid myinfo fields [`#6807`](https://github.com/opengovsg/FormSG/pull/6807) +- chore(deps-dev): bump @babel/traverse from 7.22.11 to 7.23.2 in /serverless/virus-scanner [`#6809`](https://github.com/opengovsg/FormSG/pull/6809) +- chore(deps-dev): bump @babel/traverse from 7.20.1 to 7.23.2 in /frontend [`#6810`](https://github.com/opengovsg/FormSG/pull/6810) +- build: merge release 6.82.0 into develop [`#6801`](https://github.com/opengovsg/FormSG/pull/6801) +- feat(sgid-login): general availability and multi-employment [`#6763`](https://github.com/opengovsg/FormSG/pull/6763) +- feat: add more myinfo sgid fields [`#6766`](https://github.com/opengovsg/FormSG/pull/6766) +- build: release v6.82.0 [`#6800`](https://github.com/opengovsg/FormSG/pull/6800) +- chore: bump version to v6.83.0 [`0e9c4bc`](https://github.com/opengovsg/FormSG/commit/0e9c4bc2b154d9d8e77e9e36a2105ef7d85d209b) #### [v6.82.0](https://github.com/opengovsg/FormSG/compare/v6.81.0...v6.82.0) @@ -19,7 +38,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(deps): bump type-fest from 4.3.1 to 4.4.0 in /shared [`#6782`](https://github.com/opengovsg/FormSG/pull/6782) - chore(ci): backend jest config [`#6772`](https://github.com/opengovsg/FormSG/pull/6772) - build: release v6.81.0 [`#6777`](https://github.com/opengovsg/FormSG/pull/6777) -- chore: bump version to v6.82.0 [`5dab965`](https://github.com/opengovsg/FormSG/commit/5dab965019d626ccd3ff6ef20f4d9f6c386db8c8) +- chore: bump version to v6.82.0 [`9b23483`](https://github.com/opengovsg/FormSG/commit/9b234831c1eb84b6ffca9b13d10f54a029b43202) #### [v6.81.0](https://github.com/opengovsg/FormSG/compare/v6.80.0...v6.81.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3fe1dd0da7..9745ac9ad0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.82.0", + "version": "6.83.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.82.0", + "version": "6.83.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index 1fc3949ee0..57012c320b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.82.0", + "version": "6.83.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 4429128abb..4e0e45c8e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.82.0", + "version": "6.83.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.82.0", + "version": "6.83.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index a7d9462c58..a44f0c421b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.82.0", + "version": "6.83.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "