Skip to content

Commit

Permalink
chore(main): release benefit-handler 3.1.0 [skip azp] (#2690)
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 dbf9a57 commit ada2b58
Show file tree
Hide file tree
Showing 3 changed files with 18 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.3.1",
"backend/tet": "1.2.0",
"frontend/benefit/applicant": "3.6.0",
"frontend/benefit/handler": "3.0.0",
"frontend/benefit/handler": "3.1.0",
"frontend/kesaseteli/employer": "1.1.1",
"frontend/kesaseteli/handler": "1.1.1",
"frontend/kesaseteli/youth": "1.1.1",
Expand Down
16 changes: 16 additions & 0 deletions frontend/benefit/handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### Features

* Show benefit amount in batch app listing ([#2706](https://github.com/City-of-Helsinki/yjdh/issues/2706)) ([63bc823](https://github.com/City-of-Helsinki/yjdh/commit/63bc82392072a14652b4f2efe80707c62052baaf))


### Bug Fixes

* An array of fixes for HL-1053 ([#2726](https://github.com/City-of-Helsinki/yjdh/issues/2726)) ([6800c39](https://github.com/City-of-Helsinki/yjdh/commit/6800c392848e5c0e0221abad55e6153ba4d85968))
* 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))
* Modify batches to better support TALPA and handler's work (HL-1053) ([#2615](https://github.com/City-of-Helsinki/yjdh/issues/2615)) ([8c58eb0](https://github.com/City-of-Helsinki/yjdh/commit/8c58eb0a74810f7895fc8ecf4dee31fe40ebc55e))
* Remove isFetching as it caused render flicker ([6a00d9a](https://github.com/City-of-Helsinki/yjdh/commit/6a00d9a02a26eb468b92ed1490538bdf950deb92))
* Upgrade all Finnish SSN related code to support new format ([490fd61](https://github.com/City-of-Helsinki/yjdh/commit/490fd610a11ac9eef0a181350b1a1af4c232a566))

## [3.0.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-handler-v2.2.1...benefit-handler-v3.0.0) (2023-12-21)


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

0 comments on commit ada2b58

Please sign in to comment.