diff --git a/CHANGELOG.md b/CHANGELOG.md index 8200ec02e1..bed7ebc951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,30 @@ 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.109.0](https://github.com/opengovsg/FormSG/compare/v6.109.0...v6.109.0) - -- revert: "chore(dev): add virus scanner npm install to root install command" [`#7082`](https://github.com/opengovsg/FormSG/pull/7082) +#### [v6.110.0](https://github.com/opengovsg/FormSG/compare/v6.109.0...v6.110.0) + +- feat(mrf): retain workflow through a submission lifetime [`#7087`](https://github.com/opengovsg/FormSG/pull/7087) +- feat(config): allow R2 bucket URLs [`#7097`](https://github.com/opengovsg/FormSG/pull/7097) +- chore(deps): update ip package [`#7098`](https://github.com/opengovsg/FormSG/pull/7098) +- feat(mrf): frontend field locking [`#7091`](https://github.com/opengovsg/FormSG/pull/7091) +- build(deps-dev): bump ip from 1.1.8 to 1.1.9 in /frontend [`#7102`](https://github.com/opengovsg/FormSG/pull/7102) +- build(deps): bump ip from 2.0.0 to 2.0.1 in /serverless/virus-scanner [`#7101`](https://github.com/opengovsg/FormSG/pull/7101) +- build(deps): bump ip from 2.0.0 to 2.0.1 in /scripts/20230317_whitespace_issue [`#7100`](https://github.com/opengovsg/FormSG/pull/7100) +- fix(deps): bump ip from 1.1.8 to 1.1.9 [`#7099`](https://github.com/opengovsg/FormSG/pull/7099) +- feat: payments thank you page preview and edit mode [`#6969`](https://github.com/opengovsg/FormSG/pull/6969) +- fix(mrf): use undefined as default for response display [`#7095`](https://github.com/opengovsg/FormSG/pull/7095) +- feat(mrf): dynamic routing [`#7078`](https://github.com/opengovsg/FormSG/pull/7078) +- chore(deps-dev): bump semver from 5.7.1 to 5.7.2 [`#7090`](https://github.com/opengovsg/FormSG/pull/7090) +- chore(deps): fix synk vulnerabilities [`#7089`](https://github.com/opengovsg/FormSG/pull/7089) +- build: merge release v6.109.0 into develop [`#7085`](https://github.com/opengovsg/FormSG/pull/7085) +- chore(dev): update README with clearer virus-scanner install instructions [`#7083`](https://github.com/opengovsg/FormSG/pull/7083) +- build: release v6.109.0 [`#7081`](https://github.com/opengovsg/FormSG/pull/7081) #### [v6.109.0](https://github.com/opengovsg/FormSG/compare/v6.108.0...v6.109.0) > 14 February 2024 +- revert: "chore(dev): add virus scanner npm install to root install command" [`#7082`](https://github.com/opengovsg/FormSG/pull/7082) - chore: add payments by product backend validation [`#7077`](https://github.com/opengovsg/FormSG/pull/7077) - chore: upgrade mongodb server core to 9.1.6 [`#7052`](https://github.com/opengovsg/FormSG/pull/7052) - feat(mrf): workflow builder [`#7072`](https://github.com/opengovsg/FormSG/pull/7072) @@ -20,7 +36,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat: encryption boundary shift in preview mode [`#7071`](https://github.com/opengovsg/FormSG/pull/7071) - build: merge release v6.108.0 into develop [`#7068`](https://github.com/opengovsg/FormSG/pull/7068) - build: release v6.108.0 [`#7067`](https://github.com/opengovsg/FormSG/pull/7067) -- chore: bump version to v6.109.0 [`60b2cff`](https://github.com/opengovsg/FormSG/commit/60b2cff1a23fbbca938c2d9eba9110849c624565) +- chore: bump version to v6.109.0 [`d01ac17`](https://github.com/opengovsg/FormSG/commit/d01ac17b57d34194538e8c4c242c315597c482dc) #### [v6.108.0](https://github.com/opengovsg/FormSG/compare/v6.107.0...v6.108.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fc55ae255f..68219c6d35 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.109.0", + "version": "6.110.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.109.0", + "version": "6.110.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index 88df8c638e..45501cd674 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.109.0", + "version": "6.110.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index d6f0e329c3..54fbe0b08e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.109.0", + "version": "6.110.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.109.0", + "version": "6.110.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index 62188d6e77..6845945fd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.109.0", + "version": "6.110.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "