Skip to content

Commit fb00264

Browse files
chore(main): release kukkuu-ui 3.12.3
1 parent 0200bcd commit fb00264

3 files changed

Lines changed: 16 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.12.3"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,20 @@ 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.3](https://github.com/City-of-Helsinki/kukkuu-ui/compare/kukkuu-ui-v3.12.2...kukkuu-ui-v3.12.3) (2025-11-21)
405+
406+
407+
### Bug Fixes
408+
409+
* Don't expose entire process.env to define ([43b2a22](https://github.com/City-of-Helsinki/kukkuu-ui/commit/43b2a2261d5a067fa66be5148f4a073198ea1124))
410+
* Links to privacy policy ([0200bcd](https://github.com/City-of-Helsinki/kukkuu-ui/commit/0200bcd09e8a91178086b5ea87cfec2b3f5876b1))
411+
412+
413+
### Dependencies
414+
415+
* 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))
416+
* Bump vite from 6.3.6 to 6.4.1 ([369eded](https://github.com/City-of-Helsinki/kukkuu-ui/commit/369ededf777c126ce4c653b66e3491808e8b7df2))
417+
404418
## [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)
405419

406420

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.12.3",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)