Skip to content

Commit

Permalink
Merge pull request #7884 from opengovsg/release_v6.161.0
Browse files Browse the repository at this point in the history
build: release v6.161.0
  • Loading branch information
kevin9foong authored Nov 13, 2024
2 parents 3c3c91c + 7097551 commit 40faa4c
Show file tree
Hide file tree
Showing 12 changed files with 776 additions and 317 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,27 @@ 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.160.0](https://github.com/opengovsg/FormSG/compare/v6.160.0...v6.160.0)
#### [v6.161.0](https://github.com/opengovsg/FormSG/compare/v6.160.0...v6.161.0)

- fix: add validation for myinfo child name field [`#7875`](https://github.com/opengovsg/FormSG/pull/7875)
- fix: drawer date picker invalid selection bug [`#7866`](https://github.com/opengovsg/FormSG/pull/7866)
- fix: add validation rules to controller [`#7874`](https://github.com/opengovsg/FormSG/pull/7874)
- build: merge release v6.160.0 to develop [`#7880`](https://github.com/opengovsg/FormSG/pull/7880)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.12.2 to 8.14.0 in /shared [`#7877`](https://github.com/opengovsg/FormSG/pull/7877)
- fix: mrf be validation isSignatureTimeValid false positive [`#7878`](https://github.com/opengovsg/FormSG/pull/7878)
- build: release v6.160.0 [`#7873`](https://github.com/opengovsg/FormSG/pull/7873)

#### [v6.160.0](https://github.com/opengovsg/FormSG/compare/v6.159.0...v6.160.0)

> 11 November 2024

- fix: add validation for myinfo child name field [`#7875`](https://github.com/opengovsg/FormSG/pull/7875)
- fix: drawer date picker invalid selection bug [`#7866`](https://github.com/opengovsg/FormSG/pull/7866)
- fix: add validation rules to controller [`#7874`](https://github.com/opengovsg/FormSG/pull/7874)
- fix: make children body input components controlled from the start [`#7871`](https://github.com/opengovsg/FormSG/pull/7871)
- fix(deps): bump libphonenumber-js from 1.11.13 to 1.11.14 in /shared [`#7872`](https://github.com/opengovsg/FormSG/pull/7872)
- feat(i18n): add en-sg locale for AddRowFooter [`#7867`](https://github.com/opengovsg/FormSG/pull/7867)
- build: merge release v6.159.0 to develop [`#7868`](https://github.com/opengovsg/FormSG/pull/7868)
- fix(deps): bump libphonenumber-js from 1.11.12 to 1.11.13 in /shared [`#7858`](https://github.com/opengovsg/FormSG/pull/7858)
- build: release v6.159.0 [`#7865`](https://github.com/opengovsg/FormSG/pull/7865)
- chore: bump version to v6.160.0 [`d795563`](https://github.com/opengovsg/FormSG/commit/d7955630f40aef56e41240cf4a7a5c92ab2781e7)
- chore: bump version to v6.160.0 [`e5116ba`](https://github.com/opengovsg/FormSG/commit/e5116ba145616f0398beb534186b5d8c28aeaf9c)

#### [v6.159.0](https://github.com/opengovsg/FormSG/compare/v6.158.2...v6.159.0)

Expand Down
336 changes: 168 additions & 168 deletions frontend/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-frontend",
"version": "6.160.0",
"version": "6.161.0",
"homepage": ".",
"type": "module",
"private": true,
Expand Down Expand Up @@ -151,8 +151,8 @@
"@types/react-table": "^7.7.9",
"@types/spark-md5": "^3.0.2",
"@types/validator": "^13.7.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.1",
"chromatic": "^6.2.0",
"cross-env": "^7.0.3",
Expand Down
172 changes: 86 additions & 86 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 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.160.0",
"version": "6.161.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down Expand Up @@ -197,8 +197,8 @@
"@types/uid-generator": "^2.0.6",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"auto-changelog": "^2.4.0",
"axios-mock-adapter": "^1.22.0",
"concurrently": "^7.6.0",
Expand Down
Loading

0 comments on commit 40faa4c

Please sign in to comment.