Skip to content

Commit

Permalink
chore(main): release benefit-applicant 3.9.0 [skip azp] (#2892)
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 Apr 4, 2024
1 parent 70a5fb7 commit 5c78bca
Show file tree
Hide file tree
Showing 3 changed files with 16 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.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",
Expand Down
14 changes: 14 additions & 0 deletions frontend/benefit/applicant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion frontend/benefit/applicant/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5c78bca

Please sign in to comment.