Skip to content

Commit

Permalink
chore(main): release benefit-applicant 3.13.0 [skip azp] (#3117)
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 Aug 26, 2024
1 parent 15e1869 commit d29dd6d
Show file tree
Hide file tree
Showing 3 changed files with 19 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 @@ -3,7 +3,7 @@
"backend/kesaseteli": "1.10.0",
"backend/tet": "1.3.0",
"frontend/benefit/handler": "4.2.0",
"frontend/benefit/applicant": "3.12.0",
"frontend/benefit/applicant": "3.13.0",
"frontend/kesaseteli/employer": "1.4.0",
"frontend/kesaseteli/handler": "1.3.1",
"frontend/kesaseteli/youth": "1.4.0",
Expand Down
17 changes: 17 additions & 0 deletions frontend/benefit/applicant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.13.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.12.0...benefit-applicant-v3.13.0) (2024-08-26)


### Features

* Allow handler to mark last application message as unread ([#3120](https://github.com/City-of-Helsinki/yjdh/issues/3120)) (HL-1117) ([79efe24](https://github.com/City-of-Helsinki/yjdh/commit/79efe243d59c113e51182363b7c8ed15029c21e0))
* Hide decisionSummary if details unreceived from ahjo ([#3216](https://github.com/City-of-Helsinki/yjdh/issues/3216)) ([ec07dd4](https://github.com/City-of-Helsinki/yjdh/commit/ec07dd4d97a8a375130ff4371afcdc4783eccf73))


### Bug Fixes

* Chat is open until it's archived for applicant ([#3209](https://github.com/City-of-Helsinki/yjdh/issues/3209)) ([03283ab](https://github.com/City-of-Helsinki/yjdh/commit/03283abb270e88e1844f23b81f8c58da6d0124d9))
* Fix applicant messager drawer refusing to close in some cases ([#3110](https://github.com/City-of-Helsinki/yjdh/issues/3110)) (HL-1345) ([13b4eee](https://github.com/City-of-Helsinki/yjdh/commit/13b4eee53918297bb0ce98b05f34e7974749187e))
* Remove irrelevant fields from decision box et cetera ([#3123](https://github.com/City-of-Helsinki/yjdh/issues/3123)) ([46dfc21](https://github.com/City-of-Helsinki/yjdh/commit/46dfc2195c568e6e4ea292eb77e7434ed45d9c7d))
* Reset a few values when apprenticeship or pay subsidy type is changed ([#3218](https://github.com/City-of-Helsinki/yjdh/issues/3218)) ([bed8592](https://github.com/City-of-Helsinki/yjdh/commit/bed859218d78d185d2aaf41bb219ae9129cd5c33))
* Retain or remove training compensation on applicant changes (hl-1184) ([#3205](https://github.com/City-of-Helsinki/yjdh/issues/3205)) ([de58e4b](https://github.com/City-of-Helsinki/yjdh/commit/de58e4b9e35132080d3a611dd44b22819a53f69f))

## [3.12.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.11.0...benefit-applicant-v3.12.0) (2024-06-17)


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.12.0",
"version": "3.13.0",
"license": "MIT",
"scripts": {
"dev": "node ../../shared/src/server/next-server.js",
Expand Down

0 comments on commit d29dd6d

Please sign in to comment.