Skip to content

Commit

Permalink
chore(main): release benefit-handler 3.2.0 [skip azp] (#2742)
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>
Co-authored-by: rikuke <[email protected]>
  • Loading branch information
github-actions[bot] and rikuke authored Feb 14, 2024
1 parent 842641e commit c40853f
Show file tree
Hide file tree
Showing 3 changed files with 15 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,8 +2,8 @@
"backend/benefit": "1.6.0",
"backend/kesaseteli": "1.7.0",
"backend/tet": "1.2.0",
"frontend/benefit/handler": "3.2.0",
"frontend/benefit/applicant": "3.7.0",
"frontend/benefit/handler": "3.1.0",
"frontend/kesaseteli/employer": "1.3.0",
"frontend/kesaseteli/handler": "1.2.0",
"frontend/kesaseteli/youth": "1.3.0",
Expand Down
13 changes: 13 additions & 0 deletions frontend/benefit/handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.2.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-handler-v3.1.0...benefit-handler-v3.2.0) (2024-02-14)


### Features

* Edit application form with handler GUI (HL-990) ([#2764](https://github.com/City-of-Helsinki/yjdh/issues/2764)) ([40cb66f](https://github.com/City-of-Helsinki/yjdh/commit/40cb66fba2cca156dbbb60c128eb5f88a7ca1743))
* Query for rejected_by_talpa batches and show talpa_status icon for each app ([#2743](https://github.com/City-of-Helsinki/yjdh/issues/2743)) ([cef39d5](https://github.com/City-of-Helsinki/yjdh/commit/cef39d588e6816eb35e49e1a18962f02bc22fe75))


### Bug Fixes

* Handler review section bugs (HL-1119) ([#2769](https://github.com/City-of-Helsinki/yjdh/issues/2769)) ([f481829](https://github.com/City-of-Helsinki/yjdh/commit/f481829dc86ac72ae041696f5c5d5b63d1724023))

## [3.1.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-handler-v3.0.0...benefit-handler-v3.1.0) (2024-01-17)


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": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"scripts": {
"dev": "PORT=3100 node ../../shared/src/server/next-server.js",
Expand Down

0 comments on commit c40853f

Please sign in to comment.