Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: release v5.8.0 #1737

Merged
merged 53 commits into from
Apr 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
31c8569
Merge pull request #1681 from opengovsg/release-5.7.0
mantariksh Apr 20, 2021
b881d63
refactor: migrate submissions metadata (#1651)
seaerchin Apr 20, 2021
6b4f902
feat(admin-forms): implement retrieval of form settings (#1633)
LoneRifle Apr 20, 2021
f1928bb
refactor: shard public forms router (#1669)
seaerchin Apr 20, 2021
04ea18a
fix(deps): bump fp-ts from 2.10.3 to 2.10.4 (#1686)
dependabot[bot] Apr 20, 2021
36be996
fix(deps): bump @sentry/browser from 6.2.5 to 6.3.0 (#1687)
dependabot[bot] Apr 20, 2021
a24c15d
fix(deps): bump validator from 13.5.2 to 13.6.0 (#1688)
dependabot[bot] Apr 20, 2021
7b135d5
fix(deps): bump @babel/runtime from 7.13.10 to 7.13.16 (#1689)
dependabot[bot] Apr 20, 2021
ade2652
fix(deps): bump aws-sdk from 2.888.0 to 2.889.0 (#1691)
dependabot[bot] Apr 20, 2021
4ac6deb
chore(deps-dev): bump @babel/core from 7.13.15 to 7.13.16 (#1692)
dependabot[bot] Apr 20, 2021
8007223
fix(deps): bump @sentry/integrations from 6.2.5 to 6.3.0 (#1690)
dependabot[bot] Apr 20, 2021
a81db0e
feat(api-refactor): add specific API for updating of single form fiel…
karrui Apr 21, 2021
6cd232a
feat(api-refactor): implement specific create field api (#1671)
karrui Apr 21, 2021
b99b40c
refactor(preview-api): duplicate adminform preview endpoints for /api…
orbitalsqwib Apr 21, 2021
ea97e78
refactor: Extract delete logic endpoint (#1586)
tshuli Apr 21, 2021
336fd8d
fix(deps): bump @babel/runtime from 7.13.16 to 7.13.17 (#1700)
dependabot[bot] Apr 22, 2021
ad597a7
feat(webhooks): streamline webhook response data (#1696)
mantariksh Apr 22, 2021
21449b8
fix: remove verified prefix on blank verified fields (#1701)
yong-jie Apr 22, 2021
78d0164
refactor(preview-api): duplicate adminform presign endpoints for /api…
orbitalsqwib Apr 22, 2021
dfdac89
fix: sync email field state between hasAllowedEmailDomains and allowe…
karrui Apr 22, 2021
0fe245b
fix(mongoose): use official discriminator definitions (#1704)
LoneRifle Apr 22, 2021
f597b6b
chore(admin-forms-routes): remove duplicate logic route endpoint (#1703)
orbitalsqwib Apr 22, 2021
c68a86d
Merge pull request #1707 from opengovsg/release-v5.7.1
karrui Apr 22, 2021
5356d30
chore(deps-dev): bump core-js from 3.10.2 to 3.11.0 (#1709)
dependabot[bot] Apr 22, 2021
5614b84
fix(deps): bump aws-sdk from 2.889.0 to 2.890.0 (#1710)
dependabot[bot] Apr 22, 2021
aecc1db
fix(deps): bump twilio from 3.60.0 to 3.61.0 (#1711)
dependabot[bot] Apr 22, 2021
9258b14
fix(deps): bump aws-sdk from 2.890.0 to 2.892.0 (#1714)
dependabot[bot] Apr 25, 2021
f831393
chore(deps-dev): bump stylelint from 13.12.0 to 13.13.0 (#1715)
dependabot[bot] Apr 25, 2021
853ede4
chore(deps-dev): bump eslint from 7.24.0 to 7.25.0 (#1717)
dependabot[bot] Apr 25, 2021
51ec97a
fix(deps): bump @sentry/integrations from 6.3.0 to 6.3.1 (#1718)
dependabot[bot] Apr 25, 2021
604b20c
chore(deps-dev): bump stylelint-config-standard from 21.0.0 to 22.0.0…
dependabot[bot] Apr 26, 2021
4745233
chore(deps-dev): bump eslint-config-prettier from 8.2.0 to 8.3.0 (#1716)
dependabot[bot] Apr 26, 2021
da90b18
fix(deps): bump @sentry/browser from 6.3.0 to 6.3.1 (#1719)
dependabot[bot] Apr 26, 2021
9d7647d
fix: show correct error message for e-service ID validation (#1722)
mantariksh Apr 26, 2021
1515a2a
build(deps): bump mockpass and spcp-auth-client (#1723)
LoneRifle Apr 26, 2021
8cfb75d
feat: Add a limit for the number of MyInfo fields that can be added (…
frankchn Apr 26, 2021
eae75e4
feat(api): collapse spcp/myinfo redirect endpoint to new endpoint (#1…
seaerchin Apr 26, 2021
751e590
feat(spcp): raise sp cookie max age to 3 hrs (#1727)
yong-jie Apr 26, 2021
3652e1b
feat(client): log client form reCAPTCHA failure to GA (#1684)
jia1 Apr 26, 2021
96fc116
chore(deps-dev): bump eslint-plugin-jest from 24.3.5 to 24.3.6 (#1734)
dependabot[bot] Apr 26, 2021
afe9265
chore(deps-dev): bump @types/jest from 26.0.22 to 26.0.23 (#1735)
dependabot[bot] Apr 26, 2021
443a12e
feat(api-refactor): implement specific reorder field api (#1726)
karrui Apr 27, 2021
2c5b87c
refactor: use shared DateSelectedValidation enum instead of DATE_VALI…
yong-jie Apr 27, 2021
71410c9
fix: update MyInfo field count correctly, show correct error (#1738)
mantariksh Apr 27, 2021
d428544
feat: prefill mainstream launch (#1702)
tshuli Apr 27, 2021
711eb4b
refactor(test): integration and unit tests for redirect (#1728)
seaerchin Apr 27, 2021
ef6e4d7
fix: convert form field responses to field class (#1739)
karrui Apr 27, 2021
a81834b
fix: clone field to save before removing myinfo field info (#1741)
karrui Apr 27, 2021
daa8afe
feat: show highlights only if prefill is provided in url (#1742)
tshuli Apr 27, 2021
90e05b4
fix(deps): bump aws-sdk from 2.892.0 to 2.893.0 (#1745)
dependabot[bot] Apr 28, 2021
537584e
chore(mergify): remove 0 check failure condition (#1748)
mantariksh Apr 28, 2021
ce18ee6
feat: update form guide links to go links (#1750)
tshuli Apr 28, 2021
368f774
chore: bump version to 5.8.0
mantariksh Apr 28, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pull_request_rules:
- name: Approve and merge non-major dependency upgrades
conditions:
- 'author=dependabot[bot]'
- '#check-failure=0'
- 'title~=bump [^\s]+ from ([\d]+)\..+ to \1\.'
actions:
review:
Expand Down
100 changes: 87 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,66 @@ 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).

#### [v5.8.0](https://github.com/opengovsg/FormSG/compare/v5.7.1...v5.8.0)

- feat: update form guide links to go links [`#1750`](https://github.com/opengovsg/FormSG/pull/1750)
- chore(mergify): remove 0 check failure condition [`#1748`](https://github.com/opengovsg/FormSG/pull/1748)
- fix(deps): bump aws-sdk from 2.892.0 to 2.893.0 [`#1745`](https://github.com/opengovsg/FormSG/pull/1745)
- feat: show highlights only if prefill is provided in url [`#1742`](https://github.com/opengovsg/FormSG/pull/1742)
- fix: clone field to save before removing myinfo field info [`#1741`](https://github.com/opengovsg/FormSG/pull/1741)
- fix: convert form field responses to field class [`#1739`](https://github.com/opengovsg/FormSG/pull/1739)
- refactor(test): integration and unit tests for redirect [`#1728`](https://github.com/opengovsg/FormSG/pull/1728)
- feat: prefill mainstream launch [`#1702`](https://github.com/opengovsg/FormSG/pull/1702)
- fix: update MyInfo field count correctly, show correct error [`#1738`](https://github.com/opengovsg/FormSG/pull/1738)
- refactor: use shared DateSelectedValidation enum instead of DATE_VALIDATION_OPTIONS object [`#1724`](https://github.com/opengovsg/FormSG/pull/1724)
- feat(api-refactor): implement specific reorder field api [`#1726`](https://github.com/opengovsg/FormSG/pull/1726)
- chore(deps-dev): bump @types/jest from 26.0.22 to 26.0.23 [`#1735`](https://github.com/opengovsg/FormSG/pull/1735)
- chore(deps-dev): bump eslint-plugin-jest from 24.3.5 to 24.3.6 [`#1734`](https://github.com/opengovsg/FormSG/pull/1734)
- feat(client): log client form reCAPTCHA failure to GA [`#1684`](https://github.com/opengovsg/FormSG/pull/1684)
- feat(spcp): raise sp cookie max age to 3 hrs [`#1727`](https://github.com/opengovsg/FormSG/pull/1727)
- feat(api): collapse spcp/myinfo redirect endpoint to new endpoint [`#1672`](https://github.com/opengovsg/FormSG/pull/1672)
- feat: Add a limit for the number of MyInfo fields that can be added [`#1664`](https://github.com/opengovsg/FormSG/pull/1664)
- build(deps): bump mockpass and spcp-auth-client [`#1723`](https://github.com/opengovsg/FormSG/pull/1723)
- fix: show correct error message for e-service ID validation [`#1722`](https://github.com/opengovsg/FormSG/pull/1722)
- fix(deps): bump @sentry/browser from 6.3.0 to 6.3.1 [`#1719`](https://github.com/opengovsg/FormSG/pull/1719)
- chore(deps-dev): bump eslint-config-prettier from 8.2.0 to 8.3.0 [`#1716`](https://github.com/opengovsg/FormSG/pull/1716)
- chore(deps-dev): bump stylelint-config-standard from 21.0.0 to 22.0.0 [`#1720`](https://github.com/opengovsg/FormSG/pull/1720)
- fix(deps): bump @sentry/integrations from 6.3.0 to 6.3.1 [`#1718`](https://github.com/opengovsg/FormSG/pull/1718)
- chore(deps-dev): bump eslint from 7.24.0 to 7.25.0 [`#1717`](https://github.com/opengovsg/FormSG/pull/1717)
- chore(deps-dev): bump stylelint from 13.12.0 to 13.13.0 [`#1715`](https://github.com/opengovsg/FormSG/pull/1715)
- fix(deps): bump aws-sdk from 2.890.0 to 2.892.0 [`#1714`](https://github.com/opengovsg/FormSG/pull/1714)
- fix(deps): bump twilio from 3.60.0 to 3.61.0 [`#1711`](https://github.com/opengovsg/FormSG/pull/1711)
- fix(deps): bump aws-sdk from 2.889.0 to 2.890.0 [`#1710`](https://github.com/opengovsg/FormSG/pull/1710)
- chore(deps-dev): bump core-js from 3.10.2 to 3.11.0 [`#1709`](https://github.com/opengovsg/FormSG/pull/1709)
- chore: merge v5.7.1 into develop [`#1707`](https://github.com/opengovsg/FormSG/pull/1707)
- chore(admin-forms-routes): remove duplicate logic route endpoint [`#1703`](https://github.com/opengovsg/FormSG/pull/1703)
- fix(mongoose): use official discriminator definitions [`#1704`](https://github.com/opengovsg/FormSG/pull/1704)
- fix: sync email field state between hasAllowedEmailDomains and allowedEmailDomains [`#1697`](https://github.com/opengovsg/FormSG/pull/1697)
- refactor(preview-api): duplicate adminform presign endpoints for /api/v3 [`#1644`](https://github.com/opengovsg/FormSG/pull/1644)
- fix: remove verified prefix on blank verified fields [`#1701`](https://github.com/opengovsg/FormSG/pull/1701)
- feat(webhooks): streamline webhook response data [`#1696`](https://github.com/opengovsg/FormSG/pull/1696)
- fix(deps): bump @babel/runtime from 7.13.16 to 7.13.17 [`#1700`](https://github.com/opengovsg/FormSG/pull/1700)
- refactor: Extract delete logic endpoint [`#1586`](https://github.com/opengovsg/FormSG/pull/1586)
- refactor(preview-api): duplicate adminform preview endpoints for /api/v3 [`#1643`](https://github.com/opengovsg/FormSG/pull/1643)
- feat(api-refactor): implement specific create field api [`#1671`](https://github.com/opengovsg/FormSG/pull/1671)
- feat(api-refactor): add specific API for updating of single form field [`#1640`](https://github.com/opengovsg/FormSG/pull/1640)
- fix(deps): bump @sentry/integrations from 6.2.5 to 6.3.0 [`#1690`](https://github.com/opengovsg/FormSG/pull/1690)
- chore(deps-dev): bump @babel/core from 7.13.15 to 7.13.16 [`#1692`](https://github.com/opengovsg/FormSG/pull/1692)
- fix(deps): bump aws-sdk from 2.888.0 to 2.889.0 [`#1691`](https://github.com/opengovsg/FormSG/pull/1691)
- fix(deps): bump @babel/runtime from 7.13.10 to 7.13.16 [`#1689`](https://github.com/opengovsg/FormSG/pull/1689)
- fix(deps): bump validator from 13.5.2 to 13.6.0 [`#1688`](https://github.com/opengovsg/FormSG/pull/1688)
- fix(deps): bump @sentry/browser from 6.2.5 to 6.3.0 [`#1687`](https://github.com/opengovsg/FormSG/pull/1687)
- fix(deps): bump fp-ts from 2.10.3 to 2.10.4 [`#1686`](https://github.com/opengovsg/FormSG/pull/1686)
- refactor: shard public forms router [`#1669`](https://github.com/opengovsg/FormSG/pull/1669)
- feat(admin-forms): implement retrieval of form settings [`#1633`](https://github.com/opengovsg/FormSG/pull/1633)
- refactor: migrate submissions metadata [`#1651`](https://github.com/opengovsg/FormSG/pull/1651)
- build: merge release 5.7.0 into develop [`#1681`](https://github.com/opengovsg/FormSG/pull/1681)

#### [v5.7.1](https://github.com/opengovsg/FormSG/compare/v5.7.0...v5.7.1)

> 22 April 2021

- chore: bump version to v5.7.1 [`5d977c2`](https://github.com/opengovsg/FormSG/commit/5d977c20663cfa9ecae91bdec5509241f8a7550d)
- fix: correctly check Singpass title for error [`25a5ab5`](https://github.com/opengovsg/FormSG/commit/25a5ab527231b4bee04edf64a0f2f3782f1f5f3c)

#### [v5.7.0](https://github.com/opengovsg/FormSG/compare/v5.6.1...v5.7.0)
Expand Down Expand Up @@ -50,15 +108,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 13 April 2021

- fix: call correct user update emergency contact endpoint [`#1631`](https://github.com/opengovsg/FormSG/pull/1631)
- chore: bump version to v5.6.0 [`c4724a9`](https://github.com/opengovsg/FormSG/commit/c4724a9f64c6dd5cb134dd46ceae8ab6a736dbec)
- test(AdminFormRoutes): test for equal start and end dates validation [`2d81ff4`](https://github.com/opengovsg/FormSG/commit/2d81ff4a4573a70a698596f5ac2ec1a4c5139b27)
- chore: bump version to v5.6.1 [`c640dd1`](https://github.com/opengovsg/FormSG/commit/c640dd1e8c219f5293f36fff18f57881ae1ded73)
- fix: use Joi.date.min() instead of Joi.date.greater() for date range [`864561c`](https://github.com/opengovsg/FormSG/commit/864561c129bebd24cfd7dca2851106066141a780)

#### [v5.6.0](https://github.com/opengovsg/FormSG/compare/v5.5.1...v5.6.0)

> 13 April 2021

- fix: call correct user update emergency contact endpoint [`#1631`](https://github.com/opengovsg/FormSG/pull/1631)
- fix(deps): bump winston-cloudwatch from 2.5.1 to 2.5.2 [`#1626`](https://github.com/opengovsg/FormSG/pull/1626)
- chore(deps-dev): bump @typescript-eslint/parser from 4.21.0 to 4.22.0 [`#1627`](https://github.com/opengovsg/FormSG/pull/1627)
- chore(deps-dev): bump date-fns from 2.20.1 to 2.20.2 [`#1628`](https://github.com/opengovsg/FormSG/pull/1628)
Expand Down Expand Up @@ -123,7 +181,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#1556`](https://github.com/opengovsg/FormSG/pull/1556)
- fix(deps): bump @opengovsg/spcp-auth-client from 1.4.4 to 1.4.5 [`#1555`](https://github.com/opengovsg/FormSG/pull/1555)
- refactor(corppass-ui): make ui changes for corppass [`#1533`](https://github.com/opengovsg/FormSG/pull/1533)
- chore: bump version to v5.6.0 [`c4724a9`](https://github.com/opengovsg/FormSG/commit/c4724a9f64c6dd5cb134dd46ceae8ab6a736dbec)
- chore: bump version to v5.6.0 [`bf1874d`](https://github.com/opengovsg/FormSG/commit/bf1874d1aedec79f416cf0db3eec02eb1bcf017b)

#### [v5.5.1](https://github.com/opengovsg/FormSG/compare/v5.5.0...v5.5.1)

Expand Down Expand Up @@ -297,7 +355,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- build: merge release 5.1.0 into develop [`#1341`](https://github.com/opengovsg/FormSG/pull/1341)
- chore: bump version to 5.2.0 [`0eca821`](https://github.com/opengovsg/FormSG/commit/0eca8214f75345c76915ee8c14f342316dd1f190)

### [v5.1.0](https://github.com/opengovsg/FormSG/compare/v4.59.1...v5.1.0)
#### [v5.1.0](https://github.com/opengovsg/FormSG/compare/v5.0.1...v5.1.0)

> 10 March 2021

Expand Down Expand Up @@ -375,11 +433,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- style: update end page styling [`#1231`](https://github.com/opengovsg/FormSG/pull/1231)
- feat: migrate to MyInfo V3 [`#1175`](https://github.com/opengovsg/FormSG/pull/1175)
- chore: merge v5.0.1 into develop [`#1241`](https://github.com/opengovsg/FormSG/pull/1241)
- fix: format workpass status correctly, preview submissions, copy changes [`#1237`](https://github.com/opengovsg/FormSG/pull/1237)
- feat: update editable fields and clear cookie upon submission [`#1232`](https://github.com/opengovsg/FormSG/pull/1232)
- style: update end page styling [`#1231`](https://github.com/opengovsg/FormSG/pull/1231)
- feat: migrate to MyInfo V3 [`#1175`](https://github.com/opengovsg/FormSG/pull/1175)
- chore: merge v4.59.1 into develop [`#1227`](https://github.com/opengovsg/FormSG/pull/1227)
- build: release v4.59.1 hotfix [`#1226`](https://github.com/opengovsg/FormSG/pull/1226)
- build: release v4.59.0 [`#1220`](https://github.com/opengovsg/FormSG/pull/1220)
- build: Release 4.58.2 - hotfix msgSrvcName validation [`#1199`](https://github.com/opengovsg/FormSG/pull/1199)
Expand Down Expand Up @@ -435,18 +488,39 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: bump version to v5.0.2 [`256d772`](https://github.com/opengovsg/FormSG/commit/256d772f35d69a535a8062e36a6b2c1e5609784e)
- chore: bump version to 5.0.4 [`9a422f8`](https://github.com/opengovsg/FormSG/commit/9a422f8fceb2a608f4983306376b54bd79cb8f77)

#### [v4.59.1](https://github.com/opengovsg/FormSG/compare/v4.59.0...v4.59.1)
#### [v5.0.1](https://github.com/opengovsg/FormSG/compare/v5.0.0...v5.0.1)

> 23 February 2021
> 25 February 2021

- chore: bump version to 5.0.1 [`ea7ddcb`](https://github.com/opengovsg/FormSG/commit/ea7ddcbe030fbe3f1bbd9cb384f40a9558106896)
- fix: convert res status to uppercase [`8f4aeaf`](https://github.com/opengovsg/FormSG/commit/8f4aeaf76af02cdfe776c1671633909831e2fc5a)

### [v5.0.0](https://github.com/opengovsg/FormSG/compare/v4.59.1...v5.0.0)

> 24 February 2021

- fix: format workpass status correctly, preview submissions, copy changes [`#1237`](https://github.com/opengovsg/FormSG/pull/1237)
- feat: update editable fields and clear cookie upon submission [`#1232`](https://github.com/opengovsg/FormSG/pull/1232)
- style: update end page styling [`#1231`](https://github.com/opengovsg/FormSG/pull/1231)
- feat: migrate to MyInfo V3 [`#1175`](https://github.com/opengovsg/FormSG/pull/1175)
- chore: merge v4.59.1 into develop [`#1227`](https://github.com/opengovsg/FormSG/pull/1227)
- feat: remove updateFormValidator [`92f3f75`](https://github.com/opengovsg/FormSG/commit/92f3f75bc760f32bdb495e27eb880d53f1562093)
- chore: bump version to 5.0.0 [`fb11aee`](https://github.com/opengovsg/FormSG/commit/fb11aee0d19214d824a350c02a3e2a04f89ea726)
- chore: bump version to v4.59.1 [`a712594`](https://github.com/opengovsg/FormSG/commit/a712594146e294a01cea13e429e4ed03109a1f70)

#### [v4.59.0](https://github.com/opengovsg/FormSG/compare/v4.58.2...v4.59.0)
#### [v4.59.1](https://github.com/opengovsg/FormSG/compare/v4.59.0...v4.59.1)

> 23 February 2021

- fix: add _id key in permissionList object for updateForm validator [`#1224`](https://github.com/opengovsg/FormSG/pull/1224)
- feat: remove updateFormValidator [`45894b8`](https://github.com/opengovsg/FormSG/commit/45894b89ac36acb6f3a4d2cc22a05bdcdab28925)
- chore: bump version to v4.59.0 [`21bee76`](https://github.com/opengovsg/FormSG/commit/21bee768bb40e9eae57fe25b8a3c7b2ea3ccc130)
- chore: bump version to v4.59.1 [`25c46e7`](https://github.com/opengovsg/FormSG/commit/25c46e77aa1f2d2e109ffae1972645ebb9fd48ac)

#### [v4.59.0](https://github.com/opengovsg/FormSG/compare/v4.58.2...v4.59.0)

> 23 February 2021

- chore: use formsg-sdk beta release [`#1219`](https://github.com/opengovsg/FormSG/pull/1219)
- chore(deps-dev): bump csv-parse from 4.15.1 to 4.15.3 [`#1213`](https://github.com/opengovsg/FormSG/pull/1213)
- refactor: move addLogin method to Billing module [`#1195`](https://github.com/opengovsg/FormSG/pull/1195)
Expand Down Expand Up @@ -503,7 +577,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(deps): bump nodemailer from 6.4.17 to 6.4.18 [`#1143`](https://github.com/opengovsg/FormSG/pull/1143)
- fix(deps): bump @sentry/integrations from 5.30.0 to 6.1.0 [`#1142`](https://github.com/opengovsg/FormSG/pull/1142)
- fix(deps): bump libphonenumber-js from 1.9.8 to 1.9.11 [`#1138`](https://github.com/opengovsg/FormSG/pull/1138)
- chore: bump version to v4.59.0 [`21bee76`](https://github.com/opengovsg/FormSG/commit/21bee768bb40e9eae57fe25b8a3c7b2ea3ccc130)
- chore: bump version to v4.59.0 [`53bd033`](https://github.com/opengovsg/FormSG/commit/53bd03318be09e83dc549d93515830e3b7efc365)

#### [v4.58.2](https://github.com/opengovsg/FormSG/compare/v4.58.1...v4.58.2)

Expand Down
Loading