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 to develop #7830

Merged
merged 2 commits into from
Nov 1, 2024
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
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,39 @@ 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.156.0](https://github.com/opengovsg/FormSG/compare/v6.156.0...v6.156.0)

- chore: bold text and link color [`#7829`](https://github.com/opengovsg/FormSG/pull/7829)

#### [v6.156.0](https://github.com/opengovsg/FormSG/compare/v6.155.0...v6.156.0)

> 30 October 2024

- chore: update all eslint packages [`#7827`](https://github.com/opengovsg/FormSG/pull/7827)
- chore: update all eslint packages [`#7823`](https://github.com/opengovsg/FormSG/pull/7823)
- feat: update CreateFormModel mrf copy [`#7822`](https://github.com/opengovsg/FormSG/pull/7822)
- feat: add migration script [`#7821`](https://github.com/opengovsg/FormSG/pull/7821)
- chore: avoid duplicated package name [`#7812`](https://github.com/opengovsg/FormSG/pull/7812)
- chore: update email bounce template [`#7788`](https://github.com/opengovsg/FormSG/pull/7788)
- fix(deps): bump elliptic from 6.5.7 to 6.6.0 [`#7819`](https://github.com/opengovsg/FormSG/pull/7819)
- chore(deps): bump elliptic from 6.5.5 to 6.6.0 in /frontend [`#7820`](https://github.com/opengovsg/FormSG/pull/7820)
- build: merge release v6.155.0 to develop [`#7818`](https://github.com/opengovsg/FormSG/pull/7818)
- chore: small letter [`#7817`](https://github.com/opengovsg/FormSG/pull/7817)
- build: release v6.155.0 [`#7816`](https://github.com/opengovsg/FormSG/pull/7816)
- chore: remove unused packages [`b1d6d60`](https://github.com/opengovsg/FormSG/commit/b1d6d6005b3fa46840bcbc469bb807bd133abf51)
- chore: bump version to v6.156.0 [`c449ca1`](https://github.com/opengovsg/FormSG/commit/c449ca199e2fb7d9a5912eb6e1eb166bd8b61806)

#### [v6.155.0](https://github.com/opengovsg/FormSG/compare/v6.154.0...v6.155.0)

> 29 October 2024

- feat: move step1 email field to settings [`#7794`](https://github.com/opengovsg/FormSG/pull/7794)
- chore: remove legacy routes [`#7810`](https://github.com/opengovsg/FormSG/pull/7810)
- feat(singpass): singpass jwks config [`#7809`](https://github.com/opengovsg/FormSG/pull/7809)
- build: merge release v6.154.0 to develop [`#7808`](https://github.com/opengovsg/FormSG/pull/7808)
- * chore: fix typo on runner tag (#7799) [`#7806`](https://github.com/opengovsg/FormSG/pull/7806)
- fix(config): default S3 endpoint with region [`#7807`](https://github.com/opengovsg/FormSG/pull/7807)
- chore: bump version to v6.155.0 [`a88b028`](https://github.com/opengovsg/FormSG/commit/a88b0283d1717653e1accaf0974b503feece0a8b)

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

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