diff --git a/CHANGELOG.md b/CHANGELOG.md index bed7ebc951..5c7c0fc83b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,22 @@ 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.111.0](https://github.com/opengovsg/FormSG/compare/v6.110.0...v6.111.0) + +- feat(fe): update copy, copy btn [`#7116`](https://github.com/opengovsg/FormSG/pull/7116) +- feat(virus-scanner): allow endpoint to be specified [`#7114`](https://github.com/opengovsg/FormSG/pull/7114) +- chore: remove Anguilla from country listing [`#7108`](https://github.com/opengovsg/FormSG/pull/7108) +- chore(vscode): update code actions value options [`#7113`](https://github.com/opengovsg/FormSG/pull/7113) +- feat(mrf): disable unsupported features [`#7106`](https://github.com/opengovsg/FormSG/pull/7106) +- fix: correct alignment issues in preview mode [`#7109`](https://github.com/opengovsg/FormSG/pull/7109) +- chore(OSS): add FerretDB migration instructions [`#7107`](https://github.com/opengovsg/FormSG/pull/7107) +- build: merge v6.110.0 back into develop [`#7105`](https://github.com/opengovsg/FormSG/pull/7105) +- build: release v6.110.0 [`#7104`](https://github.com/opengovsg/FormSG/pull/7104) + #### [v6.110.0](https://github.com/opengovsg/FormSG/compare/v6.109.0...v6.110.0) +> 21 February 2024 + - 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) @@ -22,6 +36,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- chore: bump version to v6.110.0 [`102cef3`](https://github.com/opengovsg/FormSG/commit/102cef33d7ae37e95c1b9f93f51712156cef1384) #### [v6.109.0](https://github.com/opengovsg/FormSG/compare/v6.108.0...v6.109.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 68219c6d35..fbb2e7dc88 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.110.0", + "version": "6.111.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.110.0", + "version": "6.111.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index 45501cd674..b7ba9b626d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.110.0", + "version": "6.111.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 54fbe0b08e..1ddabfdde1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.110.0", + "version": "6.111.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.110.0", + "version": "6.111.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index 6845945fd2..cbb3f9108d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.110.0", + "version": "6.111.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "