Skip to content

Commit

Permalink
Merge pull request #414 from opengovsg/release-v4.38.0
Browse files Browse the repository at this point in the history
build: release v4.38.0
  • Loading branch information
arshadali172 authored Oct 6, 2020
2 parents 47161b3 + e940ef9 commit 7359562
Show file tree
Hide file tree
Showing 55 changed files with 932 additions and 565 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
},
"project": "./tsconfig.json"
},
"plugins": ["@typescript-eslint", "import", "simple-import-sort"],
"extends": ["plugin:@typescript-eslint/recommended"],
Expand Down Expand Up @@ -50,7 +51,8 @@
"import/order": "off",
"import/first": "error",
"import/newline-after-import": "error",
"import/no-duplicates": "error"
"import/no-duplicates": "error",
"@typescript-eslint/no-floating-promises": 2,
}
},
{ "files": ["*.spec.ts"], "extends": ["plugin:jest/recommended"] }
Expand Down
40 changes: 38 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,36 @@ 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).

#### [v4.38.0](https://github.com/opengovsg/formsg/compare/v4.37.1...v4.38.0)

> 5 October 2020
- feat: add trace to logs [`#405`](https://github.com/opengovsg/formsg/pull/405)
- chore: add lint rule to prevent floating promises [`#404`](https://github.com/opengovsg/formsg/pull/404)
- refactor: migrate SmsFactory to Typescript [`#387`](https://github.com/opengovsg/formsg/pull/387)
- fix: transfer form toastr [`#379`](https://github.com/opengovsg/formsg/pull/379)
- fix(deps): bump @sentry/browser from 5.22.3 to 5.24.2 [`#407`](https://github.com/opengovsg/formsg/pull/407)
- fix: only show exclamation in navbar if sms feature is enabled [`#383`](https://github.com/opengovsg/formsg/pull/383)
- fix(deps): bump nodemailer from 6.4.11 to 6.4.12 [`#399`](https://github.com/opengovsg/formsg/pull/399)
- fix(deps): bump multiparty from 4.2.1 to 4.2.2 [`#406`](https://github.com/opengovsg/formsg/pull/406)
- chore(deps-dev): bump eslint from 7.9.0 to 7.10.0 [`#401`](https://github.com/opengovsg/formsg/pull/401)
- refactor: use validator's isEmail for validating email domains [`#386`](https://github.com/opengovsg/formsg/pull/386)
- style: fix squished styling when user emails are too long [`#382`](https://github.com/opengovsg/formsg/pull/382)
- fix(deps): bump aws-sdk from 2.734.0 to 2.763.0 [`#393`](https://github.com/opengovsg/formsg/pull/393)
- chore(deps-dev): bump @types/express from 4.17.6 to 4.17.8 [`#392`](https://github.com/opengovsg/formsg/pull/392)
- fix(deps): bump helmet from 4.1.0 to 4.1.1 [`#390`](https://github.com/opengovsg/formsg/pull/390)
- chore: merge Release v4.37.1 back into develop [`#391`](https://github.com/opengovsg/formsg/pull/391)
- fix: invalid key reference in retrieving form submissions [`#385`](https://github.com/opengovsg/formsg/pull/385)
- chore: merge release v4.37.0 back into develop [`#384`](https://github.com/opengovsg/formsg/pull/384)
- chore(deps-dev): bump @types/uuid from 8.0.0 to 8.3.0 [`#375`](https://github.com/opengovsg/formsg/pull/375)
- fix(deps): bump twilio from 3.46.0 to 3.49.3 [`#367`](https://github.com/opengovsg/formsg/pull/367)
- chore(deps-dev): bump @types/node from 14.0.13 to 14.11.2 [`#374`](https://github.com/opengovsg/formsg/pull/374)

#### [v4.37.1](https://github.com/opengovsg/formsg/compare/v4.37.0...v4.37.1)

> 30 September 2020
- chore: bump version to v4.37.1 [`ac6389d`](https://github.com/opengovsg/formsg/commit/ac6389dfcc790a6dbccb0f22d505f8daa1100cbe)
- fix: correct form header padding when no banner is available [`421a117`](https://github.com/opengovsg/formsg/commit/421a117b096d7053bb93e39091a528a9707bb105)

#### [v4.37.0](https://github.com/opengovsg/formsg/compare/v4.36.0...v4.37.0)
Expand All @@ -26,7 +54,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: bump version to v4.37.0 [`8b7b88e`](https://github.com/opengovsg/formsg/commit/8b7b88ee3fd1eb11caffbdfee24d8ac8747417ed)
- build: Merge pull request #361 from opengovsg/release-4.36.0 [`6147599`](https://github.com/opengovsg/formsg/commit/614759992cedcc1295cd9f7e898bce2f42297e33)

#### [v4.36.0](https://github.com/opengovsg/formsg/compare/v4.34.0...v4.36.0)
#### [v4.36.0](https://github.com/opengovsg/formsg/compare/v4.35.1...v4.36.0)

> 22 September 2020
Expand Down Expand Up @@ -60,6 +88,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(dev): fix hot reloading and Localstack port [`#324`](https://github.com/opengovsg/formsg/pull/324)
- fix(deps): fix npm audit issues [`#322`](https://github.com/opengovsg/formsg/pull/322)
- build: [develop] Release 4.35.0 [`#323`](https://github.com/opengovsg/formsg/pull/323)
- chore: bump version to 4.36.0 [`f5c0e1d`](https://github.com/opengovsg/formsg/commit/f5c0e1d788bdb562bf8da15c471a9b2167fd80cb)
- Fix more tests [`0c6c8ac`](https://github.com/opengovsg/formsg/commit/0c6c8acfa95a591449e90dea229b50bc5b73a7c4)
- Fix tests [`6d0ffde`](https://github.com/opengovsg/formsg/commit/6d0ffde17207589d34c760f1b0aa9825d0323d0b)

#### [v4.35.1](https://github.com/opengovsg/formsg/compare/v4.34.0...v4.35.1)

> 17 September 2020
- feat: update copy for email fields, intranet, privacy [`#321`](https://github.com/opengovsg/formsg/pull/321)
- refactor: turn on strict mode in Typescript configuration [`#262`](https://github.com/opengovsg/formsg/pull/262)
- fix: allow inline styles from angular-sanitize [`#316`](https://github.com/opengovsg/formsg/pull/316)
Expand All @@ -73,9 +109,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(deps): bump ejs from 2.7.4 to 3.1.5 [`#282`](https://github.com/opengovsg/formsg/pull/282)
- chore: document env vars needed for EFS [`#303`](https://github.com/opengovsg/formsg/pull/303)
- Greater clarity for available features, project roadmap and deployment instructions; disable E2E tests [`#301`](https://github.com/opengovsg/formsg/pull/301)
- chore: bump version to 4.36.0 [`f5c0e1d`](https://github.com/opengovsg/formsg/commit/f5c0e1d788bdb562bf8da15c471a9b2167fd80cb)
- chore: bump version to v4.35.1 [`2ea5bae`](https://github.com/opengovsg/formsg/commit/2ea5bae974a4dbfd9080408df3b177839d05b3c4)
- build: bump version to v4.35.0 [`fc7f9c9`](https://github.com/opengovsg/formsg/commit/fc7f9c92a5bcf65728bf0436e732f561b016be37)
- build: bump version to 4.34.1 [`d5bfd5a`](https://github.com/opengovsg/formsg/commit/d5bfd5a60a9b006ad2329eb6ec95979b38522358)

#### [v4.34.0](https://github.com/opengovsg/formsg/compare/v4.33.0...v4.34.0)

Expand Down
Loading

0 comments on commit 7359562

Please sign in to comment.