Skip to content

Commit 700add2

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release kukkuu-ui 3.12.0
1 parent b2a24b1 commit 700add2

3 files changed

Lines changed: 18 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-
".": "3.11.2"
2+
".": "3.12.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,22 @@ See https://github.com/City-of-Helsinki/kukkuu-ui/milestone/6?closed=1
401401
- [#158](https://github.com/City-of-Helsinki/kukkuu-ui/pull/158) Add production NODE_ENV to Travis CI to equivalent with Docker infra build
402402
- [#151](https://github.com/City-of-Helsinki/kukkuu-ui/pull/151) Enhance authentication flow, reduce token fetched on every route changes.
403403

404+
## [3.12.0](https://github.com/City-of-Helsinki/kukkuu-ui/compare/kukkuu-ui-v3.11.2...kukkuu-ui-v3.12.0) (2025-06-05)
405+
406+
407+
### Features
408+
409+
* Unenrolment should be available only over 48h before occurrence ([d1f836c](https://github.com/City-of-Helsinki/kukkuu-ui/commit/d1f836c2535f94c8e661a69aa42503e5c6c6b05a))
410+
411+
412+
### Bug Fixes
413+
414+
* Define default locale for external authentication process ([b9d0804](https://github.com/City-of-Helsinki/kukkuu-ui/commit/b9d080448f321139b4afe8459966d0fa03f5aac2))
415+
* **docker:** Add VITE_ENROLMENT_CANCELLATION_TIME_LIMIT_HOURS buildarg ([b2a24b1](https://github.com/City-of-Helsinki/kukkuu-ui/commit/b2a24b1471062c7d4ef5c091f6d2dcb0825d183f))
416+
* **error:** Add missing error element to router ([074e8f8](https://github.com/City-of-Helsinki/kukkuu-ui/commit/074e8f8c53d975c6daefda79017f259351a4303c))
417+
* **error:** Add missing HTTP50X page for Nginx ([79d7d84](https://github.com/City-of-Helsinki/kukkuu-ui/commit/79d7d84de78c30491ad1f6a6f0193a39d6f44cca))
418+
* Improve child notes explanation text in means of privacy policy ([31b61bf](https://github.com/City-of-Helsinki/kukkuu-ui/commit/31b61bf438f090a035e26fcb9692356f8f604f08))
419+
404420
## [3.11.2](https://github.com/City-of-Helsinki/kukkuu-ui/compare/kukkuu-ui-v3.11.1...kukkuu-ui-v3.11.2) (2025-05-28)
405421

406422

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kukkuu-ui",
3-
"version": "3.11.2",
3+
"version": "3.12.0",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)