Skip to content

Commit 8c842de

Browse files
github-actions[bot]mikkojamG
authored andcommitted
chore(main): release kukkuu-ui 3.13.0
1 parent e53bcaa commit 8c842de

3 files changed

Lines changed: 24 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.12.2"
2+
".": "3.13.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,28 @@ 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.13.0](https://github.com/City-of-Helsinki/kukkuu-ui/compare/kukkuu-ui-v3.12.2...kukkuu-ui-v3.13.0) (2025-11-26)
405+
406+
407+
### Features
408+
409+
* Add csp report-uri Ref: KK-1474 ([4f89797](https://github.com/City-of-Helsinki/kukkuu-ui/commit/4f89797b3774ae1ddfcd05406e98ace6a5440e5a))
410+
* Enable cloud Sentry Ref: KK-1474 ([03c22ed](https://github.com/City-of-Helsinki/kukkuu-ui/commit/03c22ed929cb21ffe165c1439db8058a6a3b2fe1))
411+
* Generate sourcemaps Ref: KK-1474 ([03c22ed](https://github.com/City-of-Helsinki/kukkuu-ui/commit/03c22ed929cb21ffe165c1439db8058a6a3b2fe1))
412+
413+
414+
### Bug Fixes
415+
416+
* Don't expose entire process.env to define ([43b2a22](https://github.com/City-of-Helsinki/kukkuu-ui/commit/43b2a2261d5a067fa66be5148f4a073198ea1124))
417+
* Links to privacy policy ([0200bcd](https://github.com/City-of-Helsinki/kukkuu-ui/commit/0200bcd09e8a91178086b5ea87cfec2b3f5876b1))
418+
* Use correct release variable Ref: KK-1474 ([e53bcaa](https://github.com/City-of-Helsinki/kukkuu-ui/commit/e53bcaa4c503c4dc210bf9d21e0f61cb639065f0))
419+
420+
421+
### Dependencies
422+
423+
* Bump validator from 13.12.0 to 13.15.20 ([#703](https://github.com/City-of-Helsinki/kukkuu-ui/issues/703)) ([453d6e2](https://github.com/City-of-Helsinki/kukkuu-ui/commit/453d6e28eb8ffa1173d4fdcb88a239636545b929))
424+
* Bump vite from 6.3.6 to 6.4.1 ([369eded](https://github.com/City-of-Helsinki/kukkuu-ui/commit/369ededf777c126ce4c653b66e3491808e8b7df2))
425+
404426
## [3.12.2](https://github.com/City-of-Helsinki/kukkuu-ui/compare/kukkuu-ui-v3.12.1...kukkuu-ui-v3.12.2) (2025-10-06)
405427

406428
### Bug Fixes

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

0 commit comments

Comments
 (0)