Skip to content

Commit

Permalink
chore(main): release benefit-applicant 3.14.0 [skip azp] (#3290)
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 Oct 16, 2024
1 parent 27b17d2 commit 5f5d025
Show file tree
Hide file tree
Showing 3 changed files with 20 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.10.1",
"backend/tet": "1.3.1",
"frontend/benefit/handler": "4.3.0",
"frontend/benefit/applicant": "3.13.0",
"frontend/benefit/applicant": "3.14.0",
"frontend/kesaseteli/employer": "1.4.0",
"frontend/kesaseteli/handler": "1.3.1",
"frontend/kesaseteli/youth": "1.4.0",
Expand Down
18 changes: 18 additions & 0 deletions frontend/benefit/applicant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.14.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.13.0...benefit-applicant-v3.14.0) (2024-10-16)


### Features

* Clone application on applicant side (hl-1447) ([#3324](https://github.com/City-of-Helsinki/yjdh/issues/3324)) ([9bd626f](https://github.com/City-of-Helsinki/yjdh/commit/9bd626fb66521e90b5d6e70a7d14366d78874309))
* Fix routing; active tab function was off if locale was used ([#3331](https://github.com/City-of-Helsinki/yjdh/issues/3331)) ([9855504](https://github.com/City-of-Helsinki/yjdh/commit/9855504ca8e7e112058722bc4b407b14dc73e12f))
* Offset application content when sidebar is open ([#3234](https://github.com/City-of-Helsinki/yjdh/issues/3234)) ([0d7e32a](https://github.com/City-of-Helsinki/yjdh/commit/0d7e32a7a6421a23cd139a02433912a9c603ba21))


### Bug Fixes

* Benefit calculation amount in decision summary was 0,00 € ([#3415](https://github.com/City-of-Helsinki/yjdh/issues/3415)) ([c284214](https://github.com/City-of-Helsinki/yjdh/commit/c2842141dd66fbdea339c70fb8efa1ecf7a0c681))
* Bump nextjs version ([#3332](https://github.com/City-of-Helsinki/yjdh/issues/3332)) ([8c8935d](https://github.com/City-of-Helsinki/yjdh/commit/8c8935df53c61546fb1909da6bc1e1f6e9b8a1d3))
* Header links did not include language uri ([#3238](https://github.com/City-of-Helsinki/yjdh/issues/3238)) ([485308b](https://github.com/City-of-Helsinki/yjdh/commit/485308bb5de75d25fe100e367c38475e31c02233))
* New version of employee data processing pdf ([#3408](https://github.com/City-of-Helsinki/yjdh/issues/3408)) ([cde593c](https://github.com/City-of-Helsinki/yjdh/commit/cde593cd54d238a98b1a56c312db9a45642d6481))
* Remove end date autofill and fix validation ([#3377](https://github.com/City-of-Helsinki/yjdh/issues/3377)) ([8d334ef](https://github.com/City-of-Helsinki/yjdh/commit/8d334ef35f2c3910e2cf6e8a2d95a5c2b25714e6))

## [3.13.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.12.0...benefit-applicant-v3.13.0) (2024-08-26)


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.13.0",
"version": "3.14.0",
"license": "MIT",
"scripts": {
"dev": "node ../../shared/src/server/next-server.js",
Expand Down

0 comments on commit 5f5d025

Please sign in to comment.