Skip to content

Commit 415f603

Browse files
authored
build: release al2 6.270.0 back to develop (#8904)
chore: bump version to v6.270.0
2 parents 40383cc + f0242fb commit 415f603

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,27 @@ 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.270.0](https://github.com/opengovsg/FormSG/compare/v6.269.0...v6.270.0)
8+
9+
- feat: remove un-neeeded dd tracing and browser installation in the setup [`#8901`](https://github.com/opengovsg/FormSG/pull/8901)
10+
- feat: remove signature beta label [`#8898`](https://github.com/opengovsg/FormSG/pull/8898)
11+
- feat: enable save draft instrumentation basic again [`#8899`](https://github.com/opengovsg/FormSG/pull/8899)
12+
- fix(copy): fixed copy for toast message on form open [`#8900`](https://github.com/opengovsg/FormSG/pull/8900)
13+
- build: merge v6.269.0 back to develop [`#8897`](https://github.com/opengovsg/FormSG/pull/8897)
14+
- build: release v6.269.0 [`#8896`](https://github.com/opengovsg/FormSG/pull/8896)
15+
716
#### [v6.269.0](https://github.com/opengovsg/FormSG/compare/v6.268.1...v6.269.0)
817

18+
> 13 November 2025
19+
920
- build: merge v6.268.1 back to develop [`#8895`](https://github.com/opengovsg/FormSG/pull/8895)
1021
- build: release v6.268.1 [`#8891`](https://github.com/opengovsg/FormSG/pull/8891)
1122
- fix(copy): update Webhooks text to have more clarity entire payload is sent [`#8880`](https://github.com/opengovsg/FormSG/pull/8880)
1223
- feat: enable save draft instrumentation basic [`#8893`](https://github.com/opengovsg/FormSG/pull/8893)
1324
- docs(readme): remove button for beanstalk [`#8878`](https://github.com/opengovsg/FormSG/pull/8878)
1425
- build: merge v6.628.0 back to develop [`#8876`](https://github.com/opengovsg/FormSG/pull/8876)
1526
- fix(deps): bump libphonenumber-js from 1.12.25 to 1.12.26 in /shared [`#8871`](https://github.com/opengovsg/FormSG/pull/8871)
27+
- chore: bump version to v6.269.0 [`1b1ca1b`](https://github.com/opengovsg/FormSG/commit/1b1ca1b4ef3d4aa2df857bbc01564ac796c5b8e2)
1628

1729
#### [v6.268.1](https://github.com/opengovsg/FormSG/compare/v6.268.0...v6.268.1)
1830

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.269.0",
3+
"version": "6.270.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.269.0",
4+
"version": "6.270.0",
55
"homepage": "https://form.gov.sg",
66
"authors": [
77
"FormSG <[email protected]>"

0 commit comments

Comments
 (0)