Skip to content

Commit ff0c84d

Browse files
github-actions[bot]karisal-anders
authored andcommitted
chore(master): release kukkuu-admin 4.0.1
1 parent b87e20c commit ff0c84d

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.0.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
# Change Log
44

5+
## [4.0.1](https://github.com/City-of-Helsinki/kukkuu-admin/compare/kukkuu-admin-v4.0.0...kukkuu-admin-v4.0.1) (2025-03-03)
6+
7+
8+
### Bug Fixes
9+
10+
* AuthService resetAuthState should be asynchronous ([eb85340](https://github.com/City-of-Helsinki/kukkuu-admin/commit/eb85340be5dd12bacba1423a877b73b7568e4c3f))
11+
* Convert ms to seconds for UserManager ([5720b5a](https://github.com/City-of-Helsinki/kukkuu-admin/commit/5720b5a35e6be2860420a7ddcb37c595daa6fc55))
12+
* **deps:** Upgrade vitest coverage package ([fdec5b0](https://github.com/City-of-Helsinki/kukkuu-admin/commit/fdec5b081b0a1874c9d42f0c76943db852825386))
13+
* **deps:** Upgrade vitest coverage package ([130eff1](https://github.com/City-of-Helsinki/kukkuu-admin/commit/130eff1eb86fe3a2bd9b065e1fe09ab561f3fd00))
14+
* Hook usage error in OccurrenceAttendedField ([b538732](https://github.com/City-of-Helsinki/kukkuu-admin/commit/b5387325db4091d4fc5499b20665c06a86f139ec))
15+
* **sonarcloud:** Use {Icon} instead of {Icon && Icon} in JSX ([76cc89d](https://github.com/City-of-Helsinki/kukkuu-admin/commit/76cc89d73e0de917c5439fb12ab497503482fe4d))
16+
* Validation of the DateTimeTextField when it's disabled ([4d561e5](https://github.com/City-of-Helsinki/kukkuu-admin/commit/4d561e502083cf3e8132194bbebdda121fccffef))
17+
518
## [4.0.0](https://github.com/City-of-Helsinki/kukkuu-admin/compare/kukkuu-admin-v3.6.0...kukkuu-admin-v4.0.0) (2025-02-06)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kukkuu-admin",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)