From 70975519829e332519a708b6e49df56dc2885452 Mon Sep 17 00:00:00 2001 From: Kevin Foong <55353265+kevin9foong@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:59:12 +0800 Subject: [PATCH] chore: bump version to v6.161.0 --- CHANGELOG.md | 14 +++++++++----- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd029b3ea..cf6cfb7f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,23 +4,27 @@ 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.160.0](https://github.com/opengovsg/FormSG/compare/v6.160.0...v6.160.0) +#### [v6.161.0](https://github.com/opengovsg/FormSG/compare/v6.160.0...v6.161.0) -- fix: add validation for myinfo child name field [`#7875`](https://github.com/opengovsg/FormSG/pull/7875) -- fix: drawer date picker invalid selection bug [`#7866`](https://github.com/opengovsg/FormSG/pull/7866) -- fix: add validation rules to controller [`#7874`](https://github.com/opengovsg/FormSG/pull/7874) +- build: merge release v6.160.0 to develop [`#7880`](https://github.com/opengovsg/FormSG/pull/7880) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.12.2 to 8.14.0 in /shared [`#7877`](https://github.com/opengovsg/FormSG/pull/7877) +- fix: mrf be validation isSignatureTimeValid false positive [`#7878`](https://github.com/opengovsg/FormSG/pull/7878) +- build: release v6.160.0 [`#7873`](https://github.com/opengovsg/FormSG/pull/7873) #### [v6.160.0](https://github.com/opengovsg/FormSG/compare/v6.159.0...v6.160.0) > 11 November 2024 +- fix: add validation for myinfo child name field [`#7875`](https://github.com/opengovsg/FormSG/pull/7875) +- fix: drawer date picker invalid selection bug [`#7866`](https://github.com/opengovsg/FormSG/pull/7866) +- fix: add validation rules to controller [`#7874`](https://github.com/opengovsg/FormSG/pull/7874) - fix: make children body input components controlled from the start [`#7871`](https://github.com/opengovsg/FormSG/pull/7871) - fix(deps): bump libphonenumber-js from 1.11.13 to 1.11.14 in /shared [`#7872`](https://github.com/opengovsg/FormSG/pull/7872) - feat(i18n): add en-sg locale for AddRowFooter [`#7867`](https://github.com/opengovsg/FormSG/pull/7867) - build: merge release v6.159.0 to develop [`#7868`](https://github.com/opengovsg/FormSG/pull/7868) - fix(deps): bump libphonenumber-js from 1.11.12 to 1.11.13 in /shared [`#7858`](https://github.com/opengovsg/FormSG/pull/7858) - build: release v6.159.0 [`#7865`](https://github.com/opengovsg/FormSG/pull/7865) -- chore: bump version to v6.160.0 [`d795563`](https://github.com/opengovsg/FormSG/commit/d7955630f40aef56e41240cf4a7a5c92ab2781e7) +- chore: bump version to v6.160.0 [`e5116ba`](https://github.com/opengovsg/FormSG/commit/e5116ba145616f0398beb534186b5d8c28aeaf9c) #### [v6.159.0](https://github.com/opengovsg/FormSG/compare/v6.158.2...v6.159.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5d0d61b5c2..a38a5717dd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.160.0", + "version": "6.161.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.160.0", + "version": "6.161.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index 3ebee75cbd..9dac2f2a63 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.160.0", + "version": "6.161.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index e67eafb08f..81843da329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.160.0", + "version": "6.161.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.160.0", + "version": "6.161.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 12f2a64cae..dd149297ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.160.0", + "version": "6.161.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "