diff --git a/CHANGELOG.md b/CHANGELOG.md index afdd2a01a9..dec07ce549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,26 @@ 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.144.0](https://github.com/opengovsg/FormSG/compare/v6.143.1...v6.144.0) + +- feat(nric): remove override flag [`#7620`](https://github.com/opengovsg/FormSG/pull/7620) +- chore(nric): remove nric collection description [`#7621`](https://github.com/opengovsg/FormSG/pull/7621) +- feat(nric): set default to false [`#7619`](https://github.com/opengovsg/FormSG/pull/7619) +- build: merge release v6.143.1 to develop [`#7622`](https://github.com/opengovsg/FormSG/pull/7622) +- build: release v6.143.1 [`#7618`](https://github.com/opengovsg/FormSG/pull/7618) +- build: release v6.143.0 to develop [`#7616`](https://github.com/opengovsg/FormSG/pull/7616) +- chore(scripts): set isSubmitterIdCollectionEnabled to true [`#7615`](https://github.com/opengovsg/FormSG/pull/7615) +- chore(deps-dev): bump core-js from 3.28.0 to 3.38.1 [`#7613`](https://github.com/opengovsg/FormSG/pull/7613) +- fix(deps): bump jwk-to-pem from 2.0.5 to 2.0.6 [`#7612`](https://github.com/opengovsg/FormSG/pull/7612) +- chore(deps-dev): bump @types/bluebird from 3.5.38 to 3.5.42 [`#7611`](https://github.com/opengovsg/FormSG/pull/7611) + #### [v6.143.1](https://github.com/opengovsg/FormSG/compare/v6.143.0...v6.143.1) +> 22 August 2024 + - fix(mrf): ensure number of non-editable fields are still present [`#7617`](https://github.com/opengovsg/FormSG/pull/7617) - build: release v6.143.0 [`#7610`](https://github.com/opengovsg/FormSG/pull/7610) +- chore: bump version to v6.143.0 [`9db06d4`](https://github.com/opengovsg/FormSG/commit/9db06d4f164b9d1848b5f871812ed1fec50416c0) #### [v6.143.0](https://github.com/opengovsg/FormSG/compare/v6.142.0...v6.143.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7cc8ecb4df..0499a71d00 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.143.1", + "version": "6.144.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.143.1", + "version": "6.144.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index f549301c71..a800825933 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.143.1", + "version": "6.144.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 87574ffbd5..73113aa8b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.143.1", + "version": "6.144.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.143.1", + "version": "6.144.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 34a1c5c299..69ebb09243 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.143.1", + "version": "6.144.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "