Skip to content

Commit

Permalink
chore: bump version to v6.155.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Oct 29, 2024
1 parent 4434cef commit a88b028
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ 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.155.0](https://github.com/opengovsg/FormSG/compare/v6.154.0...v6.155.0)

- 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)

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

> 28 October 2024

- feat(myinfo): update callback referral link [`#7560`](https://github.com/opengovsg/FormSG/pull/7560)
- chore(deps-dev): bump @types/promise-retry from 1.1.3 to 1.1.6 [`#7796`](https://github.com/opengovsg/FormSG/pull/7796)
- chore(deps-dev): bump @types/lodash from 4.17.10 to 4.17.12 in /shared [`#7798`](https://github.com/opengovsg/FormSG/pull/7798)
Expand All @@ -14,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0 in /shared [`#7802`](https://github.com/opengovsg/FormSG/pull/7802)
- chore: fix typo on runner tag [`#7799`](https://github.com/opengovsg/FormSG/pull/7799)
- build: release v6.153.0 [`#7795`](https://github.com/opengovsg/FormSG/pull/7795)
- chore: bump version to v6.154.0 [`61d5116`](https://github.com/opengovsg/FormSG/commit/61d5116b043e9f1e4801ad89227784a206573d6b)

#### [v6.153.0](https://github.com/opengovsg/FormSG/compare/v6.152.0...v6.153.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.154.0",
"version": "6.155.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.154.0",
"version": "6.155.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit a88b028

Please sign in to comment.