Skip to content

Commit

Permalink
Merge pull request #6636 from opengovsg/release-al2
Browse files Browse the repository at this point in the history
build: merge release v6.71.0 into develop
  • Loading branch information
KenLSM committed Aug 17, 2023
2 parents 753d1f2 + dcb5379 commit b4afaca
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,26 @@ 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.70.0](https://github.com/opengovsg/FormSG/compare/v6.70.0...v6.70.0)

- fix: supply empty object when snapshot script has not completely migrated [`#6622`](https://github.com/opengovsg/FormSG/pull/6622)
#### [v6.71.0](https://github.com/opengovsg/FormSG/compare/v6.70.0...v6.71.0)

- feat: platform api v1 - get and update webhook settings [`#6608`](https://github.com/opengovsg/FormSG/pull/6608)
- fix: remove space from receipt link email [`#6634`](https://github.com/opengovsg/FormSG/pull/6634)
- feat: display payment products on individual response page and csv download [`#6629`](https://github.com/opengovsg/FormSG/pull/6629)
- fix: default payment type to products [`#6633`](https://github.com/opengovsg/FormSG/pull/6633)
- fix: skip qty validation when multiqty is disabled [`#6624`](https://github.com/opengovsg/FormSG/pull/6624)
- feat: add logging to capture DNS resolution error [`#6631`](https://github.com/opengovsg/FormSG/pull/6631)
- chore: reduce toast duration to 4s [`#6630`](https://github.com/opengovsg/FormSG/pull/6630)
- fix: product item button check for payment is not enabled [`#6625`](https://github.com/opengovsg/FormSG/pull/6625)
- build: merge v6.70.0 into develop [`#6627`](https://github.com/opengovsg/FormSG/pull/6627)
- feat: add datafix script to convert payment_fields_snapshot from an array to an object [`#6628`](https://github.com/opengovsg/FormSG/pull/6628)
- * fix(deps): bump libphonenumber-js from 1.10.38 to 1.10.39 in /shared (#6594) [`#6623`](https://github.com/opengovsg/FormSG/pull/6623)
- fix(deps): bump zod from 3.21.4 to 3.22.1 in /shared [`#6626`](https://github.com/opengovsg/FormSG/pull/6626)

#### [v6.70.0](https://github.com/opengovsg/FormSG/compare/v6.69.0...v6.70.0)

> 15 August 2023

- fix: supply empty object when snapshot script has not completely migrated [`#6622`](https://github.com/opengovsg/FormSG/pull/6622)
- feat: payment by products [`#6301`](https://github.com/opengovsg/FormSG/pull/6301)
- fix(deps): bump libphonenumber-js from 1.10.40 to 1.10.41 in /shared [`#6616`](https://github.com/opengovsg/FormSG/pull/6616)
- fix(deps): bump libphonenumber-js from 1.10.39 to 1.10.40 in /shared [`#6614`](https://github.com/opengovsg/FormSG/pull/6614)
Expand All @@ -27,7 +39,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- build: merge v6.69.0 into develop [`#6601`](https://github.com/opengovsg/FormSG/pull/6601)
- fix(deps): bump libphonenumber-js from 1.10.38 to 1.10.39 in /shared [`#6594`](https://github.com/opengovsg/FormSG/pull/6594)
- build: release v6.69.0 [`#6600`](https://github.com/opengovsg/FormSG/pull/6600)
- chore: bump version to v6.70.0 [`b7e2760`](https://github.com/opengovsg/FormSG/commit/b7e276040e6d82560ff3fed7fca213ac118b83ee)
- chore: bump version to v6.70.0 [`1b4c82c`](https://github.com/opengovsg/FormSG/commit/1b4c82cd74e82fcc62f696e073323e9a98345431)

#### [v6.69.0](https://github.com/opengovsg/FormSG/compare/v6.68.0...v6.69.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.70.0",
"version": "6.71.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.70.0",
"version": "6.71.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <formsg@data.gov.sg>"
Expand Down

0 comments on commit b4afaca

Please sign in to comment.