From b7d626d767a26cb405bb2bf561e876fda551679e Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 7 Oct 2024 15:53:23 +0800 Subject: [PATCH] chore: bump version to v6.150.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 30 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8136d0f99b..77b742df24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,34 @@ 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.150.0](https://github.com/opengovsg/FormSG/compare/v6.150.0...v6.150.0) + +- feat: migrate from CRA4 to Vite, Storybook to v8, jest to Vitest [`#7285`](https://github.com/opengovsg/FormSG/pull/7285) +- chore(deps-dev): bump @types/lodash from 4.17.9 to 4.17.10 in /shared [`#7744`](https://github.com/opengovsg/FormSG/pull/7744) +- fix(deps): bump libphonenumber-js from 1.11.10 to 1.11.11 in /shared [`#7746`](https://github.com/opengovsg/FormSG/pull/7746) +- fix(deps): bump libphonenumber-js from 1.11.9 to 1.11.10 in /shared [`#7743`](https://github.com/opengovsg/FormSG/pull/7743) + +#### [v6.150.0](https://github.com/opengovsg/FormSG/compare/v6.149.3...v6.150.0) + +> 2 October 2024 + +- fix: ordering of arguments for bounce service functions [`#7739`](https://github.com/opengovsg/FormSG/pull/7739) +- build: merge v6.149.3 to develop [`#7740`](https://github.com/opengovsg/FormSG/pull/7740) +- fix: logic active step padding (#7737) [`#7738`](https://github.com/opengovsg/FormSG/pull/7738) +- chore: remove container naming on docker-compose [`#7721`](https://github.com/opengovsg/FormSG/pull/7721) +- chore: allow empty coveralls to pass [`#7726`](https://github.com/opengovsg/FormSG/pull/7726) +- build: merge release v6.149.0 to develop [`#7727`](https://github.com/opengovsg/FormSG/pull/7727) +- fix(deps): bump @joi/date from 2.1.0 to 2.1.1 [`#7723`](https://github.com/opengovsg/FormSG/pull/7723) +- chore: bump version to v6.150.0 [`5c5a215`](https://github.com/opengovsg/FormSG/commit/5c5a215d23f1f4f6e707bbb9cb33fc44b8688f15) +- chore: bump version to 6.149.3 [`f427462`](https://github.com/opengovsg/FormSG/commit/f427462d3d7a6a24112063369416a7055e753ab1) + #### [v6.149.3](https://github.com/opengovsg/FormSG/compare/v6.149.2...v6.149.3) +> 1 October 2024 + - fix: logic active step padding [`#7737`](https://github.com/opengovsg/FormSG/pull/7737) - build: release 6.149.2 [`#7734`](https://github.com/opengovsg/FormSG/pull/7734) +- chore: bump version to 6.149.3 [`c10f11f`](https://github.com/opengovsg/FormSG/commit/c10f11f72b3c97daecb4ced6f46009422a18c688) #### [v6.149.2](https://github.com/opengovsg/FormSG/compare/v6.149.1...v6.149.2) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6a90f5f1ca..89d55ca437 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.149.3", + "version": "6.150.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.149.3", + "version": "6.150.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/frontend/package.json b/frontend/package.json index 8ab7c8ae24..fdf7ebcdf4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.149.3", + "version": "6.150.0", "homepage": ".", "type": "module", "private": true, diff --git a/package-lock.json b/package-lock.json index 5e7dd06327..108a70e9ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.149.3", + "version": "6.150.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.149.3", + "version": "6.150.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 5ea7c016b5..6c4c793b63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.149.3", + "version": "6.150.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "