From e65824eb015a34ecc29d71c11d3bdce709705762 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:32:45 +0200 Subject: [PATCH 1/2] chore(main): release benefit-backend 1.6.0 [skip azp] (#2689) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- backend/benefit/CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f4b4fa2615..e42f570acf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "backend/benefit": "1.5.1", + "backend/benefit": "1.6.0", "backend/kesaseteli": "1.3.1", "backend/tet": "1.2.0", "frontend/benefit/applicant": "3.5.0", diff --git a/backend/benefit/CHANGELOG.md b/backend/benefit/CHANGELOG.md index 916724cac5..4e25df048a 100644 --- a/backend/benefit/CHANGELOG.md +++ b/backend/benefit/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.6.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-backend-v1.5.1...benefit-backend-v1.6.0) (2024-01-16) + + +### Features + +* Add callback for Talpa robot ([#2654](https://github.com/City-of-Helsinki/yjdh/issues/2654)) ([58376c5](https://github.com/City-of-Helsinki/yjdh/commit/58376c5e3ff10230ad641666e240c994d1988764)) +* 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)) +* Application pdf summary to open case request ([#2625](https://github.com/City-of-Helsinki/yjdh/issues/2625)) ([7f44c5e](https://github.com/City-of-Helsinki/yjdh/commit/7f44c5e832ccece7405d5b5159899399600c3096)) +* 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)) +* Update open case payload to latest version ([#2702](https://github.com/City-of-Helsinki/yjdh/issues/2702)) ([878567f](https://github.com/City-of-Helsinki/yjdh/commit/878567fea89394ceccce3efa454e965b21b49138)) + + +### 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)) +* 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)) +* Upgrade all Finnish SSN related code to support new format ([490fd61](https://github.com/City-of-Helsinki/yjdh/commit/490fd610a11ac9eef0a181350b1a1af4c232a566)) + ## [1.5.1](https://github.com/City-of-Helsinki/yjdh/compare/benefit-backend-v1.5.0...benefit-backend-v1.5.1) (2024-01-03) From dbf9a572539393448833b05a5c556e67262cd817 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:33:32 +0200 Subject: [PATCH 2/2] chore(main): release benefit-applicant 3.6.0 [skip azp] (#2707) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- frontend/benefit/applicant/CHANGELOG.md | 15 +++++++++++++++ frontend/benefit/applicant/package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e42f570acf..ab54e6ab70 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/frontend/benefit/applicant/CHANGELOG.md b/frontend/benefit/applicant/CHANGELOG.md index e22b41f46a..f738115a99 100644 --- a/frontend/benefit/applicant/CHANGELOG.md +++ b/frontend/benefit/applicant/CHANGELOG.md @@ -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) diff --git a/frontend/benefit/applicant/package.json b/frontend/benefit/applicant/package.json index 18e58975a6..00b0a62fa9 100644 --- a/frontend/benefit/applicant/package.json +++ b/frontend/benefit/applicant/package.json @@ -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",