Skip to content

Commit

Permalink
chore: bump version to 5.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshuli committed Aug 19, 2021
1 parent ee6b218 commit 71de2be
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 27 deletions.
84 changes: 59 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,42 @@ 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.24.0](https://github.com/opengovsg/FormSG/compare/v5.23.0...v5.24.0)

- fix: prevents otp request when limit exceeded [`#2630`](https://github.com/opengovsg/FormSG/pull/2630)
- chore(deps-dev): bump supertest from 6.1.5 to 6.1.6 [`#2635`](https://github.com/opengovsg/FormSG/pull/2635)
- fix(deps): bump aws-sdk from 2.969.0 to 2.970.0 [`#2634`](https://github.com/opengovsg/FormSG/pull/2634)
- chore(deps-dev): bump @types/ejs from 3.0.7 to 3.1.0 [`#2633`](https://github.com/opengovsg/FormSG/pull/2633)
- fix(MailService): correct type, pass in original form admin as param [`#2629`](https://github.com/opengovsg/FormSG/pull/2629)
- chore(deps-dev): bump core-js from 3.16.1 to 3.16.2 [`#2625`](https://github.com/opengovsg/FormSG/pull/2625)
- fix(deps): bump aws-sdk from 2.968.0 to 2.969.0 [`#2624`](https://github.com/opengovsg/FormSG/pull/2624)
- fix: disable eserviceid check modal for sgid forms [`#2593`](https://github.com/opengovsg/FormSG/pull/2593)
- chore(deps-dev): bump ts-essentials from 7.0.3 to 8.0.0 [`#2598`](https://github.com/opengovsg/FormSG/pull/2598)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#2597`](https://github.com/opengovsg/FormSG/pull/2597)
- chore(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.2 [`#2595`](https://github.com/opengovsg/FormSG/pull/2595)
- fix(configure-mobile.client): updated counts to not be shown when form onboarded [`#2585`](https://github.com/opengovsg/FormSG/pull/2585)
- fix(verification): prevents otp request when limit exceeded [`#2586`](https://github.com/opengovsg/FormSG/pull/2586)
- feat(sms-limiting): changes for mail/modal [`#2565`](https://github.com/opengovsg/FormSG/pull/2565)
- fix: upgrade date-fns from 2.22.1 to 2.23.0 [`#2587`](https://github.com/opengovsg/FormSG/pull/2587)
- chore: freeze test-cafe package version to 1.15.1 [`#2592`](https://github.com/opengovsg/FormSG/pull/2592)
- chore(deps-dev): bump axios-mock-adapter from 1.19.0 to 1.20.0 [`#2591`](https://github.com/opengovsg/FormSG/pull/2591)
- fix(deps): bump aws-sdk from 2.966.0 to 2.968.0 [`#2590`](https://github.com/opengovsg/FormSG/pull/2590)
- chore(deps-dev): bump @types/jest from 27.0.0 to 27.0.1 [`#2589`](https://github.com/opengovsg/FormSG/pull/2589)
- fix(deps): bump zod from 3.7.1 to 3.7.2 [`#2588`](https://github.com/opengovsg/FormSG/pull/2588)
- fix(deps): bump twilio from 3.66.1 to 3.67.0 [`#2582`](https://github.com/opengovsg/FormSG/pull/2582)
- chore(deps-dev): bump jest-localstorage-mock from 2.4.14 to 2.4.16 [`#2581`](https://github.com/opengovsg/FormSG/pull/2581)
- fix(deps): bump aws-sdk from 2.965.0 to 2.966.0 [`#2580`](https://github.com/opengovsg/FormSG/pull/2580)
- chore(deps-dev): bump @types/jest from 26.0.24 to 27.0.0 [`#2573`](https://github.com/opengovsg/FormSG/pull/2573)
- chore(deps-dev): bump testcafe from 1.15.1 to 1.15.2 [`#2572`](https://github.com/opengovsg/FormSG/pull/2572)
- chore(deps-dev): bump supertest from 6.1.4 to 6.1.5 [`#2571`](https://github.com/opengovsg/FormSG/pull/2571)
- fix(deps): bump aws-sdk from 2.964.0 to 2.965.0 [`#2570`](https://github.com/opengovsg/FormSG/pull/2570)
- fix(deps): bump @babel/runtime from 7.14.8 to 7.15.3 [`#2569`](https://github.com/opengovsg/FormSG/pull/2569)
- chore: merge release v5.23.0 back to develop [`#2567`](https://github.com/opengovsg/FormSG/pull/2567)

#### [v5.23.0](https://github.com/opengovsg/FormSG/compare/v5.22.0...v5.23.0)

> 11 August 2021
- feat: sms limiting [`#2504`](https://github.com/opengovsg/FormSG/pull/2504)
- fix: update response limit error message for storage mode submissions [`#2448`](https://github.com/opengovsg/FormSG/pull/2448)
- fix(deps): bump aws-sdk from 2.963.0 to 2.964.0 [`#2563`](https://github.com/opengovsg/FormSG/pull/2563)
Expand Down Expand Up @@ -40,6 +74,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump @typescript-eslint/parser from 4.28.5 to 4.29.0 [`#2524`](https://github.com/opengovsg/FormSG/pull/2524)
- fix(deps): bump aws-sdk from 2.958.0 to 2.959.0 [`#2523`](https://github.com/opengovsg/FormSG/pull/2523)
- chore: merge v5.22.0 into develop [`#2513`](https://github.com/opengovsg/FormSG/pull/2513)
- chore: bump version to v5.23.0 [`2173aac`](https://github.com/opengovsg/FormSG/commit/2173aaccf6868cd23127c2a64f7c8d10f57b5398)

#### [v5.22.0](https://github.com/opengovsg/FormSG/compare/v5.21.2...v5.22.0)

Expand Down Expand Up @@ -100,7 +135,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v5.21.0](https://github.com/opengovsg/FormSG/compare/v5.20.0...v5.21.0)

> 29 July 2021
> 27 July 2021
- chore(deps-dev): bump @typescript-eslint/parser from 4.28.4 to 4.28.5 [`#2442`](https://github.com/opengovsg/FormSG/pull/2442)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#2441`](https://github.com/opengovsg/FormSG/pull/2441)
Expand Down Expand Up @@ -408,14 +443,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 11 June 2021
- fix: use correct argument key when counting form submissions [`#2101`](https://github.com/opengovsg/FormSG/pull/2101)
- chore: bump version to v5.13.0 [`4516bbc`](https://github.com/opengovsg/FormSG/commit/4516bbcaf2ef2d99830cb5abb0ee26e2d53b31c2)
- chore: bump version to 5.13.1 [`7c87bf3`](https://github.com/opengovsg/FormSG/commit/7c87bf3af16347b630581427bc9223a84846dea3)
- feat(verification): up expiry time to 30min [`34b28c8`](https://github.com/opengovsg/FormSG/commit/34b28c87c14e8e0b55276e5a21b6f5473c436e24)

#### [v5.13.0](https://github.com/opengovsg/FormSG/compare/v5.12.1...v5.13.0)

> 8 June 2021
- fix: use correct argument key when counting form submissions [`#2101`](https://github.com/opengovsg/FormSG/pull/2101)
- chore(adminsubmissionsservice): renamed form to submissions to reflect context [`#2098`](https://github.com/opengovsg/FormSG/pull/2098)
- feat: enable retries for webhooks [`#2093`](https://github.com/opengovsg/FormSG/pull/2093)
- feat: log form updates [`#2063`](https://github.com/opengovsg/FormSG/pull/2063)
Expand Down Expand Up @@ -447,7 +483,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(deps): update mongoose to 5.12.12, update model types [`#2046`](https://github.com/opengovsg/FormSG/pull/2046)
- chore(deps-dev): bump type-fest from 0.20.2 to 1.2.0 [`#2049`](https://github.com/opengovsg/FormSG/pull/2049)
- test(betas): provide coverage [`23f9a9f`](https://github.com/opengovsg/FormSG/commit/23f9a9fe9675eab1d25c1983a08a7c76e0139d52)
- chore: bump version to v5.13.0 [`4516bbc`](https://github.com/opengovsg/FormSG/commit/4516bbcaf2ef2d99830cb5abb0ee26e2d53b31c2)
- chore: bump version to v5.13.0 [`6fa6c88`](https://github.com/opengovsg/FormSG/commit/6fa6c888fd381ae2fef0a83ff2fc0f1d89a6635a)

#### [v5.12.1](https://github.com/opengovsg/FormSG/compare/v5.12.0...v5.12.1)

Expand Down Expand Up @@ -496,12 +532,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: add types to RequestHandler in submitEncryptModeForm [`#1889`](https://github.com/opengovsg/FormSG/pull/1889)
- chore: merge v5.11.0 into develop [`#1969`](https://github.com/opengovsg/FormSG/pull/1969)
- fix(verification): loosen OTP waiting time by 2 seconds [`#1957`](https://github.com/opengovsg/FormSG/pull/1957)
- chore: bump version to 5.12.0 [`85759bc`](https://github.com/opengovsg/FormSG/commit/85759bc9dc01f73da3cbd0ec73c636e58e983948)

#### [v5.11.0](https://github.com/opengovsg/FormSG/compare/v5.10.1...v5.11.0)

> 25 May 2021
- fix: set form logo default value when creating form document [`#1966`](https://github.com/opengovsg/FormSG/pull/1966)
- chore(deps-dev): bump ts-node from 9.1.1 to 10.0.0 [`#1964`](https://github.com/opengovsg/FormSG/pull/1964)
- feat: extract public form submission flow (and preview) to specific Typescript services [`#1917`](https://github.com/opengovsg/FormSG/pull/1917)
Expand Down Expand Up @@ -534,6 +564,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: upgrade myinfo-gov-client to 4.0.0 [`#1925`](https://github.com/opengovsg/FormSG/pull/1925)
- feat: add response ID to thank you page [`#1855`](https://github.com/opengovsg/FormSG/pull/1855)
- refactor(verification): reset field verification state when field changes [`#1900`](https://github.com/opengovsg/FormSG/pull/1900)
- chore: bump version to 5.11.0 [`54b1958`](https://github.com/opengovsg/FormSG/commit/54b1958d0968e670ef145461d9d7859384d573ef)
- chore: bump version to 5.12.0 [`85759bc`](https://github.com/opengovsg/FormSG/commit/85759bc9dc01f73da3cbd0ec73c636e58e983948)

#### [v5.11.0](https://github.com/opengovsg/FormSG/compare/v5.10.0...v5.11.0)

> 19 May 2021
- chore(deps-dev): bump @babel/core from 7.14.2 to 7.14.3 [`#1920`](https://github.com/opengovsg/FormSG/pull/1920)
- fix(deps): bump aws-sdk from 2.907.0 to 2.908.0 [`#1922`](https://github.com/opengovsg/FormSG/pull/1922)
- chore(deps-dev): bump @types/node from 14.14.45 to 14.17.0 [`#1921`](https://github.com/opengovsg/FormSG/pull/1921)
Expand Down Expand Up @@ -565,12 +602,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(deps): bump aws-sdk from 2.903.0 to 2.904.0 [`#1869`](https://github.com/opengovsg/FormSG/pull/1869)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#1868`](https://github.com/opengovsg/FormSG/pull/1868)
- fix(deps): bump @sentry/integrations from 6.3.5 to 6.3.6 [`#1850`](https://github.com/opengovsg/FormSG/pull/1850)
- chore: bump version to 5.11.0 [`54b1958`](https://github.com/opengovsg/FormSG/commit/54b1958d0968e670ef145461d9d7859384d573ef)

#### [v5.10.1](https://github.com/opengovsg/FormSG/compare/v5.10.0...v5.10.1)

> 17 May 2021
- chore: bump version to 5.11.0 [`971eb29`](https://github.com/opengovsg/FormSG/commit/971eb2948f01461d884c1ba504d421ed5be189a2)
- chore: bump version to v5.10.1 [`0442cd7`](https://github.com/opengovsg/FormSG/commit/0442cd72637019fb1e43bce5f8f5abe14ee79f8c)
- fix: allow for unknown keys in updateEndPage validator [`617d86a`](https://github.com/opengovsg/FormSG/commit/617d86a28910eec6ebd3249a2de636086429d6a6)

Expand Down Expand Up @@ -617,13 +649,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#1790`](https://github.com/opengovsg/FormSG/pull/1790)
- feat(api-refactor): add specific update end page endpoint in server [`#1760`](https://github.com/opengovsg/FormSG/pull/1760)
- feat: move server.ts into src/app [`#1785`](https://github.com/opengovsg/FormSG/pull/1785)
- fix: trigger digest cycle for delete logic [`#1787`](https://github.com/opengovsg/FormSG/pull/1787)
- chore: bump version to 5.9.0 [`6d6e475`](https://github.com/opengovsg/FormSG/commit/6d6e475c417cfb5efacb203888b0f296159d8ac1)
- chore: bump version to v5.10.0 [`0615ce5`](https://github.com/opengovsg/FormSG/commit/0615ce5262fcdb65932ad6c9be9ee66503b0e949)

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

> 4 May 2021
- 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)
Expand All @@ -648,7 +681,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- chore: bump version to 5.9.0 [`6d6e475`](https://github.com/opengovsg/FormSG/commit/6d6e475c417cfb5efacb203888b0f296159d8ac1)
- chore: bump version to 5.9.0 [`902fd6a`](https://github.com/opengovsg/FormSG/commit/902fd6a764e94bd0882ca1f7bebb3e79f916c9f3)

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

Expand Down Expand Up @@ -757,15 +790,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 @@ -830,7 +863,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 @@ -1146,14 +1179,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 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)
- 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)

#### [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 @@ -1210,7 +1244,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 Expand Up @@ -1520,16 +1554,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 [`db03da3`](https://github.com/opengovsg/FormSG/commit/db03da33eca2fc0a6174ca58d7dd8b3cfadadcea)
- feat: update table field styling to not rely on multiple divs [`e857aed`](https://github.com/opengovsg/FormSG/commit/e857aed667145441758f09f311c2b9f16f57645b)
- 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 [`1ac7be6`](https://github.com/opengovsg/FormSG/commit/1ac7be6cb69553d186ec194682ae25bd98318a8b)
- chore: bump version to v4.50.2 [`fad62ec`](https://github.com/opengovsg/FormSG/commit/fad62ec5730412201e208332a91286fd53e2b36a)

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

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.23.0",
"version": "5.24.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <formsg@data.gov.sg>"
Expand Down

0 comments on commit 71de2be

Please sign in to comment.