Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: release v6.154.0 #7806

Merged
merged 8 commits into from
Oct 28, 2024
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.frontend == 'true' }}
# Operating System
runs-on: ubuntu-latest\
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ 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.154.0](https://github.com/opengovsg/FormSG/compare/v6.153.0...v6.154.0)

- feat(myinfo): update callback referral link [`#7560`](https://github.com/opengovsg/FormSG/pull/7560)
- chore(deps-dev): bump @types/promise-retry from 1.1.3 to 1.1.6 [`#7796`](https://github.com/opengovsg/FormSG/pull/7796)
- chore(deps-dev): bump @types/lodash from 4.17.10 to 4.17.12 in /shared [`#7798`](https://github.com/opengovsg/FormSG/pull/7798)
- build: merge release v6.153.0 to develop [`#7803`](https://github.com/opengovsg/FormSG/pull/7803)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.10.0 to 8.11.0 in /shared [`#7801`](https://github.com/opengovsg/FormSG/pull/7801)
- chore(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0 in /shared [`#7802`](https://github.com/opengovsg/FormSG/pull/7802)
- chore: fix typo on runner tag [`#7799`](https://github.com/opengovsg/FormSG/pull/7799)
- build: release v6.153.0 [`#7795`](https://github.com/opengovsg/FormSG/pull/7795)

#### [v6.153.0](https://github.com/opengovsg/FormSG/compare/v6.152.0...v6.153.0)

> 20 October 2024

- chore(deps-dev): bump @types/jsonwebtoken from 9.0.6 to 9.0.7 [`#7790`](https://github.com/opengovsg/FormSG/pull/7790)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.10.0 in /shared [`#7792`](https://github.com/opengovsg/FormSG/pull/7792)
- fix(deps): bump libphonenumber-js from 1.11.11 to 1.11.12 in /shared [`#7791`](https://github.com/opengovsg/FormSG/pull/7791)
Expand All @@ -24,6 +37,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: mrf be field validation [`#7718`](https://github.com/opengovsg/FormSG/pull/7718)
- chore(deps-dev): bump @types/promise-timeout from 1.3.0 to 1.3.3 [`#7775`](https://github.com/opengovsg/FormSG/pull/7775)
- build: release v6.152.0 [`#7773`](https://github.com/opengovsg/FormSG/pull/7773)
- chore: bump version to v6.153.0 [`07186a9`](https://github.com/opengovsg/FormSG/commit/07186a967d50577ced5b85feba3a55b7117b113b)

#### [v6.152.0](https://github.com/opengovsg/FormSG/compare/v6.151.2...v6.152.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.153.0",
"version": "6.154.0",
"homepage": ".",
"type": "module",
"private": true,
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 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.153.0",
"version": "6.154.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down Expand Up @@ -186,7 +186,7 @@
"@types/node": "^14.18.23",
"@types/nodemailer": "^6.4.15",
"@types/opossum": "^8.1.7",
"@types/promise-retry": "^1.1.3",
"@types/promise-retry": "^1.1.6",
"@types/promise-timeout": "^1.3.3",
"@types/puppeteer-core": "^5.4.0",
"@types/sns-validator": "^0.3.3",
Expand Down
Loading
Loading