Skip to content

Commit

Permalink
chore(main): release kesaseteli-employer 1.4.0 [skip azp]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 4, 2024
1 parent 2893b93 commit 09aa073
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 @@ -4,7 +4,7 @@
"backend/tet": "1.3.0",
"frontend/benefit/handler": "4.0.0",
"frontend/benefit/applicant": "3.11.0",
"frontend/kesaseteli/employer": "1.3.0",
"frontend/kesaseteli/employer": "1.4.0",
"frontend/kesaseteli/handler": "1.3.0",
"frontend/kesaseteli/youth": "1.3.0",
"frontend/tet/admin": "1.1.0",
Expand Down
14 changes: 14 additions & 0 deletions frontend/kesaseteli/employer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.0](https://github.com/City-of-Helsinki/yjdh/compare/kesaseteli-employer-v1.3.0...kesaseteli-employer-v1.4.0) (2024-06-04)


### Features

* **ks-handler:** Add UI for creating youth application without SSN ([e46958c](https://github.com/City-of-Helsinki/yjdh/commit/e46958cdee39abc3fd5c2fada5e2b2e894e8be95))


### Bug Fixes

* **frontend:** Don't use cross-env in scripts, didn't work in pipelines ([628d466](https://github.com/City-of-Helsinki/yjdh/commit/628d466c58fbbff7bf79e11f92a89ef9a2822439))
* **frontend:** Use cross-env in scripts to make them cross-platform ([7307e57](https://github.com/City-of-Helsinki/yjdh/commit/7307e5797d6b0a0bc24eded97d6724a5724a4547))
* Incorrect iban generation; kiss with file uploads ([#3057](https://github.com/City-of-Helsinki/yjdh/issues/3057)) ([b9b3810](https://github.com/City-of-Helsinki/yjdh/commit/b9b38101282a2d48216ea7123e6eb8e8075e5a2c))

## [1.3.0](https://github.com/City-of-Helsinki/yjdh/compare/kesaseteli-employer-v1.2.0...kesaseteli-employer-v1.3.0) (2024-02-14)


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.3.0",
"version": "1.4.0",
"license": "MIT",
"scripts": {
"dev": "PORT=3000 node ../../shared/src/server/next-server.js",
Expand Down

0 comments on commit 09aa073

Please sign in to comment.