Skip to content

Commit

Permalink
chore: bump version to v6.153.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Oct 20, 2024
1 parent abc4e12 commit 07186a9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 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).

#### [v6.153.0](https://github.com/opengovsg/FormSG/compare/v6.152.0...v6.153.0)

- chore(deps-dev): bump @types/jsonwebtoken from 9.0.6 to 9.0.7 [`#7790`](https://github.com/opengovsg/FormSG/pull/7790)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.10.0 in /shared [`#7792`](https://github.com/opengovsg/FormSG/pull/7792)
- fix(deps): bump libphonenumber-js from 1.11.11 to 1.11.12 in /shared [`#7791`](https://github.com/opengovsg/FormSG/pull/7791)
- chore(deps-dev): bump @typescript-eslint/parser from 8.8.1 to 8.10.0 in /shared [`#7793`](https://github.com/opengovsg/FormSG/pull/7793)
- test(emailpreview): chromatic support [`#7786`](https://github.com/opengovsg/FormSG/pull/7786)
- fix: update the form field type for v3 test cases [`#7787`](https://github.com/opengovsg/FormSG/pull/7787)
- feat: email response summary [`#7781`](https://github.com/opengovsg/FormSG/pull/7781)
- chore(deps-dev): bump @types/uid-generator from 2.0.3 to 2.0.6 [`#7784`](https://github.com/opengovsg/FormSG/pull/7784)
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 [`#7785`](https://github.com/opengovsg/FormSG/pull/7785)
- fix: set form fields to use formfielddto type [`#7783`](https://github.com/opengovsg/FormSG/pull/7783)
- chore(deps-dev): bump ts-jest from 29.1.2 to 29.2.5 [`#7782`](https://github.com/opengovsg/FormSG/pull/7782)
- chore: upgrade ts-eslint to v8 [`#7759`](https://github.com/opengovsg/FormSG/pull/7759)
- build: merge release v6.152.0 to develop [`#7779`](https://github.com/opengovsg/FormSG/pull/7779)
- chore: manually upgrade webpack [`#7780`](https://github.com/opengovsg/FormSG/pull/7780)
- feat: no notify for steps after reject step [`#7771`](https://github.com/opengovsg/FormSG/pull/7771)
- feat: mrf be field validation [`#7718`](https://github.com/opengovsg/FormSG/pull/7718)
- chore(deps-dev): bump @types/promise-timeout from 1.3.0 to 1.3.3 [`#7775`](https://github.com/opengovsg/FormSG/pull/7775)
- build: release v6.152.0 [`#7773`](https://github.com/opengovsg/FormSG/pull/7773)

#### [v6.152.0](https://github.com/opengovsg/FormSG/compare/v6.151.2...v6.152.0)

> 14 October 2024

- build: release v6.152.0 to develop [`#7774`](https://github.com/opengovsg/FormSG/pull/7774)
- build: merge release v6.151.2 to develop [`#7770`](https://github.com/opengovsg/FormSG/pull/7770)
- chore: add paperless form banner [`#7767`](https://github.com/opengovsg/FormSG/pull/7767)
Expand All @@ -19,6 +42,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- build: release v6.151.2 [`#7764`](https://github.com/opengovsg/FormSG/pull/7764)
- fix(react): remove strict mode, temporarily [`#7755`](https://github.com/opengovsg/FormSG/pull/7755)
- chore(deps): bump rollup from 4.21.3 to 4.24.0 in /frontend [`#7749`](https://github.com/opengovsg/FormSG/pull/7749)
- chore: bump version to v6.152.0 [`7c945cc`](https://github.com/opengovsg/FormSG/commit/7c945cce3b37041f6428c95266408b91767eeb77)

#### [v6.151.2](https://github.com/opengovsg/FormSG/compare/v6.151.1...v6.151.2)

Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-frontend",
"version": "6.152.0",
"version": "6.153.0",
"homepage": ".",
"type": "module",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.152.0",
"version": "6.153.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit 07186a9

Please sign in to comment.