From b0cdd4ef3d34be8acae79a8e3411c34ef1b06afe Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 21 Dec 2023 11:55:38 +0800 Subject: [PATCH] chore: bump version to v6.96.0 --- CHANGELOG.md | 19 +++++++++++++++++++ frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6c6ca992..fd998b9651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,32 @@ 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.96.0](https://github.com/opengovsg/FormSG/compare/v6.96.0...v6.96.0) + +- revert: "feat: Payments thank you page" [`#6973`](https://github.com/opengovsg/FormSG/pull/6973) + +#### [v6.96.0](https://github.com/opengovsg/FormSG/compare/v6.95.0...v6.96.0) + +> 21 December 2023 + +- feat: multi-respondent forms [`#6960`](https://github.com/opengovsg/FormSG/pull/6960) +- feat: Payments thank you page [`#6961`](https://github.com/opengovsg/FormSG/pull/6961) +- fix(deps): bump libphonenumber-js from 1.10.51 to 1.10.52 in /shared [`#6963`](https://github.com/opengovsg/FormSG/pull/6963) +- build: merge v6.95.0 into develop [`#6957`](https://github.com/opengovsg/FormSG/pull/6957) +- chore: use responses instead of results [`#6922`](https://github.com/opengovsg/FormSG/pull/6922) +- build: release v6.95.0 [`#6956`](https://github.com/opengovsg/FormSG/pull/6956) +- chore: bump version to v6.96.0 [`1195d9d`](https://github.com/opengovsg/FormSG/commit/1195d9db2f6ca396db832b07eb6c7dfb4290c159) + #### [v6.95.0](https://github.com/opengovsg/FormSG/compare/v6.94.0...v6.95.0) +> 11 December 2023 + - fix: show error toast if error is not a network error [`#6950`](https://github.com/opengovsg/FormSG/pull/6950) - fix: fix attachment file size check differences between FE and BE [`#6955`](https://github.com/opengovsg/FormSG/pull/6955) - build(deps): [Snyk] Security upgrade @opengovsg/formsg-sdk from 0.10.0 to 0.11.0 [`#6951`](https://github.com/opengovsg/FormSG/pull/6951) - build: merge release v6.94.0 into develop [`#6954`](https://github.com/opengovsg/FormSG/pull/6954) - build: release v6.94.0 [`#6953`](https://github.com/opengovsg/FormSG/pull/6953) +- chore: bump version to v6.95.0 [`a805a92`](https://github.com/opengovsg/FormSG/commit/a805a92f4ec01c4e00ef8c6498e2a03826cdc5db) #### [v6.94.0](https://github.com/opengovsg/FormSG/compare/v6.93.0...v6.94.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0253228530..09c0a64323 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.95.0", + "version": "6.96.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.95.0", + "version": "6.96.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index ccede347c0..a8677831e0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.95.0", + "version": "6.96.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index d493305575..f73cd21925 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.95.0", + "version": "6.96.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.95.0", + "version": "6.96.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index 69e4246181..e853285d8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.95.0", + "version": "6.96.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "