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 5.23.0 into master #2638

Merged
merged 35 commits into from
Aug 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f011ba9
Merge pull request #2513 from opengovsg/release-v5.22.0
mantariksh Aug 3, 2021
90b05bc
fix(deps): bump aws-sdk from 2.958.0 to 2.959.0 (#2523)
dependabot[bot] Aug 3, 2021
97eb1cc
chore(deps-dev): bump @typescript-eslint/parser from 4.28.5 to 4.29.0…
dependabot[bot] Aug 3, 2021
f428b93
refactor: move src/types/api/auth to shared/types/form/form_auth (#2510)
karrui Aug 4, 2021
9c140b4
feat: move most of src/shared to root shared folder (#2519)
karrui Aug 4, 2021
d6b849c
feat: loosen esrvcId validation to only restrict whitespace (#2521)
karrui Aug 4, 2021
05fb3b5
ref: migrate public-facing submission types to shared folder (#2509)
karrui Aug 4, 2021
d1dc297
fix(deps): bump aws-sdk from 2.959.0 to 2.960.0 (#2528)
dependabot[bot] Aug 4, 2021
8cfe8e5
chore(deps-dev): bump @types/node from 14.17.7 to 14.17.9 (#2529)
dependabot[bot] Aug 4, 2021
8039962
chore: update bcrypt dependencies in package-lock (#2530)
timotheeg Aug 5, 2021
ba6473f
chore(deps-dev): bump @babel/plugin-transform-runtime (#2534)
dependabot[bot] Aug 5, 2021
25de5cf
fix(deps): bump aws-sdk from 2.960.0 to 2.961.0 (#2535)
dependabot[bot] Aug 5, 2021
b653108
chore(deps-dev): bump type-fest from 1.3.0 to 1.4.0 (#2538)
dependabot[bot] Aug 5, 2021
94383b1
chore(deps-dev): bump @babel/core from 7.14.8 to 7.15.0 (#2536)
dependabot[bot] Aug 5, 2021
8f739d2
chore(deps-dev): bump @babel/preset-env from 7.14.9 to 7.15.0 (#2537)
dependabot[bot] Aug 5, 2021
44f3ca6
fix(deps): bump @opengovsg/spcp-auth-client from 1.4.8 to 1.4.9 (#2544)
dependabot[bot] Aug 8, 2021
8238988
chore(deps-dev): bump lint-staged from 11.1.1 to 11.1.2 (#2545)
dependabot[bot] Aug 8, 2021
14544ed
fix(deps): bump aws-sdk from 2.961.0 to 2.963.0 (#2547)
dependabot[bot] Aug 8, 2021
acdba74
chore(deps-dev): bump concurrently from 6.2.0 to 6.2.1 (#2548)
dependabot[bot] Aug 8, 2021
f5c9e0e
fix(deps): bump @sentry/browser from 6.10.0 to 6.11.0 (#2546)
dependabot[bot] Aug 8, 2021
04f29fb
fix(deps): bump jszip from 3.7.0 to 3.7.1 (#2549)
dependabot[bot] Aug 8, 2021
f4990ed
fix(deps): bump @sentry/integrations from 6.10.0 to 6.11.0 (#2550)
dependabot[bot] Aug 8, 2021
39823f3
chore(deps-dev): bump ts-node from 10.1.0 to 10.2.0 (#2552)
dependabot[bot] Aug 9, 2021
1d7e86e
chore(deps-dev): bump eslint-plugin-import from 2.23.4 to 2.24.0 (#2553)
dependabot[bot] Aug 9, 2021
59a60a0
chore(deps-dev): bump core-js from 3.16.0 to 3.16.1 (#2554)
dependabot[bot] Aug 9, 2021
49e5e97
chore(deps-dev): bump @typescript-eslint/parser from 4.29.0 to 4.29.1…
dependabot[bot] Aug 9, 2021
353e5e5
chore(deps-dev): bump type-fest from 1.4.0 to 2.0.0 (#2543)
dependabot[bot] Aug 10, 2021
e012279
fix: upgrade mongoose from 5.13.2 to 5.13.3 (#2542)
snyk-bot Aug 10, 2021
5d81b20
feat: remove frontend code to delete spcp cookie (#2551)
tshuli Aug 10, 2021
883f842
chore: Move file-loader to dev-dependencies (#2556)
timotheeg Aug 10, 2021
79ec0b0
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#2562)
dependabot[bot] Aug 10, 2021
7e1847f
fix(deps): bump aws-sdk from 2.963.0 to 2.964.0 (#2563)
dependabot[bot] Aug 10, 2021
920f7d1
fix: update response limit error message for storage mode submissions…
jia1 Aug 11, 2021
6f3c9b6
feat: sms limiting (#2504)
seaerchin Aug 11, 2021
2173aac
chore: bump version to v5.23.0
karrui Aug 11, 2021
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
53 changes: 48 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,47 @@ 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.23.0](https://github.com/opengovsg/FormSG/compare/v5.22.0...v5.23.0)

- 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)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#2562`](https://github.com/opengovsg/FormSG/pull/2562)
- chore: Move file-loader to dev-dependencies [`#2556`](https://github.com/opengovsg/FormSG/pull/2556)
- feat: remove frontend code to delete spcp cookie [`#2551`](https://github.com/opengovsg/FormSG/pull/2551)
- fix: upgrade mongoose from 5.13.2 to 5.13.3 [`#2542`](https://github.com/opengovsg/FormSG/pull/2542)
- chore(deps-dev): bump type-fest from 1.4.0 to 2.0.0 [`#2543`](https://github.com/opengovsg/FormSG/pull/2543)
- chore(deps-dev): bump @typescript-eslint/parser from 4.29.0 to 4.29.1 [`#2555`](https://github.com/opengovsg/FormSG/pull/2555)
- chore(deps-dev): bump core-js from 3.16.0 to 3.16.1 [`#2554`](https://github.com/opengovsg/FormSG/pull/2554)
- chore(deps-dev): bump eslint-plugin-import from 2.23.4 to 2.24.0 [`#2553`](https://github.com/opengovsg/FormSG/pull/2553)
- chore(deps-dev): bump ts-node from 10.1.0 to 10.2.0 [`#2552`](https://github.com/opengovsg/FormSG/pull/2552)
- fix(deps): bump @sentry/integrations from 6.10.0 to 6.11.0 [`#2550`](https://github.com/opengovsg/FormSG/pull/2550)
- fix(deps): bump jszip from 3.7.0 to 3.7.1 [`#2549`](https://github.com/opengovsg/FormSG/pull/2549)
- fix(deps): bump @sentry/browser from 6.10.0 to 6.11.0 [`#2546`](https://github.com/opengovsg/FormSG/pull/2546)
- chore(deps-dev): bump concurrently from 6.2.0 to 6.2.1 [`#2548`](https://github.com/opengovsg/FormSG/pull/2548)
- fix(deps): bump aws-sdk from 2.961.0 to 2.963.0 [`#2547`](https://github.com/opengovsg/FormSG/pull/2547)
- chore(deps-dev): bump lint-staged from 11.1.1 to 11.1.2 [`#2545`](https://github.com/opengovsg/FormSG/pull/2545)
- fix(deps): bump @opengovsg/spcp-auth-client from 1.4.8 to 1.4.9 [`#2544`](https://github.com/opengovsg/FormSG/pull/2544)
- chore(deps-dev): bump @babel/preset-env from 7.14.9 to 7.15.0 [`#2537`](https://github.com/opengovsg/FormSG/pull/2537)
- chore(deps-dev): bump @babel/core from 7.14.8 to 7.15.0 [`#2536`](https://github.com/opengovsg/FormSG/pull/2536)
- chore(deps-dev): bump type-fest from 1.3.0 to 1.4.0 [`#2538`](https://github.com/opengovsg/FormSG/pull/2538)
- fix(deps): bump aws-sdk from 2.960.0 to 2.961.0 [`#2535`](https://github.com/opengovsg/FormSG/pull/2535)
- chore(deps-dev): bump @babel/plugin-transform-runtime [`#2534`](https://github.com/opengovsg/FormSG/pull/2534)
- chore: update bcrypt dependencies in package-lock [`#2530`](https://github.com/opengovsg/FormSG/pull/2530)
- chore(deps-dev): bump @types/node from 14.17.7 to 14.17.9 [`#2529`](https://github.com/opengovsg/FormSG/pull/2529)
- fix(deps): bump aws-sdk from 2.959.0 to 2.960.0 [`#2528`](https://github.com/opengovsg/FormSG/pull/2528)
- ref: migrate public-facing submission types to shared folder [`#2509`](https://github.com/opengovsg/FormSG/pull/2509)
- feat: loosen esrvcId validation to only restrict whitespace [`#2521`](https://github.com/opengovsg/FormSG/pull/2521)
- feat: move most of src/shared to root shared folder [`#2519`](https://github.com/opengovsg/FormSG/pull/2519)
- refactor: move src/types/api/auth to shared/types/form/form_auth [`#2510`](https://github.com/opengovsg/FormSG/pull/2510)
- 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)

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

> 3 August 2021

- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#2508`](https://github.com/opengovsg/FormSG/pull/2508)
- chore(deps-dev): bump @opengovsg/mockpass from 2.7.6 to 2.7.7 [`#2507`](https://github.com/opengovsg/FormSG/pull/2507)
- fix(deps): bump zod from 3.6.1 to 3.7.1 [`#2506`](https://github.com/opengovsg/FormSG/pull/2506)
Expand Down Expand Up @@ -43,15 +82,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat(shared-types): move core, FormFeedback related types to root shared folder [`#2394`](https://github.com/opengovsg/FormSG/pull/2394)
- ref: remove backend package dependencies from Form (sub-)types and move to shared dir [`#2385`](https://github.com/opengovsg/FormSG/pull/2385)
- chore: add postinstall script to install /shared modules [`#2438`](https://github.com/opengovsg/FormSG/pull/2438)
- feat: remove validation when logging esrvcId to login collection [`90a0fb0`](https://github.com/opengovsg/FormSG/commit/90a0fb04c450607c5e246c153583844bfe6d42dc)
- chore: bump version to v5.21.2 [`7c87b10`](https://github.com/opengovsg/FormSG/commit/7c87b106400c1fbd197fe503cfa716a0b169f8c0)
- chore: bump version to 5.22.0 [`d7616cc`](https://github.com/opengovsg/FormSG/commit/d7616cc9066a4bfb8dfea655ad3e7e3546e9d8d1)

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

> 30 July 2021

- chore: bump version to v5.21.2 [`08cf7d4`](https://github.com/opengovsg/FormSG/commit/08cf7d4a838dde0ca3c418451f72eefd9ef88d19)
- feat: remove validation when logging esrvcId to login collection [`5bea425`](https://github.com/opengovsg/FormSG/commit/5bea4252707eb1bd6e2776175dab591dd0738ec8)
- feat: remove validation when logging esrvcId to login collection [`90a0fb0`](https://github.com/opengovsg/FormSG/commit/90a0fb04c450607c5e246c153583844bfe6d42dc)
- chore: bump version to v5.21.2 [`7c87b10`](https://github.com/opengovsg/FormSG/commit/7c87b106400c1fbd197fe503cfa716a0b169f8c0)

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

Expand Down Expand Up @@ -460,7 +498,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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.0...v5.11.0)
#### [v5.11.0](https://github.com/opengovsg/FormSG/compare/v5.10.1...v5.11.0)

> 25 May 2021

Expand Down Expand Up @@ -528,6 +566,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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 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
Loading