From 5c78bca7d0687c4bc5d68c8834d0e3a20159b07b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:46:07 +0300 Subject: [PATCH] chore(main): release benefit-applicant 3.9.0 [skip azp] (#2892) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- frontend/benefit/applicant/CHANGELOG.md | 14 ++++++++++++++ frontend/benefit/applicant/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 35b21f16d7..bc85c7fbdc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "backend/kesaseteli": "1.8.0", "backend/tet": "1.3.0", "frontend/benefit/handler": "3.3.0", - "frontend/benefit/applicant": "3.8.0", + "frontend/benefit/applicant": "3.9.0", "frontend/kesaseteli/employer": "1.3.0", "frontend/kesaseteli/handler": "1.2.0", "frontend/kesaseteli/youth": "1.3.0", diff --git a/frontend/benefit/applicant/CHANGELOG.md b/frontend/benefit/applicant/CHANGELOG.md index 9518af0f47..5275613d12 100644 --- a/frontend/benefit/applicant/CHANGELOG.md +++ b/frontend/benefit/applicant/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.9.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.8.0...benefit-applicant-v3.9.0) (2024-04-04) + + +### Features + +* Add decision details information box to application page ([aaf7794](https://github.com/City-of-Helsinki/yjdh/commit/aaf7794044057f17d1ed99c39f6301a5f2d6826f)) +* Implement application alteration submission flow ([ebbe9e5](https://github.com/City-of-Helsinki/yjdh/commit/ebbe9e5fd2cb21ec457845e5fe16cdfa617e655a)) + + +### Bug Fixes + +* Applicant - invalidate cache to prevent wrong application mode (HL-1183) ([#2901](https://github.com/City-of-Helsinki/yjdh/issues/2901)) ([e3b26b4](https://github.com/City-of-Helsinki/yjdh/commit/e3b26b4750df694e28d6e3630970ee616004acaa)) +* Convert spaces to dashes in ahjo case page link ([#2897](https://github.com/City-of-Helsinki/yjdh/issues/2897)) ([a9fc149](https://github.com/City-of-Helsinki/yjdh/commit/a9fc14963d50c6f596911bdb0b079e5ce4cc3b1b)) + ## [3.8.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.7.0...benefit-applicant-v3.8.0) (2024-03-15) diff --git a/frontend/benefit/applicant/package.json b/frontend/benefit/applicant/package.json index fb7f2a03a9..68096ac3cf 100644 --- a/frontend/benefit/applicant/package.json +++ b/frontend/benefit/applicant/package.json @@ -1,6 +1,6 @@ { "name": "@frontend/applicant", - "version": "3.8.0", + "version": "3.9.0", "license": "MIT", "scripts": { "dev": "node ../../shared/src/server/next-server.js",