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

chore: merge v5.9.0 into develop #1797

Merged
merged 1 commit into from
May 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
73 changes: 44 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,38 @@ 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.9.0](https://github.com/opengovsg/FormSG/compare/v5.8.0...v5.9.0)

- fix: trigger digest cycle for delete logic [`#1787`](https://github.com/opengovsg/FormSG/pull/1787)
- fix: allow commas in email confirmation sender [`#1782`](https://github.com/opengovsg/FormSG/pull/1782)
- chore(deps-dev): bump core-js from 3.11.1 to 3.11.2 [`#1780`](https://github.com/opengovsg/FormSG/pull/1780)
- fix(deps): bump fp-ts from 2.10.4 to 2.10.5 [`#1781`](https://github.com/opengovsg/FormSG/pull/1781)
- fix(deps): bump @sentry/integrations from 6.3.4 to 6.3.5 [`#1774`](https://github.com/opengovsg/FormSG/pull/1774)
- chore(deps-dev): bump @babel/core from 7.13.16 to 7.14.0 [`#1772`](https://github.com/opengovsg/FormSG/pull/1772)
- chore(deps-dev): bump stylelint from 13.13.0 to 13.13.1 [`#1775`](https://github.com/opengovsg/FormSG/pull/1775)
- fix(deps): bump aws-sdk from 2.895.0 to 2.897.0 [`#1776`](https://github.com/opengovsg/FormSG/pull/1776)
- fix(deps): bump @sentry/browser from 6.3.4 to 6.3.5 [`#1773`](https://github.com/opengovsg/FormSG/pull/1773)
- fix(deps): bump @babel/runtime from 7.13.17 to 7.14.0 [`#1771`](https://github.com/opengovsg/FormSG/pull/1771)
- fix(deps): bump helmet from 4.5.0 to 4.6.0 [`#1770`](https://github.com/opengovsg/FormSG/pull/1770)
- chore(deps-dev): bump @babel/preset-env from 7.13.15 to 7.14.0 [`#1769`](https://github.com/opengovsg/FormSG/pull/1769)
- fix(deps): bump @sentry/integrations from 6.3.3 to 6.3.4 [`#1765`](https://github.com/opengovsg/FormSG/pull/1765)
- fix(deps): bump nodemailer from 6.5.0 to 6.6.0 [`#1767`](https://github.com/opengovsg/FormSG/pull/1767)
- fix(deps): bump aws-sdk from 2.894.0 to 2.895.0 [`#1766`](https://github.com/opengovsg/FormSG/pull/1766)
- fix(deps): bump @sentry/browser from 6.3.3 to 6.3.4 [`#1764`](https://github.com/opengovsg/FormSG/pull/1764)
- test(integration): integration tests for /validate endpoint [`#1740`](https://github.com/opengovsg/FormSG/pull/1740)
- feat(api-refactor): implement specific delete form field api [`#1731`](https://github.com/opengovsg/FormSG/pull/1731)
- fix(deps): bump @sentry/browser from 6.3.1 to 6.3.3 [`#1754`](https://github.com/opengovsg/FormSG/pull/1754)
- refactor(api): collapse /validate into single endpoint [`#1725`](https://github.com/opengovsg/FormSG/pull/1725)
- chore(deps-dev): bump core-js from 3.11.0 to 3.11.1 [`#1758`](https://github.com/opengovsg/FormSG/pull/1758)
- chore(deps-dev): bump @types/node from 14.14.41 to 14.14.43 [`#1757`](https://github.com/opengovsg/FormSG/pull/1757)
- fix(deps): bump aws-sdk from 2.893.0 to 2.894.0 [`#1756`](https://github.com/opengovsg/FormSG/pull/1756)
- fix(deps): bump @sentry/integrations from 6.3.1 to 6.3.3 [`#1755`](https://github.com/opengovsg/FormSG/pull/1755)
- chore: merge v5.8.0 into develop [`#1751`](https://github.com/opengovsg/FormSG/pull/1751)

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

> 28 April 2021

- 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)
Expand Down Expand Up @@ -58,6 +88,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- chore: bump version to 5.8.0 [`368f774`](https://github.com/opengovsg/FormSG/commit/368f7746abdacb698e5b2c82a4388e1999032d08)

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

Expand Down Expand Up @@ -108,15 +139,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 @@ -181,7 +212,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 [`bf1874d`](https://github.com/opengovsg/FormSG/commit/bf1874d1aedec79f416cf0db3eec02eb1bcf017b)
- chore: bump version to v5.6.0 [`c4724a9`](https://github.com/opengovsg/FormSG/commit/c4724a9f64c6dd5cb134dd46ceae8ab6a736dbec)

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

Expand Down Expand Up @@ -355,7 +386,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/v5.0.1...v5.1.0)
### [v5.1.0](https://github.com/opengovsg/FormSG/compare/v4.59.1...v5.1.0)

> 10 March 2021

Expand Down Expand Up @@ -433,6 +464,11 @@ 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 @@ -488,39 +524,18 @@ 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)

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

> 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.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)
- feat: remove updateFormValidator [`92f3f75`](https://github.com/opengovsg/FormSG/commit/92f3f75bc760f32bdb495e27eb880d53f1562093)
- 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)

> 23 February 2021

- fix: add _id key in permissionList object for updateForm validator [`#1224`](https://github.com/opengovsg/FormSG/pull/1224)
- 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 @@ -577,7 +592,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 [`53bd033`](https://github.com/opengovsg/FormSG/commit/53bd03318be09e83dc549d93515830e3b7efc365)
- chore: bump version to v4.59.0 [`21bee76`](https://github.com/opengovsg/FormSG/commit/21bee768bb40e9eae57fe25b8a3c7b2ea3ccc130)

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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "FormSG",
"description": "Form Manager for Government",
"version": "5.8.0",
"version": "5.9.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down