Skip to content

Commit

Permalink
chore(main): release benefit-handler 4.6.0 [skip azp] (#3503)
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 Nov 12, 2024
1 parent fcd1e06 commit c6c9a3c
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 @@ -2,7 +2,7 @@
"backend/benefit": "2.6.0",
"backend/kesaseteli": "1.10.1",
"backend/tet": "1.3.1",
"frontend/benefit/handler": "4.5.0",
"frontend/benefit/handler": "4.6.0",
"frontend/benefit/applicant": "3.14.2",
"frontend/kesaseteli/employer": "1.4.0",
"frontend/kesaseteli/handler": "1.3.1",
Expand Down
17 changes: 17 additions & 0 deletions frontend/benefit/handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.6.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-handler-v4.5.0...benefit-handler-v4.6.0) (2024-11-12)


### Features

* Add accordion to decision box to list instalments (hl-1497) ([#3515](https://github.com/City-of-Helsinki/yjdh/issues/3515)) ([34e6201](https://github.com/City-of-Helsinki/yjdh/commit/34e620124426afbfd232e73eb88c46de0b7d6d15))
* Implement instalments gui for handler (hl-1494) ([#3498](https://github.com/City-of-Helsinki/yjdh/issues/3498)) ([aaff375](https://github.com/City-of-Helsinki/yjdh/commit/aaff375519aa7f7defd8ede4beceaae96352982c))
* Use own endpoint for requesting more information ([#3523](https://github.com/City-of-Helsinki/yjdh/issues/3523)) ([18406f6](https://github.com/City-of-Helsinki/yjdh/commit/18406f66e6b8dd3826ee63570f4140b5556522ea))


### Bug Fixes

* Allow for talpa-rejected batches to be seen ([#3501](https://github.com/City-of-Helsinki/yjdh/issues/3501)) ([d405af5](https://github.com/City-of-Helsinki/yjdh/commit/d405af537040874de4e2ca19b2a1911e5d3307d3))
* Issues persist with chosing decision maker role (hl-1530 cont.) ([#3529](https://github.com/City-of-Helsinki/yjdh/issues/3529)) ([1a8467c](https://github.com/City-of-Helsinki/yjdh/commit/1a8467c132e04d1c261c2873a2361a32f5121244))
* Preselect decision maker if it was selected before (hl-1530) ([#3522](https://github.com/City-of-Helsinki/yjdh/issues/3522)) ([45095c5](https://github.com/City-of-Helsinki/yjdh/commit/45095c53a41f3bbf7101effe34b6aac44c2a06c3))
* Show applications with 2nd instalments only they are in payment ([#3528](https://github.com/City-of-Helsinki/yjdh/issues/3528)) ([db2f099](https://github.com/City-of-Helsinki/yjdh/commit/db2f0995f26a51d882765f6a5f73f0e7f0fb749b))

## [4.5.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-handler-v4.4.0...benefit-handler-v4.5.0) (2024-11-04)


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

0 comments on commit c6c9a3c

Please sign in to comment.