Skip to content

Commit

Permalink
chore(main): release benefit-applicant 3.11.0 [skip azp]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2024
1 parent 045f045 commit 4148699
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.4.0",
"frontend/benefit/applicant": "3.10.0",
"frontend/benefit/applicant": "3.11.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.11.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.10.0...benefit-applicant-v3.11.0) (2024-05-02)


### Features

* **handler:** Add error validation logic and toast for de minimis aid form (HL-1202) ([#2933](https://github.com/City-of-Helsinki/yjdh/issues/2933)) ([752d9eb](https://github.com/City-of-Helsinki/yjdh/commit/752d9ebf75406b3616a6dfba791aa73f54cdf311))


### Bug Fixes

* **frontend:** Use cross-env in scripts to make them cross-platform ([7307e57](https://github.com/City-of-Helsinki/yjdh/commit/7307e5797d6b0a0bc24eded97d6724a5724a4547))
* Loc key added for application.handling & .cancelled ([#2962](https://github.com/City-of-Helsinki/yjdh/issues/2962)) ([045f045](https://github.com/City-of-Helsinki/yjdh/commit/045f045c6a0eb230b81891e8da3ef0a428153727))
* Resolve issues with start date on handler's side (HL-1270) ([#2948](https://github.com/City-of-Helsinki/yjdh/issues/2948)) ([090fe5e](https://github.com/City-of-Helsinki/yjdh/commit/090fe5ef82e0a1fe5a905fdd55f5139fa416952c))

## [3.10.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.9.0...benefit-applicant-v3.10.0) (2024-04-19)


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

0 comments on commit 4148699

Please sign in to comment.