Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: merge v6.72.0 into develop #6650

Merged
merged 2 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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.72.0](https://github.com/opengovsg/FormSG/compare/v6.71.0...v6.72.0)

- feat: dashboard infobox message for e2ee [`#6647`](https://github.com/opengovsg/FormSG/pull/6647)
- fix: prevent saving empty product items [`#6646`](https://github.com/opengovsg/FormSG/pull/6646)
- feat: ui review changes [`#6637`](https://github.com/opengovsg/FormSG/pull/6637)
- feat: enable ownership transfer of all forms with a single action [`#6087`](https://github.com/opengovsg/FormSG/pull/6087)
- feat: storage submission validation with encryption shift endpoint [`#6595`](https://github.com/opengovsg/FormSG/pull/6595)
- feat: add formId for deprecatedCheck logs [`#6641`](https://github.com/opengovsg/FormSG/pull/6641)
- fix(deps): bump zod from 3.22.1 to 3.22.2 in /shared [`#6643`](https://github.com/opengovsg/FormSG/pull/6643)
- feat: upgrade sgid sdk [`#6584`](https://github.com/opengovsg/FormSG/pull/6584)
- build: merge release v6.71.0 into develop [`#6636`](https://github.com/opengovsg/FormSG/pull/6636)
- build: release v6.71.0 [`#6635`](https://github.com/opengovsg/FormSG/pull/6635)

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

> 17 August 2023

- 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)
Expand All @@ -18,6 +33,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- chore: bump version to v6.71.0 [`62aa237`](https://github.com/opengovsg/FormSG/commit/62aa237270f247b97ce73249617017f046fb43d4)

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