Skip to content

Commit

Permalink
chore(main): release benefit-applicant 3.0.0 (#2269)
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 4, 2023
1 parent 536dbe4 commit 5b70116
Show file tree
Hide file tree
Showing 3 changed files with 23 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.1.2",
"backend/kesaseteli": "1.2.0",
"backend/tet": "1.0.0",
"frontend/benefit/applicant": "2.0.0",
"frontend/benefit/applicant": "3.0.0",
"frontend/benefit/handler": "1.1.0",
"frontend/kesaseteli/employer": "1.1.0",
"frontend/kesaseteli/handler": "1.0.0",
Expand Down
21 changes: 21 additions & 0 deletions frontend/benefit/applicant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [3.0.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v2.0.0...benefit-applicant-v3.0.0) (2023-10-04)


### ⚠ BREAKING CHANGES

* renew application forms to conform to new terms

### Features

* Renew application forms to conform to new terms ([de31e8a](https://github.com/City-of-Helsinki/yjdh/commit/de31e8a5b3d4ff0b4d24466e37f30b8067617831))


### Bug Fixes

* Conditional pay subsidy percentage for not_granted ([536dbe4](https://github.com/City-of-Helsinki/yjdh/commit/536dbe42235f96b359691fdb6fc2982c5644b84a))
* Disappearing de minimis aid rows and grantedAt datepicker ([7cb55e2](https://github.com/City-of-Helsinki/yjdh/commit/7cb55e2e6f83af3b3e5f7abaea32a4a1ba11df5b))
* Require collective agreement field on application form ([8cd3355](https://github.com/City-of-Helsinki/yjdh/commit/8cd335542a31d5ffd1f9b9e1ff7baaa2ae9100e8))
* Require salary and expenses to be 0 - 99999 ([f76916f](https://github.com/City-of-Helsinki/yjdh/commit/f76916f78c91e5193318bd75af7cfbb461990fec))
* Send default paySubsidyPercent value (HL-995) ([#2311](https://github.com/City-of-Helsinki/yjdh/issues/2311)) ([c6c1abc](https://github.com/City-of-Helsinki/yjdh/commit/c6c1abcdbb8fe1332da19decf53d84a56b615a30))
* Set CSRF header instantly when getting token ([#2261](https://github.com/City-of-Helsinki/yjdh/issues/2261)) ([9d8009d](https://github.com/City-of-Helsinki/yjdh/commit/9d8009df4bf549ec2c93d5cbb9b4e7cff54fcb3a))

## [2.0.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v1.0.0...benefit-applicant-v2.0.0) (2023-08-30)


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

0 comments on commit 5b70116

Please sign in to comment.