Skip to content

Commit

Permalink
Merge pull request #7460 from opengovsg/release-al2
Browse files Browse the repository at this point in the history
build: merge release v6.131.0 to develop
  • Loading branch information
kevin9foong authored Jul 1, 2024
2 parents b14c12d + 2cfcda8 commit f6a78c6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,27 @@ 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.131.0](https://github.com/opengovsg/FormSG/compare/v6.130.1...v6.131.0)

- fix: update husky commit hook status msg [`#7458`](https://github.com/opengovsg/FormSG/pull/7458)
- build: merge release v6.130.1 to develop [`#7455`](https://github.com/opengovsg/FormSG/pull/7455)
- fix(attachment): convoy separation (#7449) [`#7451`](https://github.com/opengovsg/FormSG/pull/7451)
- chore(deps-dev): bump @types/lodash from 4.17.5 to 4.17.6 in /shared [`#7452`](https://github.com/opengovsg/FormSG/pull/7452)
- build: merge release v6.130.0 to develop [`#7447`](https://github.com/opengovsg/FormSG/pull/7447)
- feat(admin-form): support nric masking [`#7388`](https://github.com/opengovsg/FormSG/pull/7388)
- chore: replace outdated esrv id link [`#7438`](https://github.com/opengovsg/FormSG/pull/7438)
- chore: add minor changes to sample form submission api [`#7442`](https://github.com/opengovsg/FormSG/pull/7442)
- fix: silence aws-sdk deprecation warnings [`#7445`](https://github.com/opengovsg/FormSG/pull/7445)
- fix: move link to constants file, move out helper text as own component [`b549278`](https://github.com/opengovsg/FormSG/commit/b549278906a6960879066760c574340119cc7832)
- fix: remove memo from low cost component [`10b037d`](https://github.com/opengovsg/FormSG/commit/10b037d707f096591ebbd1bdaba90ecc9da7175f)

#### [v6.130.1](https://github.com/opengovsg/FormSG/compare/v6.130.0...v6.130.1)

> 27 June 2024

- fix(attachment): convoy separation [`#7449`](https://github.com/opengovsg/FormSG/pull/7449)
- build: release v6.130.0 [`#7441`](https://github.com/opengovsg/FormSG/pull/7441)
- chore: bump version to v6.130.1 [`f1acaf0`](https://github.com/opengovsg/FormSG/commit/f1acaf068c3bf9a579c76021674c9c59212958bb)

#### [v6.130.0](https://github.com/opengovsg/FormSG/compare/v6.129.0...v6.130.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.130.1",
"version": "6.131.0",
"homepage": ".",
"private": true,
"dependencies": {
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.130.1",
"version": "6.131.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <formsg@data.gov.sg>"
Expand Down

0 comments on commit f6a78c6

Please sign in to comment.