From 453ecd9803aaed86e9edcabd731578a18d19ab50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:40:51 +0200 Subject: [PATCH] chore(main): release benefit-applicant 3.5.0 [skip azp] (#2657) 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 3d933aec44..ba79ddb4a2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "backend/benefit": "1.5.1", "backend/kesaseteli": "1.3.0", "backend/tet": "1.2.0", - "frontend/benefit/applicant": "3.4.0", + "frontend/benefit/applicant": "3.5.0", "frontend/benefit/handler": "2.2.1", "frontend/kesaseteli/employer": "1.1.1", "frontend/kesaseteli/handler": "1.1.0", diff --git a/frontend/benefit/applicant/CHANGELOG.md b/frontend/benefit/applicant/CHANGELOG.md index 0966bc1eaf..e22b41f46a 100644 --- a/frontend/benefit/applicant/CHANGELOG.md +++ b/frontend/benefit/applicant/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.5.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.4.0...benefit-applicant-v3.5.0) (2024-01-03) + + +### Features + +* Show "no cookie consents" notification (HL-1078) ([#2623](https://github.com/City-of-Helsinki/yjdh/issues/2623)) ([aca3fe0](https://github.com/City-of-Helsinki/yjdh/commit/aca3fe0bccd9e7a0494b842f1086c344b896905c)) + + +### Bug Fixes + +* Askem issues solved (HL-1094) ([#2676](https://github.com/City-of-Helsinki/yjdh/issues/2676)) ([6e503d9](https://github.com/City-of-Helsinki/yjdh/commit/6e503d943340d172d102a43b3263f305e7fd65cb)) +* HL-1093 year 2024 bug ([#2684](https://github.com/City-of-Helsinki/yjdh/issues/2684)) ([b5c94c4](https://github.com/City-of-Helsinki/yjdh/commit/b5c94c40449a47ac4524d2c3c5fedc1fab15fa6b)) +* Start_date can now be in the future ([#2686](https://github.com/City-of-Helsinki/yjdh/issues/2686)) ([4137a9c](https://github.com/City-of-Helsinki/yjdh/commit/4137a9c489cbc648610f9b3d67d063c8f4b52624)) + ## [3.4.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.3.1...benefit-applicant-v3.4.0) (2023-12-21) diff --git a/frontend/benefit/applicant/package.json b/frontend/benefit/applicant/package.json index 25d9d15392..700ba0f559 100644 --- a/frontend/benefit/applicant/package.json +++ b/frontend/benefit/applicant/package.json @@ -1,6 +1,6 @@ { "name": "@frontend/applicant", - "version": "3.4.0", + "version": "3.5.0", "license": "MIT", "scripts": { "dev": "node ../../shared/src/server/next-server.js",