Skip to content

Commit

Permalink
chore(main): release benefit-applicant 3.6.0 [skip azp] (#2707)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 17, 2024
1 parent e65824e commit dbf9a57
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"backend/benefit": "1.6.0",
"backend/kesaseteli": "1.3.1",
"backend/tet": "1.2.0",
"frontend/benefit/applicant": "3.5.0",
"frontend/benefit/applicant": "3.6.0",
"frontend/benefit/handler": "3.0.0",
"frontend/kesaseteli/employer": "1.1.1",
"frontend/kesaseteli/handler": "1.1.1",
Expand Down
15 changes: 15 additions & 0 deletions frontend/benefit/applicant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.6.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.5.0...benefit-applicant-v3.6.0) (2024-01-16)


### Features

* Applicant landing page adjustments (HL-1033) ([#2709](https://github.com/City-of-Helsinki/yjdh/issues/2709)) ([bb5a55d](https://github.com/City-of-Helsinki/yjdh/commit/bb5a55d48714177c867702c276a49ce754ed2e9b))
* Applicant messenger should be disabled if app is in a batch (hl-1059) ([#2619](https://github.com/City-of-Helsinki/yjdh/issues/2619)) ([fe0995f](https://github.com/City-of-Helsinki/yjdh/commit/fe0995fe1ee96414f36ab113de88b7b81054eec6))


### Bug Fixes

* App crash on empty calculations (HL-1041) ([#2688](https://github.com/City-of-Helsinki/yjdh/issues/2688)) ([728af1f](https://github.com/City-of-Helsinki/yjdh/commit/728af1f79200b1b524569ca80716b6be6de316d7))
* Benefit applicant is now safe for search robots ([180be58](https://github.com/City-of-Helsinki/yjdh/commit/180be58885683877fef0c640dcdcc987e60b21d5))
* Upgrade all Finnish SSN related code to support new format ([490fd61](https://github.com/City-of-Helsinki/yjdh/commit/490fd610a11ac9eef0a181350b1a1af4c232a566))

## [3.5.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.4.0...benefit-applicant-v3.5.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion frontend/benefit/applicant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontend/applicant",
"version": "3.5.0",
"version": "3.6.0",
"license": "MIT",
"scripts": {
"dev": "node ../../shared/src/server/next-server.js",
Expand Down

0 comments on commit dbf9a57

Please sign in to comment.