Skip to content

Commit

Permalink
chore: bump version to v6.147.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Sep 11, 2024
1 parent 7284af0 commit 378202b
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,35 @@ 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.147.0](https://github.com/opengovsg/FormSG/compare/v6.146.1...v6.147.0)

- chore: standardize singpass logo svg color [`#7669`](https://github.com/opengovsg/FormSG/pull/7669)
- chore: update upload-artifact version [`#7668`](https://github.com/opengovsg/FormSG/pull/7668)
- test: mock date when rendering shimmer dates [`#7663`](https://github.com/opengovsg/FormSG/pull/7663)
- fix: tighten gstatic.cn csp config [`#7666`](https://github.com/opengovsg/FormSG/pull/7666)
- build: merge release v6.146.1 to develop [`#7664`](https://github.com/opengovsg/FormSG/pull/7664)
- chore: remove ga injection to ejs [`#7665`](https://github.com/opengovsg/FormSG/pull/7665)
- test: add ogp-codeql to ci [`#7667`](https://github.com/opengovsg/FormSG/pull/7667)
- chore(deps): bump body-parser and express in /frontend [`#7662`](https://github.com/opengovsg/FormSG/pull/7662)
- fix(deps): bump body-parser and express [`#7661`](https://github.com/opengovsg/FormSG/pull/7661)
- test: mock date within test [`#7653`](https://github.com/opengovsg/FormSG/pull/7653)
- fix: check existence of response id in attachment map for body v3 [`#7659`](https://github.com/opengovsg/FormSG/pull/7659)
- fix(deps): bump libphonenumber-js from 1.11.7 to 1.11.8 in /shared [`#7660`](https://github.com/opengovsg/FormSG/pull/7660)
- build: release v6.146.1 [`#7657`](https://github.com/opengovsg/FormSG/pull/7657)
- chore: fix modal title typo [`#7651`](https://github.com/opengovsg/FormSG/pull/7651)
- fix(deps): bump type-fest from 4.26.0 to 4.26.1 in /shared [`#7650`](https://github.com/opengovsg/FormSG/pull/7650)
- chore: update dropndrag language [`#7649`](https://github.com/opengovsg/FormSG/pull/7649)
- build: merge release v6.146.0 to develop [`#7648`](https://github.com/opengovsg/FormSG/pull/7648)
- fix(deps): bump zod from 3.22.4 to 3.23.8 [`#7646`](https://github.com/opengovsg/FormSG/pull/7646)
- fix(deps): bump dd-trace from 3.37.0 to 5.22.0 [`#7635`](https://github.com/opengovsg/FormSG/pull/7635)

#### [v6.146.1](https://github.com/opengovsg/FormSG/compare/v6.146.0...v6.146.1)

> 10 September 2024

- fix(MRF): disable hasBeenScanned [`#7652`](https://github.com/opengovsg/FormSG/pull/7652)
- build: release v6.146.0 [`#7644`](https://github.com/opengovsg/FormSG/pull/7644)
- chore: bump version to v6.146.1 [`cfc3ebd`](https://github.com/opengovsg/FormSG/commit/cfc3ebd056c7d991a31cf945aa48f3713a0edf4f)

#### [v6.146.0](https://github.com/opengovsg/FormSG/compare/v6.145.0...v6.146.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.146.1",
"version": "6.147.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.146.1",
"version": "6.147.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <formsg@data.gov.sg>"
Expand Down

0 comments on commit 378202b

Please sign in to comment.