Skip to content

Commit 052ef50

Browse files
github-actions[bot]mikkojamG
authored andcommitted
chore(main): release kerrokantasi-ui 1.9.2
1 parent f064ee8 commit 052ef50

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.9.2](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.9.1...kerrokantasi-ui-v1.9.2) (2025-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* Hearing slug onChange KER-422 ([f064ee8](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/f064ee85e10aac13c2567eaaef83474db33b4733))
9+
310
## [1.9.1](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.9.0...kerrokantasi-ui-v1.9.1) (2025-01-24)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kerrokantasi-ui",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"main": "index.js",
55
"scripts": {
66
"start": "NODE_ENV=production; if test $NODE_MAX_MEMORY_MIB ; then node --max-old-space-size=$NODE_MAX_MEMORY_MIB server ; else node server ; fi",

0 commit comments

Comments
 (0)