Skip to content

Commit

Permalink
Merge pull request #523 from opengovsg/release-4.42.0
Browse files Browse the repository at this point in the history
build: merge Release 4.42.0 into develop
  • Loading branch information
tshuli authored Oct 28, 2020
2 parents 455b380 + 65a5567 commit 85f2259
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@ 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.42.0](https://github.com/opengovsg/FormSG/compare/v4.41.0...v4.42.0)

- fix(deps): bump twilio from 3.49.3 to 3.50.0 [`#479`](https://github.com/opengovsg/FormSG/pull/479)
- chore(deps-dev): bump ts-node-dev from 1.0.0-pre.49 to 1.0.0 [`#510`](https://github.com/opengovsg/FormSG/pull/510)
- chore(deps-dev): bump jasmine from 3.6.1 to 3.6.2 [`#508`](https://github.com/opengovsg/FormSG/pull/508)
- chore: fix node version used to 12.18.4 to be consistent [`#516`](https://github.com/opengovsg/FormSG/pull/516)
- feat: log create form failure on GA [`#505`](https://github.com/opengovsg/FormSG/pull/505)
- fix(deps): unpin and bump mongoose from 5.10.0 to 5.10.10 [`#513`](https://github.com/opengovsg/FormSG/pull/513)
- feat: require non-empty domains if restrict domain is toggled on [`#507`](https://github.com/opengovsg/FormSG/pull/507)
- build: pin mongoose version to 5.10.0 [`#504`](https://github.com/opengovsg/FormSG/pull/504)
- fix(deps): bump mongoose from 5.10.0 to 5.10.9 [`#449`](https://github.com/opengovsg/FormSG/pull/449)
- chore(deps-dev): bump @typescript-eslint/parser from 4.0.1 to 4.5.0 [`#501`](https://github.com/opengovsg/FormSG/pull/501)
- fix(deps): bump selectize from 0.12.4 to 0.12.6 [`#500`](https://github.com/opengovsg/FormSG/pull/500)
- build: merge Release 4.41.0 into develop [`#497`](https://github.com/opengovsg/FormSG/pull/497)
- fix(deps): bump angular-sanitize from 1.8.0 to 1.8.1 [`#494`](https://github.com/opengovsg/FormSG/pull/494)
- docs(readme): acknowledge TellForm, others [`#495`](https://github.com/opengovsg/FormSG/pull/495)
- chore(deps-dev): bump ts-jest from 26.3.0 to 26.4.1 [`#496`](https://github.com/opengovsg/FormSG/pull/496)
- build: revert "fix(deps): bump mongoose from 5.10.0 to 5.10.9" [`a6ac8ef`](https://github.com/opengovsg/FormSG/commit/a6ac8ef67dbdaefbab0a1fecc1173fc4f6a70399)
- fix: use mobile view for submission search / filter elements up till xl [`058ab66`](https://github.com/opengovsg/FormSG/commit/058ab6624431e88da6253b481246e44fbb920be4)
- fix: missing period for decryption modal [`36c24e7`](https://github.com/opengovsg/FormSG/commit/36c24e7b46ca3f7b0f4743296e8ef65778490181)

#### [v4.41.0](https://github.com/opengovsg/FormSG/compare/v4.40.0...v4.41.0)

> 20 October 2020
- feat: allow form transfer for email mode forms [`#488`](https://github.com/opengovsg/FormSG/pull/488)
- chore(deps-dev): bump husky from 4.2.5 to 4.3.0 [`#480`](https://github.com/opengovsg/FormSG/pull/480)
- refactor: use celebrate error handler [`#458`](https://github.com/opengovsg/FormSG/pull/458)
Expand All @@ -27,6 +50,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(deps): bump validator from 13.1.1 to 13.1.17 [`#463`](https://github.com/opengovsg/FormSG/pull/463)
- fix(deps): bump angular-resource from 1.8.0 to 1.8.1 [`#464`](https://github.com/opengovsg/FormSG/pull/464)
- chore: merge release v4.40.0 back into develop [`#462`](https://github.com/opengovsg/FormSG/pull/462)
- chore: bump version to 4.41.0 [`21a01d7`](https://github.com/opengovsg/FormSG/commit/21a01d71d90aed613f05df7a598b5673baec08f5)

#### [v4.40.0](https://github.com/opengovsg/FormSG/compare/v4.39.0...v4.40.0)

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": "4.41.0",
"version": "4.42.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ <h2 class="modal-title">
<input
type="checkbox"
ng-model="vm.field.hasAllowedEmailDomains"
ng-disabled="!vm.field.isVerifiable"
/>
<div class="toggle-selector-switch">
<i
Expand Down

0 comments on commit 85f2259

Please sign in to comment.