diff --git a/CHANGELOG.md b/CHANGELOG.md index 26afe6ee50..610345764e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,26 @@ 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.117.0](https://github.com/opengovsg/FormSG/compare/v6.117.0...v6.117.0) +#### [v6.118.0](https://github.com/opengovsg/FormSG/compare/v6.118.0...v6.118.0) + +- fix(btn): use different growthbook api [`#7299`](https://github.com/opengovsg/FormSG/pull/7299) + +#### [v6.118.0](https://github.com/opengovsg/FormSG/compare/v6.117.0...v6.118.0) + +> 30 April 2024 + +- fix(payments): allow 0 cents [`#7298`](https://github.com/opengovsg/FormSG/pull/7298) +- fix(deps): bump type-fest from 4.17.0 to 4.18.0 in /shared [`#7297`](https://github.com/opengovsg/FormSG/pull/7297) +- fix: update chromium version [`#7294`](https://github.com/opengovsg/FormSG/pull/7294) +- feat(btn): phase 2 - add growthbook toggle to control adding twilio creds [`#7290`](https://github.com/opengovsg/FormSG/pull/7290) +- feat(payments): add min global payment limit override [`#7291`](https://github.com/opengovsg/FormSG/pull/7291) +- fix: add localhost domain into cors, used by attachment uploads [`#7280`](https://github.com/opengovsg/FormSG/pull/7280) +- fix(deps): bump type-fest from 4.16.0 to 4.17.0 in /shared [`#7287`](https://github.com/opengovsg/FormSG/pull/7287) +- chore: reduce output, check gh login auth status only if not logged in [`#7282`](https://github.com/opengovsg/FormSG/pull/7282) +- build: merge release v6.117.0 into develop [`#7284`](https://github.com/opengovsg/FormSG/pull/7284) +- build: release v6.117.0 [`#7266`](https://github.com/opengovsg/FormSG/pull/7266) +- fix(deps): bump zod from 3.23.0 to 3.23.4 in /shared [`#7283`](https://github.com/opengovsg/FormSG/pull/7283) +- chore: bump version to v6.118.0 [`9bcc6a0`](https://github.com/opengovsg/FormSG/commit/9bcc6a0140e3f10d6b8df4c1333fcf701ca24d10) #### [v6.117.0](https://github.com/opengovsg/FormSG/compare/v6.116.0...v6.117.0) @@ -30,7 +49,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore: refactor to move endpage block to generic folder [`#7248`](https://github.com/opengovsg/FormSG/pull/7248) - build: release v6.116.0 [`#7251`](https://github.com/opengovsg/FormSG/pull/7251) - chore: reverting package-lock changes [`040b962`](https://github.com/opengovsg/FormSG/commit/040b96284ea317de22d9de6cf872fd4116f24c51) -- chore: bump version to v6.117.0 [`b355f4a`](https://github.com/opengovsg/FormSG/commit/b355f4a686445a7863e06a0da2ec136e878d50fd) +- chore: bump version to v6.117.0 [`6eb4aca`](https://github.com/opengovsg/FormSG/commit/6eb4aca28514e3286c23c0834f9962de291a7fbc) #### [v6.116.0](https://github.com/opengovsg/FormSG/compare/v6.115.1...v6.116.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 11cd9407f0..6bdeecd22c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.117.0", + "version": "6.118.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.117.0", + "version": "6.118.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index 5c7fe36533..f965aa41d5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.117.0", + "version": "6.118.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index aee9f81aad..59236a9c74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.117.0", + "version": "6.118.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.117.0", + "version": "6.118.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 12ed65707a..4560d569d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.117.0", + "version": "6.118.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "