Skip to content

Commit

Permalink
Merge pull request #6974 from opengovsg/release-al2
Browse files Browse the repository at this point in the history
build: merge v6.96.0 into develop
  • Loading branch information
KenLSM authored Dec 21, 2023
2 parents 142dc10 + 38e4a98 commit 01582a3
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,32 @@ 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.96.0](https://github.com/opengovsg/FormSG/compare/v6.96.0...v6.96.0)

- revert: "feat: Payments thank you page" [`#6973`](https://github.com/opengovsg/FormSG/pull/6973)

#### [v6.96.0](https://github.com/opengovsg/FormSG/compare/v6.95.0...v6.96.0)

> 21 December 2023

- feat: multi-respondent forms [`#6960`](https://github.com/opengovsg/FormSG/pull/6960)
- feat: Payments thank you page [`#6961`](https://github.com/opengovsg/FormSG/pull/6961)
- fix(deps): bump libphonenumber-js from 1.10.51 to 1.10.52 in /shared [`#6963`](https://github.com/opengovsg/FormSG/pull/6963)
- build: merge v6.95.0 into develop [`#6957`](https://github.com/opengovsg/FormSG/pull/6957)
- chore: use responses instead of results [`#6922`](https://github.com/opengovsg/FormSG/pull/6922)
- build: release v6.95.0 [`#6956`](https://github.com/opengovsg/FormSG/pull/6956)
- chore: bump version to v6.96.0 [`1195d9d`](https://github.com/opengovsg/FormSG/commit/1195d9db2f6ca396db832b07eb6c7dfb4290c159)

#### [v6.95.0](https://github.com/opengovsg/FormSG/compare/v6.94.0...v6.95.0)

> 11 December 2023

- fix: show error toast if error is not a network error [`#6950`](https://github.com/opengovsg/FormSG/pull/6950)
- fix: fix attachment file size check differences between FE and BE [`#6955`](https://github.com/opengovsg/FormSG/pull/6955)
- build(deps): [Snyk] Security upgrade @opengovsg/formsg-sdk from 0.10.0 to 0.11.0 [`#6951`](https://github.com/opengovsg/FormSG/pull/6951)
- build: merge release v6.94.0 into develop [`#6954`](https://github.com/opengovsg/FormSG/pull/6954)
- build: release v6.94.0 [`#6953`](https://github.com/opengovsg/FormSG/pull/6953)
- chore: bump version to v6.95.0 [`a805a92`](https://github.com/opengovsg/FormSG/commit/a805a92f4ec01c4e00ef8c6498e2a03826cdc5db)

#### [v6.94.0](https://github.com/opengovsg/FormSG/compare/v6.93.0...v6.94.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.95.0",
"version": "6.96.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.95.0",
"version": "6.96.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <formsg@data.gov.sg>"
Expand Down

0 comments on commit 01582a3

Please sign in to comment.