Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release benefit-applicant 3.1.0 #2327

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "3.0.0",
"frontend/benefit/applicant": "3.1.0",
"frontend/benefit/handler": "1.1.0",
"frontend/kesaseteli/employer": "1.1.0",
"frontend/kesaseteli/handler": "1.0.0",
Expand Down
17 changes: 17 additions & 0 deletions frontend/benefit/applicant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.1.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-applicant-v3.0.0...benefit-applicant-v3.1.0) (2023-10-16)


### Features

* Renew application overview step (HL-945) ([#2334](https://github.com/City-of-Helsinki/yjdh/issues/2334)) ([196af97](https://github.com/City-of-Helsinki/yjdh/commit/196af9722c47a18e20bee696f02d1ac06f847da3))
* Restyle "application sent" notification (HL-948, HL-947) ([#2350](https://github.com/City-of-Helsinki/yjdh/issues/2350)) ([1e0f251](https://github.com/City-of-Helsinki/yjdh/commit/1e0f251a9c68fdfea90b1215aff15156e7f86f6b))
* Small tweaks to login styles (HL-940) ([#2340](https://github.com/City-of-Helsinki/yjdh/issues/2340)) ([4fd815e](https://github.com/City-of-Helsinki/yjdh/commit/4fd815ecfa828b33a863627010f9c9b9820ee25a))
* Use custom translation for attachement of pay subsidy for people 55+ (HL-944) ([#2349](https://github.com/City-of-Helsinki/yjdh/issues/2349)) ([4fdf1f5](https://github.com/City-of-Helsinki/yjdh/commit/4fdf1f51437533173b856f89d82864a683003e48))


### Bug Fixes

* Accessibility statement corrections for en/sv ([#2324](https://github.com/City-of-Helsinki/yjdh/issues/2324)) ([b73b243](https://github.com/City-of-Helsinki/yjdh/commit/b73b2434e1318ab46396bc46dd511427d7483d67))
* Application is no longer 404'd on creation and navigation ([#2338](https://github.com/City-of-Helsinki/yjdh/issues/2338)) ([ccbed72](https://github.com/City-of-Helsinki/yjdh/commit/ccbed721c2841edaab9075b1e9dcd1708442d20d))
* Various bug fixes (HL-1001, HL-1004) ([#2326](https://github.com/City-of-Helsinki/yjdh/issues/2326)) ([ea54019](https://github.com/City-of-Helsinki/yjdh/commit/ea5401943b1cedb66b4ebb0236b10d0fb1abb144))

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


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