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 v6.173.0 to develop #8034

Merged
merged 2 commits into from
Jan 8, 2025
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +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.173.0](/~https://github.com/opengovsg/FormSG/compare/v6.173.0...v6.173.0)

- fix: update mongodb binary version to 6 [`#8032`](/~https://github.com/opengovsg/FormSG/pull/8032)

#### [v6.173.0](/~https://github.com/opengovsg/FormSG/compare/v6.172.0...v6.173.0)

> 7 January 2025

- feat: multi lang feature [`#8022`](/~https://github.com/opengovsg/FormSG/pull/8022)
- fix(deps): bump fp-ts from 2.16.8 to 2.16.9 [`#8017`](/~https://github.com/opengovsg/FormSG/pull/8017)
- build: merge release v6.172.0 to develop [`#8016`](/~https://github.com/opengovsg/FormSG/pull/8016)
- build: release v6.172.0 [`#8015`](/~https://github.com/opengovsg/FormSG/pull/8015)
- chore: bump version to v6.173.0 [`1cb7772`](/~https://github.com/opengovsg/FormSG/commit/1cb7772374249830091d1fb3278a035957d23bcb)

#### [v6.172.0](/~https://github.com/opengovsg/FormSG/compare/v6.171.0...v6.172.0)

> 23 December 2024

- fix(deps): bump next and react-email [`#8012`](/~https://github.com/opengovsg/FormSG/pull/8012)
- fix(deps): bump type-fest from 4.26.1 to 4.30.2 in /shared [`#8009`](/~https://github.com/opengovsg/FormSG/pull/8009)
- build(deps): bump next and react-email in /react-email-preview [`#8011`](/~https://github.com/opengovsg/FormSG/pull/8011)
- fix(workflow): set approval toggle header size to h4 [`#8010`](/~https://github.com/opengovsg/FormSG/pull/8010)
- build: merge release v6.171.0 to develop [`#8006`](/~https://github.com/opengovsg/FormSG/pull/8006)
- build: release v6.171.0 [`#8003`](/~https://github.com/opengovsg/FormSG/pull/8003)
- chore: bump version to v6.172.0 [`84600fa`](/~https://github.com/opengovsg/FormSG/commit/84600faa9303791a3b438928adb5c357e32c5236)

#### [v6.171.0](/~https://github.com/opengovsg/FormSG/compare/v6.170.0...v6.171.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.172.0",
"version": "6.173.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.172.0",
"version": "6.173.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <formsg@data.gov.sg>"
Expand Down
Loading