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.58.0 into develop #6429

Merged
merged 2 commits into from
Jun 6, 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
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,28 @@ 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.58.0](https://github.com/opengovsg/FormSG/compare/v6.57.0...v6.58.0)

- fix: learn more link for what's new drawer [`#6422`](https://github.com/opengovsg/FormSG/pull/6422)
- feat: GoGov link shortener [`#6369`](https://github.com/opengovsg/FormSG/pull/6369)
- fix: add payment field to numVisibleFields [`#6414`](https://github.com/opengovsg/FormSG/pull/6414)
- chore: remove support for legacy stripe metadata [`#6415`](https://github.com/opengovsg/FormSG/pull/6415)
- chore: delete angular [`#6344`](https://github.com/opengovsg/FormSG/pull/6344)
- feat: restricting days date validation [`#5136`](https://github.com/opengovsg/FormSG/pull/5136)
- feat: add debit card to copy and dashboard banner for payments [`#6416`](https://github.com/opengovsg/FormSG/pull/6416)
- style: Use S$ instead of SGD [`#6417`](https://github.com/opengovsg/FormSG/pull/6417)
- fix(deps): bump libphonenumber-js from 1.10.31 to 1.10.33 in /shared [`#6421`](https://github.com/opengovsg/FormSG/pull/6421)
- build: merge v6.57.0 into develop [`#6413`](https://github.com/opengovsg/FormSG/pull/6413)
- build: release v6.57.0 [`#6412`](https://github.com/opengovsg/FormSG/pull/6412)

#### [v6.57.0](https://github.com/opengovsg/FormSG/compare/v6.56.0...v6.57.0)

> 31 May 2023

- build: merge v6.56.0 into develop [`#6410`](https://github.com/opengovsg/FormSG/pull/6410)
- feat: add a call-to-action for info modals [`#6411`](https://github.com/opengovsg/FormSG/pull/6411)
- build: release v6.56.0 [`#6409`](https://github.com/opengovsg/FormSG/pull/6409)
- chore: bump version to v6.57.0 [`24d1c73`](https://github.com/opengovsg/FormSG/commit/24d1c73e38e227f4da688e3bc43e82587e8a5cb3)

#### [v6.56.0](https://github.com/opengovsg/FormSG/compare/v6.55.0...v6.56.0)

Expand Down Expand Up @@ -202,7 +219,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: only return previous payment id [`#6210`](https://github.com/opengovsg/FormSG/pull/6210)
- build: merge release v6.45.0 to develop [`#6205`](https://github.com/opengovsg/FormSG/pull/6205)
- build: release v6.45.0 [`#6200`](https://github.com/opengovsg/FormSG/pull/6200)
- chore: bump version to v6.46.0 [`767e7e5`](https://github.com/opengovsg/FormSG/commit/767e7e55c3e8f058963e890b1c249704d6db1459)
- chore: bump version to v6.46.0 [`87fda0e`](https://github.com/opengovsg/FormSG/commit/87fda0e0ec4c937350ebd013a4a9762f4acee802)

#### [v6.45.0](https://github.com/opengovsg/FormSG/compare/v6.44.1...v6.45.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.57.0",
"version": "6.58.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.57.0",
"version": "6.58.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down