Skip to content

Commit

Permalink
chore: bump version to v6.133.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Jul 7, 2024
1 parent f8763c5 commit 0c7086b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@ 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.133.0](https://github.com/opengovsg/FormSG/compare/v6.132.0...v6.133.0)

- feat(btn): frm 1723 internal flow postman [`#7343`](https://github.com/opengovsg/FormSG/pull/7343)
- chore(deps): bump next and react-email in /react-email-preview [`#7375`](https://github.com/opengovsg/FormSG/pull/7375)
- feat: rename placeholder for logic and mrf components [`#7482`](https://github.com/opengovsg/FormSG/pull/7482)
- chore(deps): remove sentry [`#7480`](https://github.com/opengovsg/FormSG/pull/7480)
- fix(reddot): hide on mrf [`#7481`](https://github.com/opengovsg/FormSG/pull/7481)
- feat(admin-dashboard): add response mode text next to form title on dashboard [`#7462`](https://github.com/opengovsg/FormSG/pull/7462)
- fix(deps): bump jsdom from 21.1.1 to 24.1.0 [`#7345`](https://github.com/opengovsg/FormSG/pull/7345)
- chore(deps-dev): bump @types/jsonwebtoken from 8.5.9 to 9.0.6 [`#7478`](https://github.com/opengovsg/FormSG/pull/7478)
- feat: add reddot on email noti [`#7463`](https://github.com/opengovsg/FormSG/pull/7463)
- chore(privacy policy): update clause 6.3 [`#7477`](https://github.com/opengovsg/FormSG/pull/7477)
- fix(deps): bump uuid and @types/uuid [`#7467`](https://github.com/opengovsg/FormSG/pull/7467)
- feat: add reddot to mrf workflow [`#7428`](https://github.com/opengovsg/FormSG/pull/7428)
- refactor: generalize user seen flag [`#7422`](https://github.com/opengovsg/FormSG/pull/7422)
- feat: add pdf attachments for encrypt forms [`#7470`](https://github.com/opengovsg/FormSG/pull/7470)
- build: merge release v6.132.0 to develop [`#7474`](https://github.com/opengovsg/FormSG/pull/7474)
- build: release v6.132.0 [`#7473`](https://github.com/opengovsg/FormSG/pull/7473)
- add reddot to mrf workflow [`a044b80`](https://github.com/opengovsg/FormSG/commit/a044b805076b6ad14b44fd7baf7c2d73ba73bddc)
- handle old last seen route [`d883952`](https://github.com/opengovsg/FormSG/commit/d883952df327928e92d007c46fae427851a5dc7a)

#### [v6.132.0](https://github.com/opengovsg/FormSG/compare/v6.131.0...v6.132.0)

> 4 July 2024

- chore: remove nric mask toggle if nricmask is false [`#7472`](https://github.com/opengovsg/FormSG/pull/7472)
- fix(deps): bump type-fest from 4.20.1 to 4.21.0 in /shared [`#7468`](https://github.com/opengovsg/FormSG/pull/7468)
- fix(deps): bump @babel/runtime from 7.24.1 to 7.24.7 [`#7466`](https://github.com/opengovsg/FormSG/pull/7466)
Expand All @@ -16,6 +39,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(encrypt-submission): add missing ndi response fields [`#7425`](https://github.com/opengovsg/FormSG/pull/7425)
- build: merge release v6.131.0 to develop [`#7460`](https://github.com/opengovsg/FormSG/pull/7460)
- build: release v6.131.0 [`#7459`](https://github.com/opengovsg/FormSG/pull/7459)
- chore: bump version to v6.132.0 [`82da6ac`](https://github.com/opengovsg/FormSG/commit/82da6acb265f9ddfbcaac07f2475c9418b633976)

#### [v6.131.0](https://github.com/opengovsg/FormSG/compare/v6.130.1...v6.131.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.132.0",
"version": "6.133.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.132.0",
"version": "6.133.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit 0c7086b

Please sign in to comment.