Skip to content

Commit

Permalink
Merge pull request #7105 from opengovsg/release-al2
Browse files Browse the repository at this point in the history
build: merge v6.110.0 back into develop
  • Loading branch information
justynoh authored Feb 21, 2024
2 parents 51ce234 + df70ae1 commit 48376b6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,30 @@ 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.109.0](https://github.com/opengovsg/FormSG/compare/v6.109.0...v6.109.0)

- revert: "chore(dev): add virus scanner npm install to root install command" [`#7082`](https://github.com/opengovsg/FormSG/pull/7082)
#### [v6.110.0](https://github.com/opengovsg/FormSG/compare/v6.109.0...v6.110.0)

- feat(mrf): retain workflow through a submission lifetime [`#7087`](https://github.com/opengovsg/FormSG/pull/7087)
- feat(config): allow R2 bucket URLs [`#7097`](https://github.com/opengovsg/FormSG/pull/7097)
- chore(deps): update ip package [`#7098`](https://github.com/opengovsg/FormSG/pull/7098)
- feat(mrf): frontend field locking [`#7091`](https://github.com/opengovsg/FormSG/pull/7091)
- build(deps-dev): bump ip from 1.1.8 to 1.1.9 in /frontend [`#7102`](https://github.com/opengovsg/FormSG/pull/7102)
- build(deps): bump ip from 2.0.0 to 2.0.1 in /serverless/virus-scanner [`#7101`](https://github.com/opengovsg/FormSG/pull/7101)
- build(deps): bump ip from 2.0.0 to 2.0.1 in /scripts/20230317_whitespace_issue [`#7100`](https://github.com/opengovsg/FormSG/pull/7100)
- fix(deps): bump ip from 1.1.8 to 1.1.9 [`#7099`](https://github.com/opengovsg/FormSG/pull/7099)
- feat: payments thank you page preview and edit mode [`#6969`](https://github.com/opengovsg/FormSG/pull/6969)
- fix(mrf): use undefined as default for response display [`#7095`](https://github.com/opengovsg/FormSG/pull/7095)
- feat(mrf): dynamic routing [`#7078`](https://github.com/opengovsg/FormSG/pull/7078)
- chore(deps-dev): bump semver from 5.7.1 to 5.7.2 [`#7090`](https://github.com/opengovsg/FormSG/pull/7090)
- chore(deps): fix synk vulnerabilities [`#7089`](https://github.com/opengovsg/FormSG/pull/7089)
- build: merge release v6.109.0 into develop [`#7085`](https://github.com/opengovsg/FormSG/pull/7085)
- chore(dev): update README with clearer virus-scanner install instructions [`#7083`](https://github.com/opengovsg/FormSG/pull/7083)
- build: release v6.109.0 [`#7081`](https://github.com/opengovsg/FormSG/pull/7081)

#### [v6.109.0](https://github.com/opengovsg/FormSG/compare/v6.108.0...v6.109.0)

> 14 February 2024

- revert: "chore(dev): add virus scanner npm install to root install command" [`#7082`](https://github.com/opengovsg/FormSG/pull/7082)
- chore: add payments by product backend validation [`#7077`](https://github.com/opengovsg/FormSG/pull/7077)
- chore: upgrade mongodb server core to 9.1.6 [`#7052`](https://github.com/opengovsg/FormSG/pull/7052)
- feat(mrf): workflow builder [`#7072`](https://github.com/opengovsg/FormSG/pull/7072)
Expand All @@ -20,7 +36,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: encryption boundary shift in preview mode [`#7071`](https://github.com/opengovsg/FormSG/pull/7071)
- build: merge release v6.108.0 into develop [`#7068`](https://github.com/opengovsg/FormSG/pull/7068)
- build: release v6.108.0 [`#7067`](https://github.com/opengovsg/FormSG/pull/7067)
- chore: bump version to v6.109.0 [`60b2cff`](https://github.com/opengovsg/FormSG/commit/60b2cff1a23fbbca938c2d9eba9110849c624565)
- chore: bump version to v6.109.0 [`d01ac17`](https://github.com/opengovsg/FormSG/commit/d01ac17b57d34194538e8c4c242c315597c482dc)

#### [v6.108.0](https://github.com/opengovsg/FormSG/compare/v6.107.0...v6.108.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.109.0",
"version": "6.110.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.109.0",
"version": "6.110.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit 48376b6

Please sign in to comment.