Skip to content

Commit 6e4884f

Browse files
chore(main): release kukkuu-ui 3.17.1
1 parent e3ec827 commit 6e4884f

3 files changed

Lines changed: 17 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.17.0"
2+
".": "3.17.1"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,21 @@ 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.17.1](https://github.com/City-of-Helsinki/kukkuu-ui/compare/kukkuu-ui-v3.17.0...kukkuu-ui-v3.17.1) (2026-07-09)
405+
406+
407+
### Bug Fixes
408+
409+
* Prefer Number static methods over global numeric helpers ([7449311](https://github.com/City-of-Helsinki/kukkuu-ui/commit/7449311ff8f5ae48ee27efea0e32bf4dd162ae80))
410+
* Update headless cms HCRC-194 ([#758](https://github.com/City-of-Helsinki/kukkuu-ui/issues/758)) ([70c6ae8](https://github.com/City-of-Helsinki/kukkuu-ui/commit/70c6ae81ba187ba8e2ae9980b691a78b7a781586))
411+
412+
413+
### Dependencies
414+
415+
* Bump dompurify from 3.4.0 to 3.4.11 ([6796ee2](https://github.com/City-of-Helsinki/kukkuu-ui/commit/6796ee2f45a5aa3b008d0172425e578a149f6aef))
416+
* Bump vite from 8.0.5 to 8.0.16 ([dc40da5](https://github.com/City-of-Helsinki/kukkuu-ui/commit/dc40da5a8186c0ae7bd92a6deb7253145359efe8))
417+
* Dompurify release age exclude Refs: RATY-357 ([e3ec827](https://github.com/City-of-Helsinki/kukkuu-ui/commit/e3ec827662091eda02d749b902c847bd710f5f6c))
418+
404419
## [3.17.0](https://github.com/City-of-Helsinki/kukkuu-ui/compare/kukkuu-ui-v3.16.0...kukkuu-ui-v3.17.0) (2026-06-08)
405420

406421

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.17.0",
3+
"version": "3.17.1",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)