Skip to content

Commit

Permalink
chore: bump version to v6.151.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Oct 7, 2024
1 parent cbc4456 commit 35177c5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +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.151.0](/~https://github.com/opengovsg/FormSG/compare/v6.150.0...v6.151.0)

- build: merge release v6.150.0 to develop [`#7748`](/~https://github.com/opengovsg/FormSG/pull/7748)
- 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)
- build: release v6.150.0 [`#7741`](/~https://github.com/opengovsg/FormSG/pull/7741)

#### [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)
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.150.0",
"version": "6.151.0",
"homepage": ".",
"type": "module",
"private": true,
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.150.0",
"version": "6.151.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <formsg@data.gov.sg>"
Expand Down

0 comments on commit 35177c5

Please sign in to comment.