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: merge Release 4.43.0 to develop #537

Merged
merged 1 commit into from
Oct 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ 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.43.0](https://github.com/opengovsg/FormSG/compare/v4.42.0...v4.43.0)

- feat: stealth textfield prefill feature from query parameters [`#524`](https://github.com/opengovsg/FormSG/pull/524)
- build: merge Release 4.42.0 into develop [`#523`](https://github.com/opengovsg/FormSG/pull/523)
- build: Release 4.42.0 hotfix [`#519`](https://github.com/opengovsg/FormSG/pull/519)
- fix: disable restrict email domains toggle if no otp verification [`6b3348e`](https://github.com/opengovsg/FormSG/commit/6b3348ea8112fb56559093bc0b2f7d1f82e5fcc8)

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

> 27 October 2020

- 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)
Expand All @@ -21,9 +30,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- chore: bump version to v4.42.0 [`c7edb6e`](https://github.com/opengovsg/FormSG/commit/c7edb6e8ad678d845eb1bce6020a0046b2cb6dc7)
- 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)

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.42.0",
"version": "4.43.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down