From 295d09b94c17b45e09d90d1e9a1585a4a1531155 Mon Sep 17 00:00:00 2001 From: wanlingt Date: Thu, 18 May 2023 09:55:10 +0800 Subject: [PATCH] chore: bump version to v6.50.0 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++ frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 48 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fcccaa214..d2261ae300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,55 @@ 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.50.0](https://github.com/opengovsg/FormSG/compare/v6.49.0...v6.50.0) + +- feat: add sample-submission endpoint to retrieve sample submission data of a public form [`#6325`](https://github.com/opengovsg/FormSG/pull/6325) +- fix(deps): bump @aws-sdk/client-cloudwatch-logs from 3.276.0 to 3.332.0 [`#6345`](https://github.com/opengovsg/FormSG/pull/6345) +- chore: remove conditional frontend routing [`#6190`](https://github.com/opengovsg/FormSG/pull/6190) +- fix: rm white box for payment preview when disabled [`#6342`](https://github.com/opengovsg/FormSG/pull/6342) +- chore: remove support for legacy stripe metadata [`#6264`](https://github.com/opengovsg/FormSG/pull/6264) +- fix(deps): bump stripe from 11.1.0 to 12.5.0 [`#6330`](https://github.com/opengovsg/FormSG/pull/6330) +- fix: disable payment resume and duplicate modals in preview [`#6334`](https://github.com/opengovsg/FormSG/pull/6334) +- feat: required copy updates for payment launch on prod [`#6327`](https://github.com/opengovsg/FormSG/pull/6327) +- fix(deps): bump vm2 from 3.9.17 to 3.9.18 [`#6333`](https://github.com/opengovsg/FormSG/pull/6333) +- fix(deps): bump twilio from 4.7.2 to 4.11.0 [`#6328`](https://github.com/opengovsg/FormSG/pull/6328) +- fix: pin MockPass version [`#6324`](https://github.com/opengovsg/FormSG/pull/6324) +- chore: add code of conduct from contributor covenant [`#6326`](https://github.com/opengovsg/FormSG/pull/6326) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.6 in /shared [`#6332`](https://github.com/opengovsg/FormSG/pull/6332) +- chore(deps-dev): bump @typescript-eslint/parser from 5.59.5 to 5.59.6 in /shared [`#6331`](https://github.com/opengovsg/FormSG/pull/6331) +- chore(deps-dev): bump @types/jsonfile from 6.1.0 to 6.1.1 [`#6329`](https://github.com/opengovsg/FormSG/pull/6329) +- feat: retain image metadata after compression [`#6320`](https://github.com/opengovsg/FormSG/pull/6320) +- fix: type change due to upgrade in types/express to 4.17.17 [`#6319`](https://github.com/opengovsg/FormSG/pull/6319) +- fix: playwright tests cancelled after timeout (and other issues) [`#6308`](https://github.com/opengovsg/FormSG/pull/6308) +- perf: conditionally use hooks based on activeness of field row [`#6303`](https://github.com/opengovsg/FormSG/pull/6303) +- feat: prevent prefill editing [`#6097`](https://github.com/opengovsg/FormSG/pull/6097) +- chore(deps-dev): bump axios-mock-adapter from 1.21.2 to 1.21.4 [`#6313`](https://github.com/opengovsg/FormSG/pull/6313) +- chore(deps-dev): bump husky from 8.0.2 to 8.0.3 [`#6312`](https://github.com/opengovsg/FormSG/pull/6312) +- chore(deps-dev): bump @types/opossum from 6.2.2 to 6.2.3 [`#6316`](https://github.com/opengovsg/FormSG/pull/6316) +- fix(deps): bump @sentry/browser from 7.28.1 to 7.51.2 [`#6314`](https://github.com/opengovsg/FormSG/pull/6314) +- chore(deps-dev): bump @types/express from 4.17.14 to 4.17.17 [`#6311`](https://github.com/opengovsg/FormSG/pull/6311) +- feat: add local dev support for twilio [`#5881`](https://github.com/opengovsg/FormSG/pull/5881) +- fix: squished logic block either option [`#6305`](https://github.com/opengovsg/FormSG/pull/6305) +- chore(deps-dev): bump jest-extended from 1.2.1 to 3.2.4 [`#5793`](https://github.com/opengovsg/FormSG/pull/5793) +- chore(deps-dev): bump type-fest from 2.19.0 to 3.10.0 [`#6270`](https://github.com/opengovsg/FormSG/pull/6270) +- build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /frontend [`#5729`](https://github.com/opengovsg/FormSG/pull/5729) +- build(deps): bump json5 from 1.0.1 to 1.0.2 in /frontend [`#5688`](https://github.com/opengovsg/FormSG/pull/5688) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.5 in /shared [`#6288`](https://github.com/opengovsg/FormSG/pull/6288) +- chore(deps-dev): bump @babel/plugin-transform-runtime from 7.19.6 to 7.21.4 [`#6297`](https://github.com/opengovsg/FormSG/pull/6297) +- build: merge release v6.49.0 to develop [`#6302`](https://github.com/opengovsg/FormSG/pull/6302) +- test: add stories for admin and public forms with payments [`#6292`](https://github.com/opengovsg/FormSG/pull/6292) +- build: release v6.49.0 [`#6298`](https://github.com/opengovsg/FormSG/pull/6298) + #### [v6.49.0](https://github.com/opengovsg/FormSG/compare/v6.48.0...v6.49.0) +> 11 May 2023 + - feat: control feature flags through DB [`#6286`](https://github.com/opengovsg/FormSG/pull/6286) - build: merge release v6.48.0 to develop [`#6295`](https://github.com/opengovsg/FormSG/pull/6295) - feat: control payment methods through stripe dashboard [`#6272`](https://github.com/opengovsg/FormSG/pull/6272) - feat: add business field mutation to form-level [`#6236`](https://github.com/opengovsg/FormSG/pull/6236) - build: release v6.48.0 [`#6291`](https://github.com/opengovsg/FormSG/pull/6291) +- chore: bump version to v6.49.0 [`e0b174b`](https://github.com/opengovsg/FormSG/commit/e0b174b55ccdbdae3c3754cce0540d81d3bc3dc9) #### [v6.48.0](https://github.com/opengovsg/FormSG/compare/v6.47.0...v6.48.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fad22b439c..c808a857bc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.49.0", + "version": "6.50.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.49.0", + "version": "6.50.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index 7fb3b0a7df..42420d7320 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.49.0", + "version": "6.50.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 045d399b58..ccc5442b5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.49.0", + "version": "6.50.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.49.0", + "version": "6.50.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.332.0", diff --git a/package.json b/package.json index c3b91debcf..9e501bb47a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.49.0", + "version": "6.50.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "