From 5f5d025546fec2587ed9c0914045066d574305dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:04:30 +0300 Subject: [PATCH] chore(main): release benefit-applicant 3.14.0 [skip azp] (#3290) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- frontend/benefit/applicant/CHANGELOG.md | 18 ++++++++++++++++++ frontend/benefit/applicant/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index baf5f32f1f..220b92a8e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/frontend/benefit/applicant/CHANGELOG.md b/frontend/benefit/applicant/CHANGELOG.md index 60c7f5dccb..d288e78c4b 100644 --- a/frontend/benefit/applicant/CHANGELOG.md +++ b/frontend/benefit/applicant/CHANGELOG.md @@ -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) diff --git a/frontend/benefit/applicant/package.json b/frontend/benefit/applicant/package.json index 88bbb16324..deaeac2a43 100644 --- a/frontend/benefit/applicant/package.json +++ b/frontend/benefit/applicant/package.json @@ -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",