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.2.0 #1381

Merged
merged 29 commits into from
Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d17550d
Merge pull request #1341 from opengovsg/release-5.1.0
liangyuanruo Mar 10, 2021
9cb552b
feat: remove status key in ApplicationError class (#1338)
karrui Mar 10, 2021
aa0fea0
build: remove unused await-to-js (#1345)
liangyuanruo Mar 10, 2021
f12b8b3
chore(deps-dev): bump @babel/preset-env from 7.13.9 to 7.13.10 (#1333)
dependabot[bot] Mar 11, 2021
1179b1b
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#1336)
dependabot[bot] Mar 11, 2021
f9b4c8d
fix(deps): bump aws-sdk from 2.859.0 to 2.861.0 (#1347)
dependabot[bot] Mar 11, 2021
49d9530
fix(deps): bump connect-mongo from 4.2.2 to 4.3.1 (#1346)
dependabot[bot] Mar 11, 2021
f33bf68
chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.2.1 (#1351)
dependabot[bot] Mar 11, 2021
eeb9b28
fix(deps): bump libphonenumber-js from 1.9.12 to 1.9.13 (#1352)
dependabot[bot] Mar 11, 2021
d09e819
chore(deps-dev): bump @babel/plugin-transform-runtime (#1331)
dependabot[bot] Mar 11, 2021
e6f58a9
fix(deps): bump @opengovsg/spcp-auth-client from 1.4.0 to 1.4.2 (#1353)
dependabot[bot] Mar 11, 2021
8acae85
chore(deps-dev): bump @babel/core from 7.13.8 to 7.13.10 (#1354)
dependabot[bot] Mar 11, 2021
f5ad53a
fix(deps): bump @sentry/integrations from 6.2.1 to 6.2.2 (#1360)
dependabot[bot] Mar 15, 2021
397cf03
chore(deps-dev): bump @opengovsg/mockpass from 2.6.5 to 2.6.6 (#1359)
dependabot[bot] Mar 15, 2021
1083aa1
test: jest tests for mobile number validation, including signature va…
tshuli Mar 15, 2021
9d07aa9
chore(deps-dev): bump @types/node from 14.14.33 to 14.14.34 (#1364)
dependabot[bot] Mar 15, 2021
80d0bf0
fix(deps): bump @sentry/browser from 6.2.1 to 6.2.2 (#1358)
dependabot[bot] Mar 15, 2021
f60fdba
fix(deps): bump connect-mongo from 4.3.1 to 4.4.0 (#1357)
dependabot[bot] Mar 15, 2021
ad23e07
chore(deps-dev): bump ngrok from 3.4.0 to 3.4.1 (#1363)
dependabot[bot] Mar 15, 2021
99fc54d
fix(deps): bump aws-sdk from 2.861.0 to 2.863.0 (#1367)
dependabot[bot] Mar 15, 2021
d58060a
chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#1368)
dependabot[bot] Mar 15, 2021
ce47219
chore(deps-dev): bump @types/convict from 6.0.0 to 6.0.1 (#1371)
dependabot[bot] Mar 15, 2021
f01d9cb
fix(deps): bump convict-format-with-validator from 6.0.0 to 6.0.1 (#1…
dependabot[bot] Mar 15, 2021
bd812c2
feat: use isPossible for phone number validation (#1317)
tshuli Mar 16, 2021
f64b07c
chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#1375)
dependabot[bot] Mar 16, 2021
c198880
chore(deps-dev): bump mockdate from 3.0.2 to 3.0.3 (#1374)
dependabot[bot] Mar 16, 2021
eec0262
chore(deps-dev): bump @types/nodemailer from 6.4.0 to 6.4.1 (#1373)
dependabot[bot] Mar 16, 2021
ef6bd4c
fix(deps): bump @opengovsg/spcp-auth-client from 1.4.2 to 1.4.3 (#1370)
dependabot[bot] Mar 16, 2021
0eca821
chore: bump version to 5.2.0
mantariksh Mar 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
76 changes: 65 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,40 @@ 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.1.0](https://github.com/opengovsg/FormSG/compare/v4.59.1...v5.1.0)
#### [v5.2.0](https://github.com/opengovsg/FormSG/compare/v5.1.0...v5.2.0)

- 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)
- chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 [`#1375`](https://github.com/opengovsg/FormSG/pull/1375)
- feat: use isPossible for phone number validation [`#1317`](https://github.com/opengovsg/FormSG/pull/1317)
- fix(deps): bump convict-format-with-validator from 6.0.0 to 6.0.1 [`#1369`](https://github.com/opengovsg/FormSG/pull/1369)
- chore(deps-dev): bump @types/convict from 6.0.0 to 6.0.1 [`#1371`](https://github.com/opengovsg/FormSG/pull/1371)
- chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 [`#1368`](https://github.com/opengovsg/FormSG/pull/1368)
- fix(deps): bump aws-sdk from 2.861.0 to 2.863.0 [`#1367`](https://github.com/opengovsg/FormSG/pull/1367)
- chore(deps-dev): bump ngrok from 3.4.0 to 3.4.1 [`#1363`](https://github.com/opengovsg/FormSG/pull/1363)
- fix(deps): bump connect-mongo from 4.3.1 to 4.4.0 [`#1357`](https://github.com/opengovsg/FormSG/pull/1357)
- fix(deps): bump @sentry/browser from 6.2.1 to 6.2.2 [`#1358`](https://github.com/opengovsg/FormSG/pull/1358)
- chore(deps-dev): bump @types/node from 14.14.33 to 14.14.34 [`#1364`](https://github.com/opengovsg/FormSG/pull/1364)
- test: jest tests for mobile number validation, including signature validation [`#1349`](https://github.com/opengovsg/FormSG/pull/1349)
- chore(deps-dev): bump @opengovsg/mockpass from 2.6.5 to 2.6.6 [`#1359`](https://github.com/opengovsg/FormSG/pull/1359)
- fix(deps): bump @sentry/integrations from 6.2.1 to 6.2.2 [`#1360`](https://github.com/opengovsg/FormSG/pull/1360)
- chore(deps-dev): bump @babel/core from 7.13.8 to 7.13.10 [`#1354`](https://github.com/opengovsg/FormSG/pull/1354)
- fix(deps): bump @opengovsg/spcp-auth-client from 1.4.0 to 1.4.2 [`#1353`](https://github.com/opengovsg/FormSG/pull/1353)
- chore(deps-dev): bump @babel/plugin-transform-runtime [`#1331`](https://github.com/opengovsg/FormSG/pull/1331)
- fix(deps): bump libphonenumber-js from 1.9.12 to 1.9.13 [`#1352`](https://github.com/opengovsg/FormSG/pull/1352)
- chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.2.1 [`#1351`](https://github.com/opengovsg/FormSG/pull/1351)
- fix(deps): bump connect-mongo from 4.2.2 to 4.3.1 [`#1346`](https://github.com/opengovsg/FormSG/pull/1346)
- fix(deps): bump aws-sdk from 2.859.0 to 2.861.0 [`#1347`](https://github.com/opengovsg/FormSG/pull/1347)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#1336`](https://github.com/opengovsg/FormSG/pull/1336)
- chore(deps-dev): bump @babel/preset-env from 7.13.9 to 7.13.10 [`#1333`](https://github.com/opengovsg/FormSG/pull/1333)
- 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)

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

> 10 March 2021

- chore(deps-dev): bump @types/node from 14.14.32 to 14.14.33 [`#1326`](https://github.com/opengovsg/FormSG/pull/1326)
- fix(deps): bump @babel/runtime from 7.13.9 to 7.13.10 [`#1327`](https://github.com/opengovsg/FormSG/pull/1327)
Expand Down Expand Up @@ -75,16 +108,17 @@ 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 @@ -140,14 +174,34 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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 [`92f3f75`](https://github.com/opengovsg/FormSG/commit/92f3f75bc760f32bdb495e27eb880d53f1562093)
- 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 [`a712594`](https://github.com/opengovsg/FormSG/commit/a712594146e294a01cea13e429e4ed03109a1f70)
- 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)

Expand Down Expand Up @@ -519,16 +573,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- build: empty commit to trigger PR build [`d0c6583`](https://github.com/opengovsg/FormSG/commit/d0c65838efa6731a0f10e89ff954c132b9f8b854)
- feat: update table field styling to not rely on multiple divs [`db03da3`](https://github.com/opengovsg/FormSG/commit/db03da33eca2fc0a6174ca58d7dd8b3cfadadcea)
- fix: return 401 for missing JWT [`e6c1947`](https://github.com/opengovsg/FormSG/commit/e6c19477b05fc4aed90b2db42916220aea2a263c)
- test: add tests for extractJwt [`16191a9`](https://github.com/opengovsg/FormSG/commit/16191a957be0dc7f63dc4221569fac2794b7d063)

#### [v4.50.2](https://github.com/opengovsg/FormSG/compare/v4.50.1...v4.50.2)

> 16 December 2020

- feat: update table field styling to not rely on multiple divs [`e857aed`](https://github.com/opengovsg/FormSG/commit/e857aed667145441758f09f311c2b9f16f57645b)
- feat: update table field styling to not rely on multiple divs [`db03da3`](https://github.com/opengovsg/FormSG/commit/db03da33eca2fc0a6174ca58d7dd8b3cfadadcea)
- fix: email format validation should allow 126/163.com, align frontend and backend validation [`be35522`](https://github.com/opengovsg/FormSG/commit/be35522e15d20521f58fada7ed3164e6c0c0894d)
- chore: bump version to v4.50.2 [`fad62ec`](https://github.com/opengovsg/FormSG/commit/fad62ec5730412201e208332a91286fd53e2b36a)
- chore: bump version to v4.50.2 [`1ac7be6`](https://github.com/opengovsg/FormSG/commit/1ac7be6cb69553d186ec194682ae25bd98318a8b)

#### [v4.50.1](https://github.com/opengovsg/FormSG/compare/v4.50.0...v4.50.1)

Expand Down