From 4780df0955386a21037b3efdaf29f9596bd072ce Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 6 Jun 2024 11:15:47 +0800 Subject: [PATCH] chore: bump version to v6.124.0 --- CHANGELOG.md | 14 +++++++++++--- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5cc3e2e14..fac302698b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,22 @@ 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.123.0](https://github.com/opengovsg/FormSG/compare/v6.123.0...v6.123.0) +#### [v6.124.0](https://github.com/opengovsg/FormSG/compare/v6.123.0...v6.124.0) -- revert: "feat: allow wildcard domains for domain-restricted email fields" [`#7363`](https://github.com/opengovsg/FormSG/pull/7363) +- fix(submission): capture split error [`#7360`](https://github.com/opengovsg/FormSG/pull/7360) +- chore: remove unused deps [`#7336`](https://github.com/opengovsg/FormSG/pull/7336) +- fix(deps): bump libphonenumber-js from 1.11.2 to 1.11.3 in /shared [`#7367`](https://github.com/opengovsg/FormSG/pull/7367) +- chore(deps-dev): bump prettier from 3.3.0 to 3.3.1 in /shared [`#7366`](https://github.com/opengovsg/FormSG/pull/7366) +- feat(i18n): replace hardcoded text in login features [`#7344`](https://github.com/opengovsg/FormSG/pull/7344) +- feat(mockpass): enable admin login using mockpass locally [`#7359`](https://github.com/opengovsg/FormSG/pull/7359) +- build: merge release back to develop [`#7364`](https://github.com/opengovsg/FormSG/pull/7364) +- build: release v6.123.0 [`#7362`](https://github.com/opengovsg/FormSG/pull/7362) #### [v6.123.0](https://github.com/opengovsg/FormSG/compare/v6.122.0...v6.123.0) > 5 June 2024 +- revert: "feat: allow wildcard domains for domain-restricted email fields" [`#7363`](https://github.com/opengovsg/FormSG/pull/7363) - fix(deps): bump type-fest from 4.18.3 to 4.19.0 in /shared [`#7361`](https://github.com/opengovsg/FormSG/pull/7361) - chore(payments): remove payment flags checks from payment controller [`#7354`](https://github.com/opengovsg/FormSG/pull/7354) - chore(deps-dev): bump prettier from 3.2.5 to 3.3.0 in /shared [`#7357`](https://github.com/opengovsg/FormSG/pull/7357) @@ -20,7 +28,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat: replace secrets-check with git-secrets [`#7353`](https://github.com/opengovsg/FormSG/pull/7353) - build: merge release v6.122.0 into develop [`#7352`](https://github.com/opengovsg/FormSG/pull/7352) - build: release v6.122.0 [`#7351`](https://github.com/opengovsg/FormSG/pull/7351) -- chore: bump version to v6.123.0 [`314a4af`](https://github.com/opengovsg/FormSG/commit/314a4af772730e4d0196c1a53422c44f3d1421af) +- chore: bump version to v6.123.0 [`d436640`](https://github.com/opengovsg/FormSG/commit/d436640bee5d64fe7ac6c5174dce8d34a611b5fd) #### [v6.122.0](https://github.com/opengovsg/FormSG/compare/v6.121.0...v6.122.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 56937ec7c2..dc16f24441 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.123.0", + "version": "6.124.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.123.0", + "version": "6.124.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index f87a341fa0..adfe49b689 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.123.0", + "version": "6.124.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 2a26f680a9..e10fe3d1d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.123.0", + "version": "6.124.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.123.0", + "version": "6.124.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 22755985d3..e25cf611dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.123.0", + "version": "6.124.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "