Skip to content

Commit

Permalink
chore(main): release benefit-applicant 3.4.0 [skip azp] (#2602)
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>
Co-authored-by: rikuke <[email protected]>
  • Loading branch information
github-actions[bot] and rikuke authored Dec 21, 2023
1 parent 5b16a15 commit d0d0911
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 @@ -2,7 +2,7 @@
"backend/benefit": "1.5.0",
"backend/kesaseteli": "1.3.0",
"backend/tet": "1.2.0",
"frontend/benefit/applicant": "3.3.1",
"frontend/benefit/applicant": "3.4.0",
"frontend/benefit/handler": "2.2.1",
"frontend/kesaseteli/employer": "1.1.1",
"frontend/kesaseteli/handler": "1.1.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.4.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.3.1...benefit-applicant-v3.4.0) (2023-12-21)


### Features

* Cookie settings page (HL-1077) ([#2616](https://github.com/City-of-Helsinki/yjdh/issues/2616)) ([173eb3b](https://github.com/City-of-Helsinki/yjdh/commit/173eb3bae1818d1f31abe2ae1eae8ad666622d19))
* Don't assume but actually implement form submission state ([#2607](https://github.com/City-of-Helsinki/yjdh/issues/2607)) ([acd3b38](https://github.com/City-of-Helsinki/yjdh/commit/acd3b3847fde9b3827915563d2f0e508a52a5348))


### Bug Fixes

* Don't send application id to askem (HL-1089) ([#2624](https://github.com/City-of-Helsinki/yjdh/issues/2624)) ([0720e28](https://github.com/City-of-Helsinki/yjdh/commit/0720e289365774a34551df12af545c4dd8b7b1c3))
* Yup fails to validate 0 as min value ([e4127b8](https://github.com/City-of-Helsinki/yjdh/commit/e4127b89ccde1681644ee7e9af9a33f2728c6f34))

## [3.3.1](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.3.0...benefit-applicant-v3.3.1) (2023-12-13)


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

0 comments on commit d0d0911

Please sign in to comment.