From 9f6532556817b0c6247c61966d985ff7880f9ff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:26:39 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- packages/app/CHANGELOG.md | 73 +++++++++++++++++++++++++++++++++++ packages/lib/CHANGELOG.md | 50 ++++++++++++++++++++++++ packages/types/CHANGELOG.md | 17 ++++++++ 4 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 packages/app/CHANGELOG.md create mode 100644 packages/lib/CHANGELOG.md create mode 100644 packages/types/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef42..566fc77d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{"packages/types":"1.0.0","packages/lib":"1.0.0","packages/app":"1.0.0"} diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md new file mode 100644 index 00000000..d0480ae6 --- /dev/null +++ b/packages/app/CHANGELOG.md @@ -0,0 +1,73 @@ +# Changelog + +## 1.0.0 (2023-07-03) + + +### Features + +* add basic UI for translations ([7f9cd99](https://github.com/Frachtwerk/essencium-frontend/commit/7f9cd99574af83040810aa791e62b9b497f2db40)) +* add button to add role ([379acdc](https://github.com/Frachtwerk/essencium-frontend/commit/379acdc4cc368d16d640070c83a499ef3599187c)) +* add dynamic columns for role response ([877c91e](https://github.com/Frachtwerk/essencium-frontend/commit/877c91edc025b6d65794760facd709e75bd89fab)) +* add end2end tests for views ([31520f8](https://github.com/Frachtwerk/essencium-frontend/commit/31520f89d68e1e9b0909127f57c0202c72b06c38)) +* add functionality for resetting a user password ([da14f9c](https://github.com/Frachtwerk/essencium-frontend/commit/da14f9ca2f8d8e93ccf0bd0016545aa04c6f95a9)) +* add functionality to delete a user ([ea6a7d2](https://github.com/Frachtwerk/essencium-frontend/commit/ea6a7d2f962cfbd899a5bac97ac29002825f44be)) +* add functionality to setPassword component ([e08dccf](https://github.com/Frachtwerk/essencium-frontend/commit/e08dccfe5825579e31057a785b41d7cfdff5f084)) +* add functionality to toggle right ([22f7cb9](https://github.com/Frachtwerk/essencium-frontend/commit/22f7cb9c67a2eda5dbb0d9a0fa2743034fcce748)) +* add getUsers query function ([2c8a541](https://github.com/Frachtwerk/essencium-frontend/commit/2c8a541f5bc072e2ccc689ef4d56f938efed71b1)) +* add loader animation ([24a598e](https://github.com/Frachtwerk/essencium-frontend/commit/24a598e2673d94b8e56453470bf290709d730f7b)) +* add modal logic to roles view ([1aae64e](https://github.com/Frachtwerk/essencium-frontend/commit/1aae64e916f502e5da937d2d1378ce3b88c65251)) +* add notification for updating state ([3869e64](https://github.com/Frachtwerk/essencium-frontend/commit/3869e640b4cce6ae511e1ec8f4a3069b380c1986)) +* add pagination and table model to roles view ([f99429e](https://github.com/Frachtwerk/essencium-frontend/commit/f99429e9d0ad10aa93da104cdb01d00a65e93720)) +* add pagination to rights view ([51403da](https://github.com/Frachtwerk/essencium-frontend/commit/51403dae38cddee01800cb4f4b8a1c1d422845f2)) +* add pagination to users view ([dbc1586](https://github.com/Frachtwerk/essencium-frontend/commit/dbc1586bb81547c5e690a512a7c69ea55cdc8f5a)) +* add query params to useGetRoles hook ([87a79fb](https://github.com/Frachtwerk/essencium-frontend/commit/87a79fb072c98d86acb1fda15322d1ffb6d5df69)) +* add roles route ([ababe28](https://github.com/Frachtwerk/essencium-frontend/commit/ababe2865091c50c6c73b6421c0a083a05bed840)) +* add roles view ([4c54911](https://github.com/Frachtwerk/essencium-frontend/commit/4c54911ad7ce8dfdfbd63faa6f4246875d6bb7f9)) +* add route and navigation ([9869068](https://github.com/Frachtwerk/essencium-frontend/commit/9869068d6d6610ba0bb5a4c039c638ab58e375f7)) +* add translations for success and error notifications ([a01ded3](https://github.com/Frachtwerk/essencium-frontend/commit/a01ded353591206ee656bc3c04d3ca4e093d369c)) +* add update user page ([b84634c](https://github.com/Frachtwerk/essencium-frontend/commit/b84634c4b264ce9dab4a4f9a4d0e8a1259279e44)) +* add useCreateRole hook ([c9503df](https://github.com/Frachtwerk/essencium-frontend/commit/c9503df420adfa3907d23215b815662ceb47547f)) +* call terminate endpoint on logout ([3c9ab3e](https://github.com/Frachtwerk/essencium-frontend/commit/3c9ab3ee7c5b6e6972cda50163b5d330b33bd7dd)) +* conditionally show UI elements dependent on user role ([8fd7014](https://github.com/Frachtwerk/essencium-frontend/commit/8fd7014e84e4a9ed195275789cef55d9398912fe)) +* create page for adding a new user ([4c1f089](https://github.com/Frachtwerk/essencium-frontend/commit/4c1f089c659ac9c44723ba8b32d22c9d16ff2ec9)) +* display app version in header ([01dfbfc](https://github.com/Frachtwerk/essencium-frontend/commit/01dfbfc4a53f33a9cf904c83bce846f9e6aa5bf7)) +* display translation for locale property ([545eaec](https://github.com/Frachtwerk/essencium-frontend/commit/545eaecddc2bfa971d9670847dfc9b8dd27b1875)) +* enable server-side sorting for the existing table views ([b000896](https://github.com/Frachtwerk/essencium-frontend/commit/b0008967f03057eb211a7bc1d8916de40fdebe19)) +* implement basic filter functionality for users table ([7bc3a2a](https://github.com/Frachtwerk/essencium-frontend/commit/7bc3a2a2ec2e1a1ed3c9666ab06d02f18b729ace)) +* protect routes and render navlinks conditionally ([c6dc83b](https://github.com/Frachtwerk/essencium-frontend/commit/c6dc83b28873063d6799fbaeac853f1ce0d06f6b)) +* release dummy feature ([1c1eaff](https://github.com/Frachtwerk/essencium-frontend/commit/1c1eaff5aa6b527fab63eb2ae9c6cf6e9cfc9fa5)) +* release dummy feature ([99cc485](https://github.com/Frachtwerk/essencium-frontend/commit/99cc48593ea2f470d0efb1d556d2ff5d4520e701)) +* set dynamic title ([54d154a](https://github.com/Frachtwerk/essencium-frontend/commit/54d154a0c7500c0fc908d453f6b5ca948f491956)) +* set user's language to default language ([a88d450](https://github.com/Frachtwerk/essencium-frontend/commit/a88d450ec772c2d15443e5d41b4546c1c0efcdf3)) +* updating & resetting existing translations ([36e12f1](https://github.com/Frachtwerk/essencium-frontend/commit/36e12f16b5bf09c80d35a27a8906d6b3c39246b5)) +* use user locale if logged in ([63ab9e5](https://github.com/Frachtwerk/essencium-frontend/commit/63ab9e529a209539fb9d222b623b1454aa0f5059)) + + +### Bug Fixes + +* add variable to rolesView test ([227c68e](https://github.com/Frachtwerk/essencium-frontend/commit/227c68e3a27d41161fda71628529e5e6ad9f5356)) +* adjust test ([83bf690](https://github.com/Frachtwerk/essencium-frontend/commit/83bf69045f5df259c370d53b3127a38584280787)) +* adjust test for NavBar ([65172af](https://github.com/Frachtwerk/essencium-frontend/commit/65172afdfe197acfd759421c21f2181aeaa8c668)) +* adjust test for rolesView ([dd2ee3f](https://github.com/Frachtwerk/essencium-frontend/commit/dd2ee3f43315dac8bc54d1752b980117e31d57dd)) +* **app:** remove blocking await keyword ([7c07a8e](https://github.com/Frachtwerk/essencium-frontend/commit/7c07a8ee884c4424f418f85d2d83869f5d617a1d)) +* **app:** set user Admin as default user ([b038fb9](https://github.com/Frachtwerk/essencium-frontend/commit/b038fb91b5063e86b45bfa1c74b2fc5edb1c027f)) +* change press action to click action in RolesView test ([227c68e](https://github.com/Frachtwerk/essencium-frontend/commit/227c68e3a27d41161fda71628529e5e6ad9f5356)) +* fix eslint errors ([5c9c9cc](https://github.com/Frachtwerk/essencium-frontend/commit/5c9c9ccdd05bd18f9a06a8506cbff7dd5a85ba0a)) +* fix typo ([fdd2c1a](https://github.com/Frachtwerk/essencium-frontend/commit/fdd2c1aceb7997ad7ec8b7ec367ced1760c053c3)) +* fix undefined error ([948ef9f](https://github.com/Frachtwerk/essencium-frontend/commit/948ef9f5c9c04af3e7d23bcb8c0e3544c7972da2)) +* fix unresolved language variables ([e042904](https://github.com/Frachtwerk/essencium-frontend/commit/e04290427b693795ac0a579ab0498fb319389409)) +* implement changes from merge conflict ([602bc1b](https://github.com/Frachtwerk/essencium-frontend/commit/602bc1b700eb2d8e9bb08187301cfa811eeab5f8)) +* linting error ([f0961d6](https://github.com/Frachtwerk/essencium-frontend/commit/f0961d6a9bf430125eed05361c5d436085845a91)) +* load german if user locale is english ([b5a16f2](https://github.com/Frachtwerk/essencium-frontend/commit/b5a16f2aae95ad2ba7777029008a33c545872968)) +* load german translation ([3045e5f](https://github.com/Frachtwerk/essencium-frontend/commit/3045e5f674cacc0da76315bfa40ee2dee4656342)) +* redirect user if user was updated ([6121cf0](https://github.com/Frachtwerk/essencium-frontend/commit/6121cf0764a33d18652d1fc8c36594ebab5014df)) +* refetch data after toggling right checkbox ([f94a29c](https://github.com/Frachtwerk/essencium-frontend/commit/f94a29ce657739a76ee2dba2baa9931f8a387554)) +* remove client-side pagination ([48ab76c](https://github.com/Frachtwerk/essencium-frontend/commit/48ab76cc8594408b0a6760513f65b3b8a8fc40e5)) +* remove duplicate import ([11957c9](https://github.com/Frachtwerk/essencium-frontend/commit/11957c925eedf58027c2e18929a6dd9ad7aa2914)) +* remove only ([227c68e](https://github.com/Frachtwerk/essencium-frontend/commit/227c68e3a27d41161fda71628529e5e6ad9f5356)) +* remove request to terminate endpoint in logout function ([f2d698b](https://github.com/Frachtwerk/essencium-frontend/commit/f2d698b010f58c1290d709bfa413889986cee85a)) +* set assertion timeout for RolesView test ([227c68e](https://github.com/Frachtwerk/essencium-frontend/commit/227c68e3a27d41161fda71628529e5e6ad9f5356)) +* set correct pageCount value ([d188130](https://github.com/Frachtwerk/essencium-frontend/commit/d188130099432793c07204d3aceedde38bca663c)) +* setTimeout in RolesView test ([227c68e](https://github.com/Frachtwerk/essencium-frontend/commit/227c68e3a27d41161fda71628529e5e6ad9f5356)) +* solve merge conflicts ([222af22](https://github.com/Frachtwerk/essencium-frontend/commit/222af22d075a4f69a5f7de9d09e7669ce6ea31a4)) +* store user in local storage for route guard ([51a0375](https://github.com/Frachtwerk/essencium-frontend/commit/51a0375855238aeeee3662607b2c1619122d4f12)) diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md new file mode 100644 index 00000000..a6f57661 --- /dev/null +++ b/packages/lib/CHANGELOG.md @@ -0,0 +1,50 @@ +# Changelog + +## 1.0.0 (2023-07-03) + + +### Features + +* add basic UI for translations ([7f9cd99](https://github.com/Frachtwerk/essencium-frontend/commit/7f9cd99574af83040810aa791e62b9b497f2db40)) +* add blue highlight for theme selector when inverted selection active ([bb49bdc](https://github.com/Frachtwerk/essencium-frontend/commit/bb49bdcfb4c541789e8633538d635e2c2d3a5c6f)) +* add color indicator for manual theme selection ([d5f7f15](https://github.com/Frachtwerk/essencium-frontend/commit/d5f7f1516dae6ba4cecb7a565612565ee5aa31a5)) +* add conditional rendering for settings tab ([ff0b24f](https://github.com/Frachtwerk/essencium-frontend/commit/ff0b24f77a00c556d9b6484c22b0c39cfa4738c2)) +* add functionality for resetting a user password ([da14f9c](https://github.com/Frachtwerk/essencium-frontend/commit/da14f9ca2f8d8e93ccf0bd0016545aa04c6f95a9)) +* add functionality for setting language ([4773816](https://github.com/Frachtwerk/essencium-frontend/commit/4773816925aba0692ba8ae88f536f9a395a7b9e6)) +* add functionality to setPassword component ([e08dccf](https://github.com/Frachtwerk/essencium-frontend/commit/e08dccfe5825579e31057a785b41d7cfdff5f084)) +* add input modal for role ([b88da64](https://github.com/Frachtwerk/essencium-frontend/commit/b88da6492060c62b1689869635cdf85256317a86)) +* add language dropdown component ([bb03abe](https://github.com/Frachtwerk/essencium-frontend/commit/bb03abeb876dc85f866aee1ba2442954f3329274)) +* add loader animation ([24a598e](https://github.com/Frachtwerk/essencium-frontend/commit/24a598e2673d94b8e56453470bf290709d730f7b)) +* add loading spinner with delay option ([146bcba](https://github.com/Frachtwerk/essencium-frontend/commit/146bcba10b4d321449e9e147fbfb5ddab07de245)) +* add roles component ([4488417](https://github.com/Frachtwerk/essencium-frontend/commit/4488417e29831a5856777f644fae6793c8f27f38)) +* add search functionality to translation view ([b233016](https://github.com/Frachtwerk/essencium-frontend/commit/b233016c261b452fdb3c643f407885e2c7d8d6d6)) +* add success message to setPassword flow ([0b61e7c](https://github.com/Frachtwerk/essencium-frontend/commit/0b61e7c38d1c4087d06dbd363b8afb40d60b091d)) +* add test for setPassword component ([52fea1a](https://github.com/Frachtwerk/essencium-frontend/commit/52fea1a358d0c9d2049deac2ae657390aebc4d13)) +* add users component ([079e26c](https://github.com/Frachtwerk/essencium-frontend/commit/079e26c4c67fd74dbe1412c92024c1cf1a118495)) +* create page for adding a new user ([4c1f089](https://github.com/Frachtwerk/essencium-frontend/commit/4c1f089c659ac9c44723ba8b32d22c9d16ff2ec9)) +* display app version in header ([01dfbfc](https://github.com/Frachtwerk/essencium-frontend/commit/01dfbfc4a53f33a9cf904c83bce846f9e6aa5bf7)) +* implement basic filter functionality for users table ([7bc3a2a](https://github.com/Frachtwerk/essencium-frontend/commit/7bc3a2a2ec2e1a1ed3c9666ab06d02f18b729ace)) +* protect routes and render navlinks conditionally ([c6dc83b](https://github.com/Frachtwerk/essencium-frontend/commit/c6dc83b28873063d6799fbaeac853f1ce0d06f6b)) +* set user's language to default language ([a88d450](https://github.com/Frachtwerk/essencium-frontend/commit/a88d450ec772c2d15443e5d41b4546c1c0efcdf3)) +* show development tag if in dev; use code cmp for version ([8cd97bc](https://github.com/Frachtwerk/essencium-frontend/commit/8cd97bc25b041926ced3292abaee6110c1907d7e)) +* show text if no translations found ([1858f11](https://github.com/Frachtwerk/essencium-frontend/commit/1858f11a40dab400650b7be0f111dc674f268d22)) +* updating & resetting existing translations ([36e12f1](https://github.com/Frachtwerk/essencium-frontend/commit/36e12f16b5bf09c80d35a27a8906d6b3c39246b5)) +* use user locale if logged in ([63ab9e5](https://github.com/Frachtwerk/essencium-frontend/commit/63ab9e529a209539fb9d222b623b1454aa0f5059)) +* visualize formState errors ([e961299](https://github.com/Frachtwerk/essencium-frontend/commit/e96129983d69762931295352ccabbf18e557a8ea)) + + +### Bug Fixes + +* add box container for error messages and adjust margins ([a2a7218](https://github.com/Frachtwerk/essencium-frontend/commit/a2a72180753b899462fb07319de6d4154f509772)) +* add horizontal scroll to table ([d91b729](https://github.com/Frachtwerk/essencium-frontend/commit/d91b729820a32146ec7f1bdc6b3a7e00e4e49714)) +* display error messages of form inputs in add role modal ([96d75ef](https://github.com/Frachtwerk/essencium-frontend/commit/96d75efb39dcc9ea9ce69b22b44e9a8924a3f4e4)) +* fix test case description ([f4c323a](https://github.com/Frachtwerk/essencium-frontend/commit/f4c323a2c57748430d7d462e3dabea8c9f95966b)) +* implement changes from merge conflict ([602bc1b](https://github.com/Frachtwerk/essencium-frontend/commit/602bc1b700eb2d8e9bb08187301cfa811eeab5f8)) +* move logout button to very bottom ([2eff4bf](https://github.com/Frachtwerk/essencium-frontend/commit/2eff4bf29d427822faf40216f915adec81d5fafe)) +* prefix import ([81eea04](https://github.com/Frachtwerk/essencium-frontend/commit/81eea046a17cfd8132bf057202fb3e9a0e13ecff)) +* remove duplicate imports ([a63f6ed](https://github.com/Frachtwerk/essencium-frontend/commit/a63f6edf29764ee92959f9e786c7e5b19e43318e)) +* reset form on close ([3eca9bd](https://github.com/Frachtwerk/essencium-frontend/commit/3eca9bdce9fe6423f839d3dcd76d380158fc1890)) +* set filter change callback as optional ([b3cdf9e](https://github.com/Frachtwerk/essencium-frontend/commit/b3cdf9e1fb5e5def8dec0205ad6f1e2fe5986846)) +* solve merge conflicts ([222af22](https://github.com/Frachtwerk/essencium-frontend/commit/222af22d075a4f69a5f7de9d09e7669ce6ea31a4)) +* use correct import ([f5d9380](https://github.com/Frachtwerk/essencium-frontend/commit/f5d9380dab3f8d22bf0739340056336f96d12ec3)) +* use i18n to parse form error messages ([ef9795c](https://github.com/Frachtwerk/essencium-frontend/commit/ef9795c0ee723485eed7d9929c1ffc4af5bbc52b)) diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md new file mode 100644 index 00000000..bbe6d20f --- /dev/null +++ b/packages/types/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2023-07-03) + + +### Features + +* add functionality for resetting a user password ([da14f9c](https://github.com/Frachtwerk/essencium-frontend/commit/da14f9ca2f8d8e93ccf0bd0016545aa04c6f95a9)) +* add functionality to setPassword component ([e08dccf](https://github.com/Frachtwerk/essencium-frontend/commit/e08dccfe5825579e31057a785b41d7cfdff5f084)) +* add functionality to toggle right ([22f7cb9](https://github.com/Frachtwerk/essencium-frontend/commit/22f7cb9c67a2eda5dbb0d9a0fa2743034fcce748)) +* create page for adding a new user ([4c1f089](https://github.com/Frachtwerk/essencium-frontend/commit/4c1f089c659ac9c44723ba8b32d22c9d16ff2ec9)) +* protect routes and render navlinks conditionally ([c6dc83b](https://github.com/Frachtwerk/essencium-frontend/commit/c6dc83b28873063d6799fbaeac853f1ce0d06f6b)) + + +### Bug Fixes + +* display error messages of form inputs in add role modal ([96d75ef](https://github.com/Frachtwerk/essencium-frontend/commit/96d75efb39dcc9ea9ce69b22b44e9a8924a3f4e4))