Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.8"
".": "1.10.9"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.10.9](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.10.8...kerrokantasi-ui-v1.10.9) (2025-04-07)


### Bug Fixes

* Hearing saveAndPreview fix for existing hearings ([#1138](https://github.com/City-of-Helsinki/kerrokantasi-ui/issues/1138)) ([b2b2e96](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/b2b2e96d78809d04543ab19a54d9bdc91c8c2336))

## [1.10.8](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.10.7...kerrokantasi-ui-v1.10.8) (2025-03-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kerrokantasi-ui",
"version": "1.10.8",
"version": "1.10.9",
"main": "index.js",
"scripts": {
"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",
Expand Down