Skip to content
Open
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 @@ -3,7 +3,7 @@
"backend/kesaseteli": "1.11.0",
"frontend/benefit/handler": "4.13.1",
"frontend/benefit/applicant": "3.19.0",
"frontend/kesaseteli/employer": "1.5.2",
"frontend/kesaseteli/employer": "1.6.0",
"frontend/kesaseteli/handler": "1.5.0",
"frontend/kesaseteli/youth": "1.5.2"
}
21 changes: 21 additions & 0 deletions frontend/kesaseteli/employer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.6.0](https://github.com/City-of-Helsinki/yjdh/compare/kesaseteli-employer-v1.5.2...kesaseteli-employer-v1.6.0) (2026-02-24)


### Features

* **benefit:** Enable cloud sentry Ref: HL-1631 HL-1635 ([9c2884d](https://github.com/City-of-Helsinki/yjdh/commit/9c2884d4c5d01c4d0c7d03977bd34f5ffb5509e2))
* **kesaseteli:** Migrate summer voucher serial numbers to foreign keys ([fa61eed](https://github.com/City-of-Helsinki/yjdh/commit/fa61eedf7bff950f069488c064a62f8ff050f77c))
* **ks,backend,frontend:** Use .env.kesaseteli-<app> files ([246be9b](https://github.com/City-of-Helsinki/yjdh/commit/246be9bbfeebc2119238adbaca0d6eff07c27bac))
* **ks,employer:** Fetch target group options to form from API ([46af5ca](https://github.com/City-of-Helsinki/yjdh/commit/46af5ca85d5fb6dbf51cf36075e86fe86f66ca83))
* **ks,frontend:** Add matomo & cookie consent to employer & youth UIs ([4be9366](https://github.com/City-of-Helsinki/yjdh/commit/4be936621bd5e75e8e841d7f4ec651d6842d6697))
* **ks,frontend:** Add translations for organization type & job type ([e89e4dc](https://github.com/City-of-Helsinki/yjdh/commit/e89e4dc8a09a5c41eeb33c3e078c9d9b4de714f3))
* Use common ci wokflow for frontend HL-1637 ([#3778](https://github.com/City-of-Helsinki/yjdh/issues/3778)) ([c5dbf70](https://github.com/City-of-Helsinki/yjdh/commit/c5dbf7011bef2042f69d515908a45e571d74bf25))


### Bug Fixes

* Axios dependencies ([ab6edd6](https://github.com/City-of-Helsinki/yjdh/commit/ab6edd69a2fa7826bf8621e55824ab57fa5811a7))
* Linter error ([c100fea](https://github.com/City-of-Helsinki/yjdh/commit/c100feae76a6b765e3be075d6a92f0d23fdfbd20))
* **testcafe:** Use --disable-features=LocalNetworkAccessChecks ([1ef2407](https://github.com/City-of-Helsinki/yjdh/commit/1ef24070639929c35aba69133908206829616837))
* Update axios ([6563e30](https://github.com/City-of-Helsinki/yjdh/commit/6563e301a7249dbfdef95955383a9f33aa71e4d5))

## [1.5.2](https://github.com/City-of-Helsinki/yjdh/compare/kesaseteli-employer-v1.5.1...kesaseteli-employer-v1.5.2) (2025-06-30)


Expand Down
2 changes: 1 addition & 1 deletion frontend/kesaseteli/employer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontend/employer",
"version": "1.5.2",
"version": "1.6.0",
"license": "MIT",
"scripts": {
"dev": "cross-env PORT=3000 node ../../shared/src/server/next-server.js",
Expand Down