Skip to content

Commit 06d02ec

Browse files
authored
Merge pull request #8924 from opengovsg/release-al2
build: merge v6.274.0 back to develop
2 parents 4a71b12 + 8329ce9 commit 06d02ec

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v6.274.0](https://github.com/opengovsg/FormSG/compare/v6.273.0...v6.274.0)
8+
9+
- fix: hidden signature field blocks submission [`#8919`](https://github.com/opengovsg/FormSG/pull/8919)
10+
- fix(deps): bump node-forge from 1.3.1 to 1.3.2 [`#8922`](https://github.com/opengovsg/FormSG/pull/8922)
11+
- feat(robots): add noindex on page router to avoid reliance on thirdparty [`#8921`](https://github.com/opengovsg/FormSG/pull/8921)
12+
- build: merge v6.273.0 back to develop [`#8920`](https://github.com/opengovsg/FormSG/pull/8920)
13+
- build: release v6.273.0 [`#8917`](https://github.com/opengovsg/FormSG/pull/8917)
14+
715
#### [v6.273.0](https://github.com/opengovsg/FormSG/compare/v6.272.0...v6.273.0)
816

17+
> 25 November 2025
18+
919
- fix: myinfo children missing prefix [`#8916`](https://github.com/opengovsg/FormSG/pull/8916)
1020
- chore: modify respondent copy helper text v1 [`#8915`](https://github.com/opengovsg/FormSG/pull/8915)
1121
- fix(deps): bump libphonenumber-js from 1.12.26 to 1.12.29 in /shared [`#8913`](https://github.com/opengovsg/FormSG/pull/8913)
@@ -14,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1424
- build(deps): bump glob in /react-email-preview [`#8906`](https://github.com/opengovsg/FormSG/pull/8906)
1525
- build: merge release-al2 v6.272.0 back to develop [`#8911`](https://github.com/opengovsg/FormSG/pull/8911)
1626
- build: release v6.272.0 [`#8909`](https://github.com/opengovsg/FormSG/pull/8909)
27+
- chore: bump version to v6.273.0 [`3e70091`](https://github.com/opengovsg/FormSG/commit/3e70091e51a9a9d079e4f1c37c3f3dce2527e355)
1728

1829
#### [v6.272.0](https://github.com/opengovsg/FormSG/compare/v6.271.0...v6.272.0)
1930

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-frontend",
3-
"version": "6.273.0",
3+
"version": "6.274.0",
44
"homepage": ".",
55
"type": "module",
66
"private": true,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "FormSG",
33
"description": "Form Manager for Government",
4-
"version": "6.273.0",
4+
"version": "6.274.0",
55
"homepage": "https://form.gov.sg",
66
"authors": [
77
"FormSG <[email protected]>"

0 commit comments

Comments
 (0)