From 6fb5f4bab18df0897dd589d28107fbae8ac15c6b Mon Sep 17 00:00:00 2001 From: wanlingt Date: Tue, 6 Feb 2024 09:32:22 +0800 Subject: [PATCH] chore: bump version to v6.108.0 --- CHANGELOG.md | 9 +++++++++ frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd1772880..69e25978b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,23 @@ 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.108.0](https://github.com/opengovsg/FormSG/compare/v6.107.0...v6.108.0) + +- feat(payment): webhook with charge information [`#7058`](https://github.com/opengovsg/FormSG/pull/7058) +- build: merge release v6.107.0 into develop [`#7064`](https://github.com/opengovsg/FormSG/pull/7064) +- build: release v6.107.0 [`#7063`](https://github.com/opengovsg/FormSG/pull/7063) + #### [v6.107.0](https://github.com/opengovsg/FormSG/compare/v6.106.0...v6.107.0) +> 5 February 2024 + - feat: add Not Applicable to MyInfo occupations list [`#7032`](https://github.com/opengovsg/FormSG/pull/7032) - chore: sync frontend package version with root [`#7061`](https://github.com/opengovsg/FormSG/pull/7061) - chore: update readme for installing virus-scanner packages [`#7062`](https://github.com/opengovsg/FormSG/pull/7062) - fix: recaptcha cn [`#7059`](https://github.com/opengovsg/FormSG/pull/7059) - build: merge release v6.106.0 into develop [`#7060`](https://github.com/opengovsg/FormSG/pull/7060) - build: release v6.106.0 [`#7055`](https://github.com/opengovsg/FormSG/pull/7055) +- chore: bump version to v6.107.0 [`5b490e0`](https://github.com/opengovsg/FormSG/commit/5b490e0e1c5741a7c46e2e37f0ec39e8700ba4b0) #### [v6.106.0](https://github.com/opengovsg/FormSG/compare/v6.105.0...v6.106.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ed38f972e8..7aef4895be 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.107.0", + "version": "6.108.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.107.0", + "version": "6.108.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index b1591f4639..6dbdc3eda7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.107.0", + "version": "6.108.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 95bc7cbf5e..96e181efc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.107.0", + "version": "6.108.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.107.0", + "version": "6.108.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index d2fae4a145..c8e3aeca7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.107.0", + "version": "6.108.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "