diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c7c0fc83b..cc0c5958d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,24 @@ 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.112.0](https://github.com/opengovsg/FormSG/compare/v6.112.0...v6.112.0) + +- fix: add wogaa config into .env [`#7125`](https://github.com/opengovsg/FormSG/pull/7125) + +#### [v6.112.0](https://github.com/opengovsg/FormSG/compare/v6.111.0...v6.112.0) + +> 6 March 2024 + +- feat(tracking): wogaa tracking [`#7123`](https://github.com/opengovsg/FormSG/pull/7123) +- chore(deps-dev): bump json5 from 1.0.1 to 1.0.2 [`#7119`](https://github.com/opengovsg/FormSG/pull/7119) +- build: merge v6.111.0 back into develop [`#7118`](https://github.com/opengovsg/FormSG/pull/7118) +- build: release v6.111.0 [`#7117`](https://github.com/opengovsg/FormSG/pull/7117) +- chore: bump version to v6.112.0 [`54946e9`](https://github.com/opengovsg/FormSG/commit/54946e99d101d48512fce17e0c4d6f9c09db315a) + #### [v6.111.0](https://github.com/opengovsg/FormSG/compare/v6.110.0...v6.111.0) +> 4 March 2024 + - 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) @@ -15,6 +31,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- chore: bump version to v6.111.0 [`d71e1bf`](https://github.com/opengovsg/FormSG/commit/d71e1bf707c8bd10d16266dc49d04979fb2cdfec) #### [v6.110.0](https://github.com/opengovsg/FormSG/compare/v6.109.0...v6.110.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fbb2e7dc88..e45e01aa06 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.111.0", + "version": "6.112.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.111.0", + "version": "6.112.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index b7ba9b626d..a580dd7881 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.111.0", + "version": "6.112.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 8157f24117..3378e184a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.111.0", + "version": "6.112.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.111.0", + "version": "6.112.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index a2386c31b0..bc0e74f399 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.111.0", + "version": "6.112.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "