Skip to content

Commit

Permalink
chore(main): release benefit-applicant 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 10, 2023
1 parent 18fa5ca commit 6121896
Show file tree
Hide file tree
Showing 3 changed files with 29 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.0.0",
"backend/kesaseteli": "1.2.0",
"backend/tet": "1.0.0",
"frontend/benefit/applicant": "1.0.0",
"frontend/benefit/applicant": "2.0.0",
"frontend/benefit/handler": "1.0.0",
"frontend/kesaseteli/employer": "1.1.0",
"frontend/kesaseteli/handler": "1.0.0",
Expand Down
27 changes: 27 additions & 0 deletions frontend/benefit/applicant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* see if pdf views work in production

### Features

* Hide handler and applicant from search engines ([510a1cd](https://github.com/City-of-Helsinki/yjdh/commit/510a1cdd7678ed3be4ca14ead2ae182eabf2bf24))
* **ks-employer-frontend:** Autofill employee data ([f1258f6](https://github.com/City-of-Helsinki/yjdh/commit/f1258f6889ac6dd97fe5e3c621795dbfa2b3a0d8))


### Bug Fixes

* Add a two-col grid for 576-768px devices ([667085d](https://github.com/City-of-Helsinki/yjdh/commit/667085dfadc084a28f4c52c795a5f36d2c4c67e9))
* Add responsive behaviour to application list view ([4f0a1fd](https://github.com/City-of-Helsinki/yjdh/commit/4f0a1fdd3b4e3ca128bedeb078627f884c7af34b))
* Add responsive behaviour to main page title and action button ([4813272](https://github.com/City-of-Helsinki/yjdh/commit/4813272b3c34396a8b4af82e785de210cbf422fa))
* PDF no longer fixed to 700px scroll; adjust button layout ([45dbf39](https://github.com/City-of-Helsinki/yjdh/commit/45dbf39901020338048da396321791a9688ac562))
* Pdf.js as public assets using webpack configuration ([25d8875](https://github.com/City-of-Helsinki/yjdh/commit/25d8875669270b95263b251f092609be6f6e43db))


### Miscellaneous Chores

* Remove weird pdf.js CDN link ([493bb26](https://github.com/City-of-Helsinki/yjdh/commit/493bb2643ed0ed42de6482d4766be52d220a5df1))
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": "1.0.0",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"dev": "node ../../shared/src/server/next-server.js",
Expand Down

0 comments on commit 6121896

Please sign in to comment.