diff --git a/CHANGELOG.md b/CHANGELOG.md index 178f0cae5e..ffa717b64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,27 @@ 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.128.0](https://github.com/opengovsg/FormSG/compare/v6.128.0...v6.128.0) +#### [v6.129.0](https://github.com/opengovsg/FormSG/compare/v6.128.0...v6.129.0) -- fix(btn): form admin not fully resolved when retrieved from FormService [`#7420`](https://github.com/opengovsg/FormSG/pull/7420) +- build: merge release v6.128.0 into develop [`#7430`](https://github.com/opengovsg/FormSG/pull/7430) +- chore: update dockerfile casing [`#7429`](https://github.com/opengovsg/FormSG/pull/7429) +- chore: update form creation modal wording [`#7421`](https://github.com/opengovsg/FormSG/pull/7421) +- fix(deps): bump express-session and @types/express-session [`#7407`](https://github.com/opengovsg/FormSG/pull/7407) +- fix: add default values for postman env variables to docker compose [`#7424`](https://github.com/opengovsg/FormSG/pull/7424) +- fix: email notifications with wrong submission id [`#7418`](https://github.com/opengovsg/FormSG/pull/7418) +- build: release v6.128.0 [`#7419`](https://github.com/opengovsg/FormSG/pull/7419) +- fix: fix issue where email notifs for storage forms have wrong submission id [`66b27ab`](https://github.com/opengovsg/FormSG/commit/66b27abcc08e7b71a10c80989e9626f963d4601c) #### [v6.128.0](https://github.com/opengovsg/FormSG/compare/v6.127.1...v6.128.0) > 20 June 2024 +- fix(btn): form admin not fully resolved when retrieved from FormService [`#7420`](https://github.com/opengovsg/FormSG/pull/7420) - feat(btn): frm 1717 mop flow to postman [`#7342`](https://github.com/opengovsg/FormSG/pull/7342) - build: merge release v6.127.1 to develop [`#7416`](https://github.com/opengovsg/FormSG/pull/7416) - fix(deps): bump libphonenumber-js from 1.11.3 to 1.11.4 in /shared [`#7415`](https://github.com/opengovsg/FormSG/pull/7415) - hotfix: dupe form fail [`#7414`](https://github.com/opengovsg/FormSG/pull/7414) -- chore: bump version to v6.128.0 [`4b8cea2`](https://github.com/opengovsg/FormSG/commit/4b8cea2a46a258b96dc9b7be31b480481b8e30e8) +- chore: bump version to v6.128.0 [`8f91bf0`](https://github.com/opengovsg/FormSG/commit/8f91bf0cbe541487bc9cd2775dd4c3c135b13f70) #### [v6.127.1](https://github.com/opengovsg/FormSG/compare/v6.127.0...v6.127.1) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 25cf4810db..0a3635ee0e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.128.0", + "version": "6.129.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.128.0", + "version": "6.129.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index d05435fff9..62662cd24f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.128.0", + "version": "6.129.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 231838e147..4bffcdfd64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.128.0", + "version": "6.129.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.128.0", + "version": "6.129.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 5cbca7c5aa..76c50e611f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.128.0", + "version": "6.129.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "