Skip to content

Commit

Permalink
Merge pull request #1430 from opengovsg/release-v5.3.0
Browse files Browse the repository at this point in the history
build: release v5.3.0
  • Loading branch information
karrui committed Mar 23, 2021
2 parents 6074186 + 36c9bd8 commit 7e92d74
Show file tree
Hide file tree
Showing 113 changed files with 3,636 additions and 1,352 deletions.
9 changes: 9 additions & 0 deletions .github/.mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pull_request_rules:
- name: Merge dependency upgrades when tests pass
conditions:
- 'author=dependabot[bot]'
- '#check-failure=0'
- 'title~=bump [^\s]+ from ([\d]+)\..+ to \1\.'
actions:
merge:
method: squash
86 changes: 53 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,49 @@ 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.3.0](https://github.com/opengovsg/FormSG/compare/v5.2.0...v5.3.0)

- fix(deps): bump celebrate from 13.0.4 to 14.0.0 [`#1423`](https://github.com/opengovsg/FormSG/pull/1423)
- fix(deps): bump libphonenumber-js from 1.9.13 to 1.9.14 [`#1417`](https://github.com/opengovsg/FormSG/pull/1417)
- refactor: return custom HashingError from utils when bcrypt fails [`#1426`](https://github.com/opengovsg/FormSG/pull/1426)
- feat: rename /admin/form endpoint to /admin/forms, correct dir structure of /api/v3 routes [`#1425`](https://github.com/opengovsg/FormSG/pull/1425)
- build: automate dependency upgrades using mergify [`#1424`](https://github.com/opengovsg/FormSG/pull/1424)
- feat: create new PATCH endpoint for updating form settings [`#1383`](https://github.com/opengovsg/FormSG/pull/1383)
- fix(deps): bump @sentry/integrations from 6.2.2 to 6.2.3 [`#1419`](https://github.com/opengovsg/FormSG/pull/1419)
- fix(deps): bump neverthrow from 4.2.0 to 4.2.1 [`#1416`](https://github.com/opengovsg/FormSG/pull/1416)
- chore(deps-dev): bump jasmine-core from 3.6.0 to 3.7.1 [`#1415`](https://github.com/opengovsg/FormSG/pull/1415)
- chore(deps-dev): bump jasmine from 3.6.4 to 3.7.0 [`#1413`](https://github.com/opengovsg/FormSG/pull/1413)
- fix(deps): bump opossum from 5.1.3 to 6.0.0 [`#1412`](https://github.com/opengovsg/FormSG/pull/1412)
- feat: show error Toastr for intranet users on SPCP forms [`#1397`](https://github.com/opengovsg/FormSG/pull/1397)
- chore(deps-dev): bump ts-jest from 26.5.3 to 26.5.4 [`#1399`](https://github.com/opengovsg/FormSG/pull/1399)
- chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 [`#1400`](https://github.com/opengovsg/FormSG/pull/1400)
- fix(deps): bump aws-sdk from 2.864.0 to 2.866.0 [`#1404`](https://github.com/opengovsg/FormSG/pull/1404)
- chore(deps): update spcp-auth-client, mockpass [`#1406`](https://github.com/opengovsg/FormSG/pull/1406)
- chore: change verified sms modal copy [`#1403`](https://github.com/opengovsg/FormSG/pull/1403)
- chore(deps-dev): bump @types/jest from 26.0.20 to 26.0.21 [`#1402`](https://github.com/opengovsg/FormSG/pull/1402)
- feat: switch to CorpPass Cloud for test form [`#1392`](https://github.com/opengovsg/FormSG/pull/1392)
- refactor: Add handler for encrypted submissions controller [`#1362`](https://github.com/opengovsg/FormSG/pull/1362)
- ref: convert mail and sms services into neverthrown variants [`#1344`](https://github.com/opengovsg/FormSG/pull/1344)
- refactor: rename type to AnalyticStatsDto [`#1393`](https://github.com/opengovsg/FormSG/pull/1393)
- fix(deps): bump twilio from 3.57.0 to 3.58.0 [`#1394`](https://github.com/opengovsg/FormSG/pull/1394)
- fix(deps): bump convict from 6.0.0 to 6.0.1 [`#1395`](https://github.com/opengovsg/FormSG/pull/1395)
- chore(deps-dev): bump @types/express-serve-static-core [`#1390`](https://github.com/opengovsg/FormSG/pull/1390)
- chore(deps-dev): bump @opengovsg/mockpass from 2.6.6 to 2.6.7 [`#1387`](https://github.com/opengovsg/FormSG/pull/1387)
- chore(deps-dev): bump @typescript-eslint/parser from 4.17.0 to 4.18.0 [`#1386`](https://github.com/opengovsg/FormSG/pull/1386)
- fix(deps): bump aws-sdk from 2.863.0 to 2.864.0 [`#1388`](https://github.com/opengovsg/FormSG/pull/1388)
- chore: merge 5.2.0 into develop [`#1384`](https://github.com/opengovsg/FormSG/pull/1384)
- chore(deps-dev): bump @types/node from 14.14.34 to 14.14.35 [`#1378`](https://github.com/opengovsg/FormSG/pull/1378)
- chore(deps-dev): bump @types/mongodb from 3.6.9 to 3.6.10 [`#1377`](https://github.com/opengovsg/FormSG/pull/1377)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#1380`](https://github.com/opengovsg/FormSG/pull/1380)
- fix(deps): bump neverthrow from 4.1.1 to 4.2.0 [`#1379`](https://github.com/opengovsg/FormSG/pull/1379)
- refactor: migrate yesno validator to typescript, with tests [`#1372`](https://github.com/opengovsg/FormSG/pull/1372)
- refactor: convert analytics module to TypeScript/fp-ts, remove statistics animation on landing page [`#1361`](https://github.com/opengovsg/FormSG/pull/1361)
- fix: add rows attr to email confirmation email body textarea [`941b6bf`](https://github.com/opengovsg/FormSG/commit/941b6bfb1f847fa8a0fb532977acb09aef87bbe2)

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

> 16 March 2021
- fix(deps): bump @opengovsg/spcp-auth-client from 1.4.2 to 1.4.3 [`#1370`](https://github.com/opengovsg/FormSG/pull/1370)
- chore(deps-dev): bump @types/nodemailer from 6.4.0 to 6.4.1 [`#1373`](https://github.com/opengovsg/FormSG/pull/1373)
- chore(deps-dev): bump mockdate from 3.0.2 to 3.0.3 [`#1374`](https://github.com/opengovsg/FormSG/pull/1374)
Expand Down Expand Up @@ -34,8 +75,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- build: remove unused await-to-js [`#1345`](https://github.com/opengovsg/FormSG/pull/1345)
- feat: remove status key in ApplicationError class [`#1338`](https://github.com/opengovsg/FormSG/pull/1338)
- 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.4...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 @@ -108,17 +150,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: Add submission limits for storage mode form submissions [`#1097`](https://github.com/opengovsg/FormSG/pull/1097)
- chore: merge v5.0.4 into develop [`#1250`](https://github.com/opengovsg/FormSG/pull/1250)
- chore: merge Release v5.0.3 back to develop branch [`#1248`](https://github.com/opengovsg/FormSG/pull/1248)
- chore: bump version to 5.1.0 [`8bb5ad1`](https://github.com/opengovsg/FormSG/commit/8bb5ad107e224d6957d873b34e8646c1d3f7f477)

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

> 25 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 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 @@ -170,43 +211,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Release 4.30.2 - fix AWS endpoint and /emailnotifications log group [`#78`](https://github.com/opengovsg/FormSG/pull/78)
- build: Release 4.30.1 - Fix field creation on old clients [`#74`](https://github.com/opengovsg/FormSG/pull/74)
- Release 4.30.0 - acknowledgement for secret key backup, TypeScript migrations [`#67`](https://github.com/opengovsg/FormSG/pull/67)
- chore: bump version to 5.1.0 [`8bb5ad1`](https://github.com/opengovsg/FormSG/commit/8bb5ad107e224d6957d873b34e8646c1d3f7f477)
- 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)
- fix: check truthiness for all address fields [`bad7228`](https://github.com/opengovsg/FormSG/commit/bad7228c631d274e7ff91063d2c3b6d3b88bb497)

#### [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 @@ -263,7 +283,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

0 comments on commit 7e92d74

Please sign in to comment.