diff --git a/CHANGELOG.md b/CHANGELOG.md index c2fbd8aa46..5b5ea895a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,25 @@ 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.81.0](https://github.com/opengovsg/FormSG/compare/v6.80.0...v6.81.0) + +- feat(virus-scanner): frontend orchestration [`#6767`](https://github.com/opengovsg/FormSG/pull/6767) +- feat: add well-known domain [`#6774`](https://github.com/opengovsg/FormSG/pull/6774) +- build: merge release v6.80.0 into develop [`#6775`](https://github.com/opengovsg/FormSG/pull/6775) +- build: release v6.80.0 [`#6773`](https://github.com/opengovsg/FormSG/pull/6773) +- fix(deps): bump zod from 3.22.2 to 3.22.3 in /shared [`#6768`](https://github.com/opengovsg/FormSG/pull/6768) +- fix(deps): bump zod from 3.21.4 to 3.22.3 [`#6769`](https://github.com/opengovsg/FormSG/pull/6769) + #### [v6.80.0](https://github.com/opengovsg/FormSG/compare/v6.79.0...v6.80.0) +> 4 October 2023 + - feat: add index to myinfo child email response [`#6745`](https://github.com/opengovsg/FormSG/pull/6745) - build: merge v6.79.0 into develop [`#6765`](https://github.com/opengovsg/FormSG/pull/6765) - feat: add range validation to number field [`#6575`](https://github.com/opengovsg/FormSG/pull/6575) - fix: missing errors in error mapper [`#6764`](https://github.com/opengovsg/FormSG/pull/6764) - build: release v6.79.0 [`#6762`](https://github.com/opengovsg/FormSG/pull/6762) +- chore: bump version to v6.80.0 [`7777b7b`](https://github.com/opengovsg/FormSG/commit/7777b7bd0c83ef11175da712666b12c30efd1a95) #### [v6.79.0](https://github.com/opengovsg/FormSG/compare/v6.78.2...v6.79.0) @@ -65,17 +77,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat: add logging to check for missing Myinfo field values [`#6694`](https://github.com/opengovsg/FormSG/pull/6694) - build: merge v6.77.0 into develop [`#6711`](https://github.com/opengovsg/FormSG/pull/6711) - build: release v6.77.0 [`#6710`](https://github.com/opengovsg/FormSG/pull/6710) +- build: merge v6.76.1 into develop [`#6708`](https://github.com/opengovsg/FormSG/pull/6708) +- build: release v6.76.1 [`#6702`](https://github.com/opengovsg/FormSG/pull/6702) +- fix: invalid mixed digit input [`#6701`](https://github.com/opengovsg/FormSG/pull/6701) - chore: bump version to v6.78.0 [`f8fa1ec`](https://github.com/opengovsg/FormSG/commit/f8fa1ecbb3a5dfad3735ee01420f27967d174112) +- chore: bump version to 6.76.1 [`9e88567`](https://github.com/opengovsg/FormSG/commit/9e8856721af4e3a99b6c6fe0e31ac96414a46149) +- chore: bump version to v6.77.0 [`6b1b9b2`](https://github.com/opengovsg/FormSG/commit/6b1b9b2ed04e6bd0cdf632c642724c906062b3ac) #### [v6.77.0](https://github.com/opengovsg/FormSG/compare/v6.76.1...v6.77.0) > 12 September 2023 -- build: merge v6.76.1 into develop [`#6708`](https://github.com/opengovsg/FormSG/pull/6708) - feat: soften and fix storage submission validation [`#6696`](https://github.com/opengovsg/FormSG/pull/6696) -- build: release v6.76.1 [`#6702`](https://github.com/opengovsg/FormSG/pull/6702) - build: merge v6.76.0 into develop [`#6700`](https://github.com/opengovsg/FormSG/pull/6700) -- chore: bump version to v6.77.0 [`6b1b9b2`](https://github.com/opengovsg/FormSG/commit/6b1b9b2ed04e6bd0cdf632c642724c906062b3ac) +- chore: bump version to v6.77.0 [`25876be`](https://github.com/opengovsg/FormSG/commit/25876be292b08d97c0fa14ca0ec07a78298d5f5a) #### [v6.76.1](https://github.com/opengovsg/FormSG/compare/v6.76.0...v6.76.1) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 42089b80ab..b71531fe37 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.80.0", + "version": "6.81.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.80.0", + "version": "6.81.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index f69770c510..aa98559d16 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.80.0", + "version": "6.81.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 8945dd5c2d..f7de29a746 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.80.0", + "version": "6.81.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.80.0", + "version": "6.81.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index ffb09f4200..6d283b3883 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.80.0", + "version": "6.81.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "